fix(security): remediate known CVEs in Go + JS deps (nox 1.16.1) - #92
Merged
Conversation
Part of the fleet-wide nox 1.16.1 security upgrade. Eliminates the net-new critical/high CVE dependencies flagged in rollops. Go: - google.golang.org/grpc v1.82.0 -> v1.82.1 (GHSA-hrxh-6v49-42gf, high) JS (internal/ui/web, npm overrides — postcss is transitive via @vue/compiler-core): - postcss forced to ^8.5.18 (resolves 8.5.23) (GHSA-r28c-9q8g-f849, high, path traversal) Verification (nox 1.16.1): - go build ./... and go vet ./... pass - npm run build succeeds - nox scan: 0 findings with severity critical/high AND status != baselined Claude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom
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.
Summary
Part of the fleet-wide nox 1.16.1 security upgrade. Eliminates the net-new critical/high CVE dependencies flagged in rollops.
Go
google.golang.org/grpcv1.82.0 -> v1.82.1 (GHSA-hrxh-6v49-42gf, high)JS (
internal/ui/web)postcssforced to ^8.5.18 via npmoverrides(resolves 8.5.23). postcss is transitive via@vue/compiler-core. (GHSA-r28c-9q8g-f849, high, path traversal)Verification (nox 1.16.1)
go build ./...andgo vet ./...passnpm run buildsucceedsnox scan: 0 findings with severity critical/high AND status != baselined (the 10 remaininghighSEC-435 findings are pre-existing, baselined test-file secrets — unchanged)Scope
Staged only
go.mod,go.sum,internal/ui/web/package.json, andinternal/ui/web/package-lock.json..nox/baseline.jsonwas not touched; no real CVE was baselined.https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom