chore(deps): update module github.com/rs/cors to v1.11.0 [security]#396
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update module github.com/rs/cors to v1.11.0 [security]#396renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
fc89910 to
2093022
Compare
596333a to
20e14d3
Compare
52c78f2 to
b91c0d1
Compare
b91c0d1 to
9398ebd
Compare
ad28d97 to
791ce25
Compare
98af1cd to
974ae3c
Compare
2ce608a to
243c27b
Compare
ee192d6 to
912cc2f
Compare
4155033 to
d22a09c
Compare
9e59e04 to
3f4d143
Compare
ebf8500 to
a3bc07a
Compare
| github.com/prometheus/exporter-toolkit v0.11.0 // indirect | ||
| github.com/prometheus/procfs v0.16.1 // indirect | ||
| github.com/rs/cors v1.10.1 // indirect | ||
| github.com/rs/cors v1.11.0 // indirect |
There was a problem hiding this comment.
CORS wildcard credentials behavior may change
Medium Severity
Updating github.com/rs/cors to v1.11.0 can change runtime CORS behavior, notably for configurations combining AllowedOrigins: ["*"] with AllowCredentials: true. If the service relied on the prior “reflect any Origin” behavior, cross-origin requests may start failing because the expected Access-Control-Allow-Origin header is no longer emitted.
Additional Locations (1)
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
The alertmanager uses cors.Default() which sets AllowCredentials to false, so the v1.11.0 behavior change for wildcard origins with credentials enabled does not apply to this codebase.
d0088a0 to
35390d1
Compare
bc006ab to
4964455
Compare
| datasource | package | from | to | | ---------- | ------------------ | ------- | ------- | | go | github.com/rs/cors | v1.10.1 | v1.11.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


This PR contains the following updates:
v1.10.1→v1.11.0GitHub Vulnerability Alerts
CVE-2025-47908
Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.
Denial of service via malicious preflight requests in github.com/rs/cors
CVE-2025-47908 / GHSA-mh55-gqvf-xfwm / GO-2024-2883
More information
Details
Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Denial of service via malicious preflight requests in github.com/rs/cors
CVE-2025-47908 / GHSA-mh55-gqvf-xfwm / GO-2024-2883
More information
Details
Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.
Severity
Moderate
References
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
rs/cors (github.com/rs/cors)
v1.11.0Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.