Switch from cargo-audit to cargo-deny
Apart from checking for security advisories it also checks licenses (we probably don't want to allow GPL without specifically allowing, for example), unmaintained crates, etc.
CC @gdesmott
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
Apart from checking for security advisories it also checks licenses (we probably don't want to allow GPL without specifically allowing, for example), unmaintained crates, etc.
CC @gdesmott
changed the description
mentioned in commit slomo/gstreamer-rs@3e2b69d0
mentioned in merge request !411 (merged)
Nice tool!
Nice tool!
Indeed :) Watched a talk about it at FOSDEM. Now we only need to configure it correctly and get it running. Should help us to manage our dependencies a bit better and prevent weird things from sneaking in.
It doesn't replace cargo-oudated right? I have a branch to use it but I need this bug to be fixed first.
added Enhancement label
mentioned in commit gdesmott/gstreamer-rs@600c08cf
mentioned in commit slomo/gstreamer-rs@47d839e5
closed via merge request !411 (merged)