Skip to content

Commit

Permalink
Update VulnerabilityCollection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasta-mouse committed Oct 15, 2020
1 parent 4ba6fcd commit ad7895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Watson/VulnerabilityCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private List<Vulnerability> Populate()

new Vulnerability(
id: "CVE-2019-1253",
exploits: new string[] { "https://github.com/padovah4ck/CVE-2019-1253" }
exploits: new string[] { "https://github.com/padovah4ck/CVE-2019-1253", "https://github.com/sgabe/CVE-2019-1253" }
),

new Vulnerability(
Expand Down

0 comments on commit ad7895e

Please sign in to comment.