Browse Source
and use that registration in the iterator. That way, we do not invoke getattr on arbitrary methods, which could trigger unwanted code execution (for example, if a method is decorated with @property, getattr will execute its code).master
1 changed files with 11 additions and 12 deletions
Loading…
Reference in new issue