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

New rule for socket based unrestricted bind #362

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Mar 17, 2024

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

Partially-fixes: #225

@ericwb ericwb mentioned this pull request Mar 17, 2024
12 tasks
@ericwb ericwb force-pushed the socket_unrestricted_bind branch 2 times, most recently from 987f313 to 0bd8197 Compare March 17, 2024 20:55
Checks for use of "", "0.0.0.0", or "::" usage when binding sockets.

Partially-fixes: securesauce#225

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb force-pushed the socket_unrestricted_bind branch from 0bd8197 to aa235e9 Compare March 17, 2024 21:31
@ericwb ericwb merged commit f7de252 into securesauce:main Mar 17, 2024
7 checks passed
@ericwb ericwb deleted the socket_unrestricted_bind branch March 17, 2024 22:03
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.

Add rule for insecure socket creation
1 participant