mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
RUSTSEC-2024-0402: Fix unaffected declaration (#2157)
This commit is contained in:
@@ -9,7 +9,7 @@ keywords = ["borsh"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.15.1"]
|
||||
unaffected = ["<= 0.14"]
|
||||
unaffected = ["< 0.15.0"]
|
||||
|
||||
[affected]
|
||||
functions = { "hashbrown::HashMap::borsh_serialize" = ["=0.15.0"] }
|
||||
|
||||
Reference in New Issue
Block a user