forked from bai/curriculum-project-hub
12 lines
377 B
Markdown
12 lines
377 B
Markdown
# Clear dependency advisories and gate releases
|
|
|
|
Type: task
|
|
Status: open
|
|
|
|
## Question
|
|
|
|
Remove every current `npm audit --omit=dev` high finding and every `cargo audit`
|
|
vulnerability/unsound finding through tested upgrades, compatible overrides or
|
|
upstream fixes—not ignores—and add reproducible Node and Rust security-audit
|
|
gates to CI and the production release evidence.
|