fix tmp audit finding #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lavender/resolve-forgejo-security-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
summary
this fixes the active
tmp <0.2.6audit finding on currentmainby raising the roottmpoverride to^0.2.6and refreshingbun.lockto resolvetmp@0.2.7.validation
bun auditpasses with no vulnerabilities foundbun testpasses, 250 tests across 41 filesgit diff --check -- docs/turns/ package.json bun.lockpassesbun run checkstill fails on existing biome import-order diagnostics in unrelated source/test files; i left those alone to keep this security pr focusedintended effect for end users
no user-facing behavior should change. the practical effect is a cleaner desktop packaging/tooling dependency graph with the known
tmppath traversal advisory removed from the audit output.notes
this supersedes the older noisy tmp cve branch/pr by rebuilding the fix from current forgejo
mainin a clean worktree.