Commit graph

2 commits

Author SHA1 Message Date
Elias Rohrer
9aa6ddb24e
Have CI's cargo audit ignore RUSTSEC-2021-0125
This advisory is only relevant for a downstream dependency of
`criterion`, which we currently don't want to bump in order to continue
benchmarking with our MSRV 1.63.0.

We therefore just add it to our ignore list for now.
2024-02-19 10:00:36 +01:00
Elias Rohrer
fd705c7919
Introduce CI workflow running cargo audit
In order to continuously monitor our dependencies for security
vulnerabilities, we introduce a new CI job that will use `cargo audit`
to check for any known vulnerabilities.

This job is run on a daily schedule. For each new advisory, a new issue
will be created.
2024-02-13 09:16:57 +01:00