Created
April 15, 2025 19:56
-
-
Save bdeshi/310c9b077579c06bd20542bd96cba78c to your computer and use it in GitHub Desktop.
traefik CVE-2025-29927 cursory
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
http: | |
middlewares: | |
CVE_2025_29927: | |
headers: | |
customRequestHeaders: | |
x-middleware-subrequest: "" | |
# ... | |
entrypoints: | |
http: | |
# ... | |
http: | |
middlewares: | |
- CVE_2025_29927 | |
https: | |
# ... | |
http: | |
middlewares: | |
- CVE_2025_29927 | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment