securesauce / precli

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

Handle method calls with field access #427

Closed ericwb closed 4 months ago

ericwb commented 4 months ago

A field access example might be a call with java.security.SecureRandom.getInstance(); where instead of importing SecureRandom from java.security, the full package path to access is included thus negating the need to import.