Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
  • Loading branch information
juanjux committed Apr 25, 2024
1 parent 706091a commit 350b59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtrace/appsec/_iast/_ast/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ def visit_Call(self, call_node): # type: (ast.Call) -> Any
self.ast_modified = call_modified = True

if not aspect:
# Not a module symbol, check if it's a known method
aspect = self._aspect_methods.get(method_name)

if aspect:
Expand Down

0 comments on commit 350b59e

Please sign in to comment.