Skip to content

Commit

Permalink
request #18476: Update to DOMPurify 2.2.6
Browse files Browse the repository at this point in the history
DOMPurify 2.2.6 comes with a new hardening to defend against mXSS.

Changelog: https://github.com/cure53/DOMPurify/releases/tag/2.2.6
PR introducing the new mechanism: cure53/DOMPurify#495

Change-Id: Icab6ee5153969207195a67395ed5b5ec9cb134b0
  • Loading branch information
LeSuisse committed Dec 21, 2020
1 parent a77863f commit 0636eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@tuleap/plugin-mytuleap_contact_support",
"private": true,
"dependencies": {
"dompurify": "^2.2.4"
"dompurify": "^2.2.6"
},
"devDependencies": {
"@types/bootstrap": "^4.5.0",
Expand Down

0 comments on commit 0636eee

Please sign in to comment.