Skip to content

Commit 9079010

Browse files
Update RUSTSEC-2022-0009.md (#1186)
* Update RUSTSEC-2022-0009.md We published a semver compatible upgrade that includes the security fix. * A 0.30.x point release has been issued; include it Co-authored-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent 17946d7 commit 9079010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libp2p-core/RUSTSEC-2022-0009.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functions = { "libp2p_core::PeerRecord::from_signed_envelope" = [">= 0.30.0-rc.1
1010

1111
[versions]
1212
unaffected = ["< 0.30.0-rc.1"]
13-
patched = [">= 0.31.1"]
13+
patched = ["^ 0.30.2", ">= 0.31.1"]
1414
```
1515

1616
# Failure to verify the public key of a `SignedEnvelope` against the `PeerId` in a `PeerRecord`

0 commit comments

Comments
 (0)