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 rule for socketserver unrestricted bind #364

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Mar 17, 2024

Checks for socketserver usage that binds sockets with an unrestricted address such as "", "0.0.0.0", or "::" (IPv6).

Part of #225

@ericwb ericwb mentioned this pull request Mar 17, 2024
12 tasks
Checks for socketserver usage that binds sockets with an unrestricted
address such as "", "0.0.0.0", or "::" (IPv6).

Part of securesauce#225

Signed-off-by: Eric Brown <[email protected]>
@ericwb ericwb force-pushed the socketserver_unrestricted_bind branch from ebc3865 to 82bcb17 Compare March 17, 2024 23:28
@ericwb ericwb merged commit 7686c45 into securesauce:main Mar 17, 2024
7 checks passed
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