Skip to content

Fix possible fix(deps): 11 vulnerable dependencies in go.mod - #3

Open
begininvoke wants to merge 1 commit into
huantt:mainfrom
begininvoke:redgem/security-fix-422b673e
Open

Fix possible fix(deps): 11 vulnerable dependencies in go.mod#3
begininvoke wants to merge 1 commit into
huantt:mainfrom
begininvoke:redgem/security-fix-422b673e

Conversation

@begininvoke

Copy link
Copy Markdown

Small change to go.mod — a scan flagged the code below and it looked genuine. It is around line 1.

CVE-2021-44716 is a high‑severity denial‑of‑service vulnerability in the Go standard library's HTTP/2 implementation. An attacker can trigger uncontrolled memory growth in the header canonicalization cache, potentially exhausting server memory and causing crashes or service interruptions. Because the issue is triggered by any HTTP/2 request, it can be exploited at scale, making the risk level high for services that accept external HTTP/2 traffic.

Upgrade golang.org/x/net to v0.56.0 to address 11 high‑severity CVEs.

For reference: rule CVE-2021-44716. Rated high.

I do not know the codebase, so please check the change fits how the rest of it works. Happy to adjust it or close this if the reasoning is off.


Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant