Files
advisory-db/crates/quickersort/RUSTSEC-2018-0016.toml
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

19 lines
639 B
TOML

[advisory]
id = "RUSTSEC-2018-0016"
package = "quickersort"
date = "2018-06-30"
title = "quickersort is deprecated and unmaintained"
informational = "unmaintained"
url = "https://github.com/notriddle/quickersort/commit/0bc164366315801f0c6b31f4081b7df9fc894076"
description = """
The author of the `quickersort` crate has deprecated it and does not recommend using it anymore.
Everything in it has been incorporated into [std::sort_unstable] in the standard library as of Rust 1.20.
[std::sort_unstable]: https://doc.rust-lang.org/stable/std/primitive.slice.html#method.sort_unstable
"""
[versions]
patched = []
unaffected = ["> 3.0.1"]