securesauce / precli

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

Add rule for xmlrpc.server unrestricted bind #368

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

Checks xmlrpc.server classes that also binds sockets with parameters that allow unrestricted addresses (ANY) as input.

Closes: #225