Files
advisory-db/crates/rust_sodium/RUSTSEC-2020-0003.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

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"]