-
Notifications
You must be signed in to change notification settings - Fork 4.6k
add timeouts to prevent slowloris attacks #22739
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
Merged
+782
−35
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3b15df1
add timeouts to prevent slowloris attacks
sanikachavan5 7889552
rename
sanikachavan5 50dfa2e
fix tests
sanikachavan5 d9fc2ba
fix test
sanikachavan5 7428213
fix failing test
sanikachavan5 1c88f9b
add docs and tests
sanikachavan5 0d886d3
lint issues
sanikachavan5 348a265
Added support for IPv6 virtual IP offset calculation and validation. …
nitin-sachdev-29 9b0cf47
Latest Envoy version update - default v1.34.7 (#22735)
LakshmiNarayananDesikan 8bf06ae
docs: Additional entries for versioned redirects (#22694)
boruszak ada5f88
added BinAddr field in agent/self API response (#22761)
nitin-sachdev-29 fe6149f
PKCE and Adding private key JWT support for OIDC (#22732)
panman90 f16fc3d
Submodules Version upgrade (#22776)
LakshmiNarayananDesikan d276953
[CSL-11760] [Envoy Bootstrap] Defaults to IPv6 for admin-bind and grp…
anilvpatel df05881
update: default upstream.local_bind_address to ::1 for IPv6 agent bin…
sreeram77 75ae71a
update: set proxy.local_service_address to ::1 for IPv6 agent bind ad…
sreeram77 cdd5f65
update: default proxy BindAddress to :: for IPv6 agent bind addr (#22…
sreeram77 71ca1e2
Consul ENT default version change #22783 (#22784)
LakshmiNarayananDesikan 96727d9
[Bugfix]: suppress lacks token permission while checking dual stack (…
anilvpatel 0e47716
updated redhat image to latest (#22794)
Manishakumari-hc 6ea17e9
Suppress CVEs (#22801)
Manishakumari-hc db4cc0d
redhat version revert (#22806)
Manishakumari-hc 4b531d8
Suppress CVE-2025-6395 (#22808)
Manishakumari-hc 71273b9
fix path cleaning of proxied urls (#22671)
sanikachavan5 df3175d
remove usage of dynamic GitHub actions variable (#22725)
sanikachavan5 ac37acb
Multi Port Service Discovery (#22769)
sriramr98 5bc00c7
add timeouts to prevent slowloris attacks
sanikachavan5 f0386fd
Merge branch 'main' into fix-slowloris-http-endpoints
sanikachavan5 acb6038
Delete .changelog/22625.txt
sanikachavan5 76315fa
doc changes
sanikachavan5 294799a
run codegen
sanikachavan5 e661867
Merge branch 'main' into fix-slowloris-http-endpoints
sanikachavan5 adf9942
simplify error handling
sanikachavan5 ba8f452
Merge branch 'main' into fix-slowloris-http-endpoints
sanikachavan5 3551825
Merge branch 'main' into fix-slowloris-http-endpoints
sanikachavan5 7400eb6
test: add long-running profile and trace tests for pprof handlers
sanikachavan5 3363738
changelog: update security note to clarify HTTP server timeout config…
sanikachavan5 d763331
Merge branch 'main' into fix-slowloris-http-endpoints
sanikachavan5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| ```release-note:security | ||
| security: Configure HTTP server timeouts to prevent Slowloris denial-of-service attacks on agent HTTP endpoints and pprof endpoints | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.