fix(security): resolve Dependabot and token-permission alerts - #61
Merged
Conversation
Main still shipped vulnerable transitives and top-level write tokens. Override fast-uri 3.1.7 and qs 6.16.0, pin the node image digest, and scope security-events/packages writes to the jobs that need them. Co-authored-by: Cursor <cursoragent@cursor.com>
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
CorpOS is a reference architecture, not a production SaaS. This PR only closes the actionable GitHub security alerts on
mainwithout landing Vite 8, Zod 4, or nanoid 6.fast-uri3.1.4 → 3.1.7 (CVE-2026-76172 / 18446; alerts chore(ci)(deps): bump superfly/flyctl-actions from 1.5 to 1.6 #15 chore(ci)(deps): bump docker/build-push-action from 6.19.2 to 7.3.0 #14 chore(deps)(deps-dev): bump @types/node from 22.20.0 to 26.0.1 in the types group across 1 directory #12 chore(deps)(deps-dev): bump the lint group with 2 updates #11 chore(ci)(deps): bump actions/checkout from 4 to 7 #5)qs6.15.3 → 6.16.0 (CVE-2026-82417; alerts chore(ci)(deps): bump github/codeql-action from 3 to 4 #16 chore(ci)(deps): bump actions/checkout from 4.3.1 to 7.0.1 #13)codeql.yml: top-levelcontents: read; job-levelsecurity-events: writedocker.yml: top-levelcontents: read;packages: writeonly onbuild-and-pushnode:22-bookworm-slimto the current published digest (Scorecard remediation + Docker Hubdocker-content-digest)Skipped
.kilo/setup-script): npm/pip command-hash findings, not floating images/actions; no digest inventedTest plan
scripts/harness/verify.sh→verify: ok(build, typecheck, 4 files / 22 tests, lint, format)Made with Cursor