[libp2p-core] fix patched versions

This commit is contained in:
Andronik Ordian
2019-05-20 11:31:17 +02:00
parent e4f5f2a627
commit 4b36267927

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