Merged
Conversation
ngjaying
approved these changes
Mar 20, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4012 +/- ##
==========================================
- Coverage 71.88% 71.83% -0.05%
==========================================
Files 460 460
Lines 53275 53275
==========================================
- Hits 38293 38265 -28
- Misses 12045 12063 +18
- Partials 2937 2947 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Fixed CVE issues
Upgraded github.com/openziti/sdk-golang to go.mod:62, which in turn upgraded go.mongodb.org/mongo-driver to go.mod:376.
The old gopkg.in/go-jose/go-jose.v2 dependency is no longer required by the current main module after the openziti dependency upgrade.
The openziti dependency chain now pulls github.com/pion/dtls/v3 at v3.1.2 instead of the vulnerable v3.0.2.
Upgraded github.com/trinodb/trino-go-client to go.mod:78, which moved the transitive docker/docker and docker/cli dependencies away from the versions reported in the CSV.
The same trino-go-client upgrade also moved runc off 1.1.12 to 1.3.1.
False positives / stale scan findings
The CSV reports jackc/pgproto3 v1.1.0, but the current branch uses pgproto3/v2, so this is a stale finding.
These are reported against nats-server v2.8.4, but the current main module does not require nats-server; it uses nats.go. These should be treated as false positives.
Reported against golang/glog v1.2.2, which is not required by the current main module.
Reported against disintegration/imaging v1.6.2, which is not required by the current main module.
Reported against yaml.v2, but this only appears through a test path (goja.test) and should not be treated as a runtime vulnerability in the current build.
Not yet confirmed as fixed
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 is still present through gosnowflake -> azblob@v1.0.0 -> azidentity@v1.1.0. This is not resolved yet.
The github.com/golang-jwt/jwt v3.2.1 path is still present through azblob -> azidentity -> jwt, so this cannot be claimed as fixed yet.
The CSV reported github.com/golang-jwt/jwt/v4 v4.5.0 on the old trino path, which has been replaced, but the current dependency graph still contains another jwt/v4@v4.0.0 path. This still needs a rescan and f
ollow-up.
golang.org/x/net is now at go.mod:387, but go-adodb itself has no newer upstream release. This needs a rescan to confirm whether the finding is gone.