Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/auto-security-remediation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@checkstack/backend": patch
"@checkstack/scripts": patch
---

Security: auto-remediated fixable vulnerabilities flagged by the daily scan.

- `tar` 7.5.20 → 7.5.21 (GHSA-r292-9mhp-454m)
- `brace-expansion` 5.0.7 → 5.0.8 (CVE-2026-14257)
9 changes: 5 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jose": "^6.2.3",
"pg": "^8.11.0",
"semver": "^7.8.1",
"tar": "^7.5.16",
"tar": "^7.5.21",
"winston": "^3.19.0",
"zod": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"handlebars": "^4.7.8",
"inquirer": "^13.4.1",
"react": "^19.0.0",
"tar": "^7.5.16",
"tar": "^7.5.21",
"zod": "^4.4.3"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"@astrojs/markdown-remark": "^7.2.0",
"adm-zip": "^0.6.0",
"fast-uri": "^3.1.4",
"sharp": "^0.35.0"
"sharp": "^0.35.0",
"brace-expansion": "^5.0.8"
},
"resolutions": {
"drizzle-orm": "^0.45.0",
Expand All @@ -98,6 +99,7 @@
"@astrojs/markdown-remark": "^7.2.0",
"adm-zip": "^0.6.0",
"fast-uri": "^3.1.4",
"sharp": "^0.35.0"
"sharp": "^0.35.0",
"brace-expansion": "^5.0.8"
}
}
8 changes: 8 additions & 0 deletions security/managed-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
"reason": "Auto-remediated by Security Maintenance: sharp 0.34.5 had fixable advisories; pinned to the fixed 0.x line.",
"addedAt": "2026-07-23",
"removeWhen": "No dependency resolves below 0.35.0 without this override."
},
"brace-expansion": {
"safeFloor": "5.0.8",
"severity": "HIGH",
"advisory": "CVE-2026-14257",
"reason": "Auto-remediated by Security Maintenance: brace-expansion 5.0.7 had fixable advisories; pinned to the fixed 5.x line.",
"addedAt": "2026-07-30",
"removeWhen": "No dependency resolves below 5.0.8 without this override."
}
},
"intentional": {
Expand Down
Loading