Skip to content

fix: remediate reachable Go vulnerabilities - #11

Merged
cmilesio merged 10 commits into
mainfrom
chore/security-dependency-remediation
Sep 5, 2026
Merged

fix: remediate reachable Go vulnerabilities#11
cmilesio merged 10 commits into
mainfrom
chore/security-dependency-remediation

Conversation

@cmilesio

@cmilesio cmilesio commented Sep 4, 2026

Copy link
Copy Markdown
Member

What

Update the outbound request dependency chain and add repository-wide security evidence.

Surface Change
URL and IDNA handling Select golang.org/x/net 0.57 and compatible text dependencies
TLS and HTTP/3 Pair quic-go 0.59.1 with compatible req 3.58.0 and select x/crypto 0.56
Compression Select klauspost/compress 1.18.7
Static analysis Use organization-managed CodeQL without a duplicate repository workflow
Dependency analysis Run fail-closed govulncheck and produce one verified CycloneDX library SBOM
Repository history Run pinned full-history Gitleaks
Automation Pin action commits and add weekly Dependabot updates

The paired req and QUIC update preserves HTTP/3 compilation while removing the vulnerable QUIC release. There is no public API, configuration, stored-data, or minimum-Go change because HTTPX already requires Go 1.27.

Why

The affected normalization and TLS code is reached by normal outgoing requests. Fixing the complete dependency graph removes that exposure, while the added controls make future changes to the same request path independently reviewable.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cmilesio
cmilesio force-pushed the chore/security-dependency-remediation branch from 4875123 to 06cecf6 Compare September 4, 2026 22:40
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@cmilesio cmilesio changed the title chore: remediate reachable Go vulnerabilities fix: remediate reachable Go vulnerabilities Sep 5, 2026
@cmilesio
cmilesio merged commit 15a0f6f into main Sep 5, 2026
9 checks passed
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.

3 participants