mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 07:18:07 +01:00
Fix broken/malformatted outbound links
This commit is contained in:
@@ -10,7 +10,7 @@ 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
|
||||
- [`sodiumoxide`](https://crates.io/crates/sodiumoxide)
|
||||
"""
|
||||
patched_versions = []
|
||||
unaffected_versions = ["> 0.10.2"]
|
||||
|
||||
@@ -14,8 +14,8 @@ itself to be a normal security advisory.
|
||||
It's filed against `rustsec-example-crate`, an otherwise completely empty crate
|
||||
with no functionality or code, which has two releases:
|
||||
|
||||
- [v0.0.1]: *vulnerable* according to this advisory
|
||||
- [v1.0.0]: *patched* by this advisory
|
||||
- [v0.0.1] - *vulnerable* according to this advisory
|
||||
- [v1.0.0] - *patched* by this advisory
|
||||
|
||||
(Technically there is a third release, v0.0.0, which is yanked, but otherwise
|
||||
identical to the v0.0.1 release)
|
||||
|
||||
Reference in New Issue
Block a user