-
Notifications
You must be signed in to change notification settings - Fork 157
chore: Incorporate cargo-audit to CI #3378
Copy link
Copy link
Closed
Labels
Description
Currently we don't have automated process to detect vulnerabilities in our dependencies.
We could integrate something like cargo-audit to our CI process (e.g. to be triggered on pull requests).
For more context:
- We already know that we have dependencies that need upgrading, so we should exclude them from
cargo-audituntil they are fixed, so only new dependency warnings are reported. - We used to have a bot that bumped dependency version automatically, but was disabled years ago for some reason.
Reactions are currently unavailable