Commit Graph

4 Commits

Author SHA1 Message Date
Tony Arcieri
64c17acfe3 Migrate all advisories to V2 format (closes #228)
As announced in #228, this commit migrates all advisories to the new V2
format, which splits version information into a separate section, and
now has a structure which corresponds to the internal code structure of
the `rustsec` crate.

This is a breaking change for users of `cargo-audit` < 0.9, and anyone
who has written a 3rd party advisory format parser.
2020-03-01 10:46:35 -08:00
Tony Arcieri
17e82e13d6 Assign RUSTSEC-2018-0016 to quickersort
Original PR: https://github.com/RustSec/advisory-db/pull/210
2020-01-20 07:05:35 -08:00
Johan Andersson
8b0725132b Fix typo
Co-Authored-By: Randy Taylor <tehgecKozzz@gmail.com>
2020-01-17 22:17:06 +01:00
Johan Andersson
6da6344b00 Add advisory for deprecated/unmaintained quickersort
The author of the `quickersort` crate has deprecated it and do not
recommend using it anymore.

Everything in it has been incorporated into std::sort_unstable in the
standard library as of Rust 1.20.
2019-12-19 00:26:05 +01:00