Skip to content

fix: remediate reachable Go vulnerabilities - #14

Merged
cmilesio merged 15 commits into
mainfrom
chore/remediate-reachable-vulnerabilities
Sep 5, 2026
Merged

fix: remediate reachable Go vulnerabilities#14
cmilesio merged 15 commits into
mainfrom
chore/remediate-reachable-vulnerabilities

Conversation

@cmilesio

@cmilesio cmilesio commented Sep 4, 2026

Copy link
Copy Markdown
Member

What

Fix vulnerable dependency paths and apply the same security controls to all 12 Queue modules.

Area Change
PostgreSQL and MySQL Select patched pgx, text, and Edwards25519 releases
NATS and RabbitMQ Select x/crypto 0.56, compress 1.18.7, and AMQP 1.13.0
Integration graph Select patched Moby archive and OpenTelemetry releases
Module coverage Discover and scan all 12 Go modules, with shared version updates grouped by dependency name
Code scanning Use organization-managed CodeQL across all Go source
Vulnerability scanning Fail on module discovery, scanner errors, and unexpected reachable findings
SBOMs Produce 12 canonical CycloneDX JSON library inventories
Workflow integrity Pin every action to its immutable commit and keep restore-only cache semantics

The examples dependency catalog remains intact because overlay tests compile build-tagged examples through its local replacements. The generated integration-test evidence is refreshed against the final module inputs. All modules already require Go 1.27, so these dependency updates do not increase the minimum toolchain. No Queue API, configuration, or stored-data format changes.

Why

The updates prevent dependency resolution from reintroducing known SQL, archive, messaging, crypto, and telemetry advisories. Dynamic workflow coverage ensures a new driver module cannot silently miss govulncheck, SBOM, or Dependabot protection.

@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/remediate-reachable-vulnerabilities branch from ab6b527 to cdfc97d 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 Remediate reachable Go vulnerabilities fix: remediate reachable Go vulnerabilities Sep 5, 2026
@cmilesio
cmilesio merged commit f01cc16 into main Sep 5, 2026
32 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