-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump dompurify from 2.3.1 to 2.5.4 in /tgui #3379
Merged
MarkSuckerberg
merged 1 commit into
master
from
dependabot/npm_and_yarn/tgui/dompurify-2.5.4
Oct 17, 2024
Merged
Bump dompurify from 2.3.1 to 2.5.4 in /tgui #3379
MarkSuckerberg
merged 1 commit into
master
from
dependabot/npm_and_yarn/tgui/dompurify-2.5.4
Oct 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
Dependencies
javascript
Pull requests that update Javascript code.
labels
Sep 16, 2024
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/tgui/dompurify-2.5.4
branch
from
October 5, 2024 05:02
5dc189d
to
53592df
Compare
@dependabot rebase |
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.1 to 2.5.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.3.1...2.5.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/tgui/dompurify-2.5.4
branch
from
October 17, 2024 05:48
53592df
to
e584c91
Compare
MarkSuckerberg
deleted the
dependabot/npm_and_yarn/tgui/dompurify-2.5.4
branch
October 17, 2024 06:14
zimon9
pushed a commit
to zimon9/Shiptest-PR-testing
that referenced
this pull request
Oct 29, 2024
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> & <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 & 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps dompurify from 2.3.1 to 2.5.4.
Release notes
Sourced from dompurify's releases.
... (truncated)
Commits
10c1261
docs: Updated README ever so slightly1c92880
test: Fixed two more tests for MSIE11 and Edge 181401208
test: Fixed more tests for MSIE and Edge 182c6410a
test: Fixed several new tests for MSIE11 and Edge 182c9bca9
test: Changed github config to include MSIE tests for 2.xb188787
chore: Preparing 2.5.4 release707b3d6
fix: Added a better for for the MSIE iNaN issue62fe3be
test: Attempting to get MSIE 11 back into the browser test arrayf3a9710
fix: Fixed an issue with MSIE and no support for Number.isNaNe1ddfc7
Merge branch '2.x' of github.com:cure53/DOMPurify into 2.xYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
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.