mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +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.
20 lines
595 B
TOML
20 lines
595 B
TOML
[advisory]
|
|
id = "RUSTSEC-2020-0003"
|
|
package = "rust_sodium"
|
|
date = "2020-01-20"
|
|
informational = "unmaintained"
|
|
title = "rust_sodium is unmaintained; switch to a modern alternative"
|
|
description = """
|
|
The `rust_sodium` crate is no longer maintained by its current owner, who
|
|
advise in the repository readme that they are looking for
|
|
someone else to take ownership of it.
|
|
|
|
We recommend you switch to an alternative crate such as:
|
|
- [`sodiumoxide`](https://crates.io/crates/sodiumoxide)
|
|
"""
|
|
url = "https://github.com/maidsafe/rust_sodium/pull/117"
|
|
|
|
[versions]
|
|
patched = []
|
|
unaffected = ["> 0.10.2"]
|