chore(security): resolve open Dependabot/Trivy alerts and clean up CodeQL noise - #5938
Open
ToddHebebrand wants to merge 1 commit into
Open
ToddHebebrand wants to merge 1 commit into
ToddHebebrand wants to merge 1 commit into
Conversation
…deQL noise
Bump vulnerable transitive deps via pnpm overrides (dompurify 3.4.13,
sanitize-html 2.17.7, qs 6.16.0, postcss 8.5.23, fflate 0.8.3,
postcss-selector-parser 6.1.3, decode-uri-component 0.5.0), esbuild
override in e2e-tests, golang.org/x/crypto 0.56.0 in the agent, and
serde_with 3.21.0 in the helper/viewer Cargo locks.
Replace execFileSync('cat') with readFileSync in executorApkPolicy.test.ts
(js/unnecessary-use-of-cat).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Deploying breeze with
|
| Latest commit: |
e6e83c8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://331e395f.breeze-9te.pages.dev |
| Branch Preview URL: | https://chore-gh-security-sweep.breeze-9te.pages.dev |
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
pnpm.overrides: dompurify 3.4.13 (GHSA-55q2-fjhq-7xh7, GHSA-c2j3-45gr-mqc4), sanitize-html 2.17.7 (GHSA-g8qq-57p8-ggw5), qs 6.16.0 (GHSA-4mjr-xmp4-gh2g, GHSA-x5fp-wj9c-mxmx), postcss 8.5.23 (GHSA-fxqj-rqcc-2cmp), fflate 0.8.3 (GHSA-px8p-9vwx-vf98), postcss-selector-parser 6.1.3 (GHSA-w9m9-85wc-3x92), decode-uri-component 0.5.0 (GHSA-vcc3-ghjq-m6fr)e2e-tests: npmoverridesfor esbuild >=0.28.1 (GHSA-g7r4-m6w7-qqqr)agent: golang.org/x/crypto 0.55.0 → 0.56.0 (CVE-2026-56855, CVE-2026-78662, GO-2026-5932)executorApkPolicy.test.ts:readFileSyncinstead ofexecFileSync('cat')(CodeQL js/unnecessary-use-of-cat)Dismissed out-of-band with reasons: 30 CodeQL alerts (false positives / accepted tradeoffs), 5 Dependabot alerts with no fix path (adm-zip, glib via tauri gtk 0.18, rand 0.7 build-dep), 1 secret-scanning alert (test fixture).
Verification
pnpm installclean;executorApkPolicy.test.ts11/11 passgo build ./...in agent OKcargo checkOK for helper and viewer🤖 Generated with Claude Code