mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
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.
19 lines
639 B
TOML
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"]
|