You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vulnerabilities in dependencies should not surface only during PR (although it's still beneficial, we rarely add new ones)—they should be reported regardless of whether any PR is made.
Summary
Vulnerabilities in dependencies should not surface only during PR (although it's still beneficial, we rarely add new ones)—they should be reported regardless of whether any PR is made.
For dependencies checks, we use
cargo deny
, which unfortunately lacks the option to create issues on its own, unlike the archived https://github.com/actions-rs/audit-check?tab=readme-ov-file#scheduled-audit.With https://github.com/JasonEtco/create-an-issue?tab=readme-ov-file, it's possible to use some templating to generate such an issue. The alternative could be using:
Completion Criteria
cargo deny check
failures.RUSTSEC-2024-0436: paste - no longer maintained.
cargo deny check
.Additional Links & Resources
The text was updated successfully, but these errors were encountered: