Skip to content

Commit 52ebba2

Browse files
dependabot[bot]zimon9
authored andcommitted
Bump dompurify from 2.3.1 to 2.5.4 in /tgui (shiptest-ss13#3379)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cure53/DOMPurify/releases">dompurify's releases</a>.</em></p> <blockquote> <h2>DOMPurify 2.5.4</h2> <ul> <li>Fixed a bug with latest <code>isNaN</code> checks affecting MSIE, thanks <a href="https://github.com/tulach"><code>@​tulach</code></a></li> <li>Fixed the tests for MSIE and fixed related test-runner</li> </ul> <h2>DOMPurify 2.5.3</h2> <ul> <li>Fixed several mXSS variations found by and thanks to <a href="https://github.com/kevin-mizu"><code>@​kevin-mizu</code></a> &amp; <a href="https://github.com/Ry0taK"><code>@​Ry0taK</code></a></li> <li>Added better configurability for comment scrubbing default behavior</li> <li>Added better hardening against Prototype Pollution attacks, thanks <a href="https://github.com/kevin-mizu"><code>@​kevin-mizu</code></a></li> <li>Fixed some smaller issues in README and other documentation</li> </ul> <h2>DOMPurify 2.5.2</h2> <ul> <li>Addressed and fixed a mXSS variation found by <a href="https://github.com/kevin-mizu"><code>@​kevin-mizu</code></a></li> <li>Addressed and fixed a mXSS variation found by <a href="https://twitter.com/hash_kitten">Adam Kues</a> of Assetnote</li> <li>Updated tests for older Safari and Chrome versions</li> </ul> <h2>DOMPurify 2.5.1</h2> <ul> <li>Fixed an mXSS sanitizer bypass reported by <a href="https://github.com/icesfont"><code>@​icesfont</code></a></li> <li>Added new code to track element nesting depth</li> <li>Added new code to enforce a maximum nesting depth of 255</li> <li>Added coverage tests and necessary clobbering protections</li> </ul> <p><strong>Note that this is a security release and should be upgraded to immediately. Please also note that further releases may follow as the underlying vulnerability is apparently new and further variations may be discovered.</strong></p> <h2>DOMPurify 2.5.0</h2> <ul> <li>Added new setting <code>SAFE_FOR_XML</code> to enable better control over comment scrubbing</li> <li>Updated the LICENSE file to show the accurate year number</li> <li>Updated several build and test dependencies</li> </ul> <h2>DOMPurify 2.4.9</h2> <ul> <li>Fixed another conditional bypass caused by Processing Instructions, thanks <a href="https://github.com/Ry0taK"><code>@​Ry0taK</code></a></li> <li>Fixed the regex for HTML Custom Element detection, thanks <a href="https://github.com/AlekseySolovey3T"><code>@​AlekseySolovey3T</code></a></li> </ul> <h2>DOMPurify 2.4.8</h2> <ul> <li>Fixed two possible bypasses when sanitizing an XML document and later using it in HTML, thanks <a href="https://github.com/Slonser"><code>@​Slonser</code></a></li> </ul> <h2>DOMPurify 2.4.7</h2> <ul> <li>Fixed a licensing issue spotted and reported by <a href="https://github.com/george-thomas-hill"><code>@​george-thomas-hill</code></a></li> </ul> <h2>DOMPurify 2.4.6</h2> <ul> <li>Fixed a bypass in jsdom 22 in case the <code>noframes</code> element is permitted, thanks <a href="https://github.com/leeN"><code>@​leeN</code></a></li> </ul> <h2>DOMPurify 2.4.5</h2> <ul> <li>Fixed a problem with improper reset of custom HTML options, thanks <a href="https://github.com/ammaraskar"><code>@​ammaraskar</code></a></li> </ul> <h2>DOMPurify 2.4.4</h2> <ul> <li>Added support for <code>ALLOW_SELF_CLOSE_IN_ATTR</code> flag, thanks <a href="https://github.com/edg2s"><code>@​edg2s</code></a> <a href="https://github.com/AndreVirtimo"><code>@​AndreVirtimo</code></a></li> <li>Added better support for <code>shadowrootmode</code>, thanks <a href="https://github.com/mfreed7"><code>@​mfreed7</code></a></li> </ul> <h2>DOMPurify 2.4.3</h2> <ul> <li>Final release that is compatible with MSIE10 &amp; MSIE 11</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/10c12610b15875ea09129c35fca28a886857434f"><code>10c1261</code></a> docs: Updated README ever so slightly</li> <li><a href="https://github.com/cure53/DOMPurify/commit/1c9288095c41f48c1a5dcfda72f615320b27b3ad"><code>1c92880</code></a> test: Fixed two more tests for MSIE11 and Edge 18</li> <li><a href="https://github.com/cure53/DOMPurify/commit/14012082720e48f7f9134d3c53f280ba4dba2058"><code>1401208</code></a> test: Fixed more tests for MSIE and Edge 18</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2c6410a637eae71a51b2fa6d8cdd2bde7b2aa125"><code>2c6410a</code></a> test: Fixed several new tests for MSIE11 and Edge 18</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2c9bca957c28bb73ecc9544cea379e41963276c4"><code>2c9bca9</code></a> test: Changed github config to include MSIE tests for 2.x</li> <li><a href="https://github.com/cure53/DOMPurify/commit/b188787889deb66eb3b0c73b857e77e889ee9912"><code>b188787</code></a> chore: Preparing 2.5.4 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/707b3d682451b69c003c4ecb363550b93ef595a9"><code>707b3d6</code></a> fix: Added a better for for the MSIE iNaN issue</li> <li><a href="https://github.com/cure53/DOMPurify/commit/62fe3be09ad4dca4ff8671272baf15f512872b5e"><code>62fe3be</code></a> test: Attempting to get MSIE 11 back into the browser test array</li> <li><a href="https://github.com/cure53/DOMPurify/commit/f3a97107b29e6af78884e05a63638622eddb6df6"><code>f3a9710</code></a> fix: Fixed an issue with MSIE and no support for Number.isNaN</li> <li><a href="https://github.com/cure53/DOMPurify/commit/e1ddfc7b5e6d6599c369f826699b0204e2c691b9"><code>e1ddfc7</code></a> Merge branch '2.x' of github.com:cure53/DOMPurify into 2.x</li> <li>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/2.3.1...2.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dompurify&package-manager=npm_and_yarn&previous-version=2.3.1&new-version=2.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shiptest-ss13/Shiptest/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53b3845 commit 52ebba2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tgui/packages/tgui-panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "4.3.1",
55
"dependencies": {
66
"common": "workspace:*",
7-
"dompurify": "^2.3.1",
7+
"dompurify": "^2.5.4",
88
"inferno": "^7.4.8",
99
"tgui": "workspace:*",
1010
"tgui-dev-server": "workspace:*",

tgui/packages/tgui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/marked": "^4.0.8",
88
"common": "workspace:*",
99
"dateformat": "^4.5.1",
10-
"dompurify": "^2.3.1",
10+
"dompurify": "^2.5.4",
1111
"highlight.js": "^11.5.1",
1212
"inferno": "^7.4.8",
1313
"inferno-vnode-flags": "^7.4.8",

tgui/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3910,10 +3910,10 @@ __metadata:
39103910
languageName: node
39113911
linkType: hard
39123912

3913-
"dompurify@npm:^2.3.1":
3914-
version: 2.3.1
3915-
resolution: "dompurify@npm:2.3.1"
3916-
checksum: 9c93cfaa9d1d0b31aa2e926ebfa0621287a63ebb16277c94ad4aad2bcf3ad12e609e699fc10f2eaf69e4698e29a31dec87a69f3c6725ce3f4c7a69ee93123d0c
3913+
"dompurify@npm:^2.5.4":
3914+
version: 2.5.7
3915+
resolution: "dompurify@npm:2.5.7"
3916+
checksum: 9652139743130b5ebaf5278fadec06d9b3920019b80c205565b9b8d52cd0cea90ff690c1994c5c0da5bc9d57a94dc19236cdf1ccabdc1c6cff7c255e1e597031
39173917
languageName: node
39183918
linkType: hard
39193919

@@ -8953,7 +8953,7 @@ resolve@^2.0.0-next.3:
89538953
resolution: "tgui-panel@workspace:packages/tgui-panel"
89548954
dependencies:
89558955
common: "workspace:*"
8956-
dompurify: ^2.3.1
8956+
dompurify: ^2.5.4
89578957
inferno: ^7.4.8
89588958
tgui: "workspace:*"
89598959
tgui-dev-server: "workspace:*"
@@ -9037,7 +9037,7 @@ resolve@^2.0.0-next.3:
90379037
"@types/marked": ^4.0.8
90389038
common: "workspace:*"
90399039
dateformat: ^4.5.1
9040-
dompurify: ^2.3.1
9040+
dompurify: ^2.5.4
90419041
highlight.js: ^11.5.1
90429042
inferno: ^7.4.8
90439043
inferno-vnode-flags: ^7.4.8

0 commit comments

Comments
 (0)