Skip to content

Commit

Permalink
vulns(NSWG-ECO-457): correct semver range for vuln 457 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github authored and lirantal committed Jul 7, 2019
1 parent 535a964 commit 8ac1185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuln/npm/457.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cves": [
"CVE-2018-3778"
],
"vulnerable_versions": "<0.35.0",
"vulnerable_versions": "<=0.35.0",
"patched_versions": ">=0.35.1",
"recommendation": "Update aedes module to version >= 0.35.1",
"references": [
Expand Down

0 comments on commit 8ac1185

Please sign in to comment.