-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unmaintained crate informational advisory: rust_sodium
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
|
||
package = "rust_sodium" | ||
|
||
date = "2020-01-20" | ||
|
||
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 | ||
""" | ||
|
||
patched_versions = [] | ||
|
||
unaffected_versions = ["> 0.10.2"] | ||
|
||
url = "https://github.com/maidsafe/rust_sodium/pull/117" |