mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 08:13:58 +01:00
Merge pull request #103 from ordian/fix-libp2p
[libp2p-core] fix patched versions
This commit is contained in:
@@ -9,5 +9,5 @@ Any signature with a correct length was considered valid.
|
||||
|
||||
This allows an attacker to impersonate any node identity.
|
||||
"""
|
||||
patched_versions = [">= 0.7.1", ">= 0.8.1"]
|
||||
patched_versions = ["^0.7.1", ">= 0.8.1"]
|
||||
unaffected_versions = ["< 0.3"]
|
||||
|
||||
Reference in New Issue
Block a user