securesauce / precli

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

Add new rule for http.server unrestricted bind #366

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

This checks for socket binds in the http.server module that use unrestricted IP addresses ("0.0.0.0" or "::").

Partially implements #225