securesauce / precli

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

New rule for socket based unrestricted bind #362

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

Checks for use of "", "0.0.0.0", or "::" usage when binding sockets.

Partially-fixes: #225