Skip to content

Commit bc45902

Browse files
committed
Adding DOMPurify
1 parent 1494327 commit bc45902

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

repository/jsrepository.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,21 @@
710710
}
711711
},
712712

713-
713+
"DOMPurify" : {
714+
"vulnerabilities" : [
715+
{
716+
"below" : "0.6.1",
717+
"severity": "medium",
718+
"identifiers": { },
719+
"info" : [ "https://github.com/cure53/DOMPurify/releases/tag/0.6.1" ]
720+
}
721+
],
722+
"extractors" : {
723+
"func" : [ "DOMPurify.version" ],
724+
"filecontent" : [ "DOMPurify.version = '§§version§§';" ],
725+
"hashes" : {}
726+
}
727+
},
714728

715729
"dont check" : {
716730
"extractors" : {

0 commit comments

Comments
 (0)