Skip to content

Commit

Permalink
fix(security): Cross-site Scripting (XSS) for readme
Browse files Browse the repository at this point in the history
High severity vulnerability found in dompurify
  Description: Cross-site Scripting (XSS)
  Info: https://snyk.io/vuln/SNYK-JS-DOMPURIFY-468981
  Introduced through: @verdaccio/[email protected]
  From: @verdaccio/[email protected] > [email protected]
  • Loading branch information
juanpicado committed Sep 26, 2019
1 parent 4012c84 commit 7b53e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lib"
],
"dependencies": {
"dompurify": "2.0.1",
"dompurify": "2.0.3",
"jsdom": "15.1.1",
"marked": "0.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4116,10 +4116,10 @@ domexception@^1.0.1:
dependencies:
webidl-conversions "^4.0.2"

[email protected].1:
version "2.0.1"
resolved "https://registry.verdaccio.org/dompurify/-/dompurify-2.0.1.tgz#02e927c164393213f11a288eea154f105ee33349"
integrity sha512-57cdUdCG300XfdO+BTYfgBtcP0G6LuwnQ8BZQ2t9wFDIa+DoQT9iaxKox5aJJYovAA3B4wNIeNlqBfnS/OWvRQ==
[email protected].3:
version "2.0.3"
resolved "https://registry.verdaccio.org/dompurify/-/dompurify-2.0.3.tgz#5cc4965a487d54aedba6ba9634b137cfbd7eb50d"
integrity sha512-q006uOkD2JGSJgF0qBt7rVhUvUPBWCxpGayALmHvXx2iNlMfNVz7PDGeXEUjNGgIDjADz59VZCv6UE3U8XRWVw==

dot-prop@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 7b53e1b

Please sign in to comment.