We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba8504f + fd955ac commit 4ee77dbCopy full SHA for 4ee77db
crates/sodiumoxide/RUSTSEC-0000-0000.toml
@@ -0,0 +1,18 @@
1
+[advisory]
2
+id = "RUSTSEC-0000-0000"
3
+package = "sodiumoxide"
4
+date = "2019-10-11"
5
+url = "https://github.com/sodiumoxide/sodiumoxide/pull/381"
6
+
7
+title = "generichash::Digest::eq always return true"
8
+description = """
9
+PartialEq implementation for generichash::Digest has compared itself to itself.
10
11
+Digest::eq always returns true and Digest::ne always returns false.
12
+"""
13
+patched_versions = [">= 0.2.5"]
14
+keywords = ["cryptography"]
15
16
+[affected.functions]
17
+"sodiumoxide::crypto::generichash::Digest::eq" = ["< 0.2.5, >= 0.1.0"]
18
+"sodiumoxide::crypto::generichash::Digest::ne" = ["< 0.2.5, >= 0.1.0"]
0 commit comments