Commit 8089b5e
committed
feat: restrict default allowed domains (#217)
The agent used to allow github.com, api.github.com and
*.blob.core.windows.net by default as a convenience. Given these domains
allow anyone to easily use as exfiltration destination, Bullfrog egress
filtering could be easily bypass in jobs, even when egress to github
wasn't required.
This is a breaking change because some users might have use bullfrog in
jobs that require egress to github.com or api.github.com without the
domains being explicitly allowed. After this change, github.com and
api.github.com will need to be explicitly allowed in bullfrog.1 parent 9a8b7b2 commit 8089b5e
2 files changed
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
19 | 42 | | |
20 | 43 | | |
21 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments