Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new rule for http.server unrestricted bind #366

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Mar 18, 2024

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

Partially implements #225

@ericwb ericwb mentioned this pull request Mar 18, 2024
12 tasks
This checks for socket binds in the http.server module that use
unrestricted IP addresses ("0.0.0.0" or "::").

Partially implements securesauce#225

Signed-off-by: Eric Brown <[email protected]>
@ericwb ericwb force-pushed the http_server_unrestricted_bind branch from 8de38ce to b5b3edf Compare March 18, 2024 02:12
@ericwb ericwb merged commit 0acd504 into securesauce:main Mar 18, 2024
7 checks passed
@ericwb ericwb deleted the http_server_unrestricted_bind branch March 18, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant