Merge pull request #103 from ordian/fix-libp2p

[libp2p-core] fix patched versions
This commit is contained in:
Tony Arcieri
2019-05-20 06:40:19 -07:00
committed by GitHub

View File

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