deps(backend): bump expr and mapstructure/v2 for reachable advisories - #657
Draft
Portll wants to merge 1 commit into
Draft
deps(backend): bump expr and mapstructure/v2 for reachable advisories#657Portll wants to merge 1 commit into
Portll wants to merge 1 commit into
Conversation
…eachable advisories
|
|
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.
What
backend/go.mod:github.com/expr-lang/expr1.17.0 → 1.17.7 andgithub.com/go-viper/mapstructure/v22.2.1 → 2.3.0, withgo mod tidy.Why
govulncheck traces a call path from this backend to the vulnerable symbols in both, so these are reachable rather than merely present:
Both are patch-level bumps within the same major.
Not in this PR
govulncheck also reports reachable advisories in
github.com/ollama/ollama0.10.1 (eight, GO-2025-3557 through GO-2025-4251) andgithub.com/golang-jwt/jwtv3 (GO-2025-3553, no fix on the v3 line). The ollama bump is a larger version jump and jwt needs a move tojwt/v5, so each deserves its own review. Happy to open them if wanted.Verification
go build ./...on macOS arm64 with the bumped modules compiles everything exceptmodules/data/domain/component/vfs, which fails identically on the untouched go.mod (dc.UseInt64 undefinedon sonic's StreamDecoder, a platform build-tag difference), so that is unrelated. Tests were not run here; CI is the first full run.Found by commitwork.