securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Resolve a call argument that is a call to its identifier #412

Closed ericwb closed 5 months ago

ericwb commented 5 months ago

This fixes the case when a call is analyzed that has a call as one of its arguments.

foobar("foo", bar())

Now the call in the argument list will resolve to an identifier node.