Skip to content

Commit 48c64bc

Browse files
authored
docs: require to send email for security advisory (#301)
Adding our email to make sure we don't miss any private security advisory
1 parent 9826963 commit 48c64bc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ The default usage will run in audit mode and will not block any request.
9696
dns-policy: any
9797
```
9898
99+
## Why `enable-sudo: false` matters
100+
101+
Root access can be used to bypass egress filtering entirely, for example by sending packets over the raw IP layer. Setting `enable-sudo: false` prevents steps from gaining root, which also restricts Docker, since the Docker daemon runs as root and can be used to escalate privileges or reach the network directly.
102+
103+
See the [official docs](https://docs.bullfrogsec.com/docs/github-action/concepts/bypass-risks-and-limits#root-is-the-whole-game) for more details.
104+
99105
## Reviewing blocked or unallowed outbound requests
100106

101107
You can view blocked or unallowed outbound requests in the workflow summary.
@@ -115,7 +121,6 @@ Monitor connection results across all workflows and repositories in your GitHub
115121
- ubuntu-slim
116122

117123
- Jobs running in [containers](https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container) are not supported.
118-
- Packets sent using the raw IP layer will bypass the agent responsible for the egress filtering. For this reason, we highly recommend using the `enable-sudo: false` to prevent usage of the raw IP layer.
119124

120125
## Support or Feedback
121126

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
If you discover a security vulnerability in this project, please help us responsibly disclose it by following these steps:
66

77
- Use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/bullfrogsec/bullfrog/security/advisories/new) tab.
8+
- Also contact us directly at security@bullfrogsec.com so we can respond promptly.
89
- Provide detailed information about the vulnerability, including steps to reproduce and any potential impact.
910

1011
The Bullfrog Security team takes security issues seriously and will respond promptly to evaluate and address the reported vulnerabilities.

0 commit comments

Comments
 (0)