Fix broken/malformatted outbound links

This commit is contained in:
Tony Arcieri
2020-01-27 07:52:31 -08:00
parent a6d99fb52e
commit df7657d332
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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)