dependabot[bot] opened a new pull request, #2714: URL: https://github.com/apache/jena/pull/2714
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.7 to 2.5.6. <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.6</h2> <ul> <li>Fixed an issue with the execution logic of attribute hooks to prevent bypasses, thanks <a href="https://github.com/kevin-mizu"><code>@kevin-mizu</code></a></li> <li>Fixed a minor problem with the bower file pointing to the wrong dist path</li> <li>Updated several development dependencies</li> </ul> <h2>DOMPurify 2.5.5</h2> <ul> <li>Fixed a minor issue with the dist paths in <code>bower.js</code>, thanks <a href="https://github.com/HakumenNC"><code>@HakumenNC</code></a></li> <li>Fixed a minor issue with sanitizing HTML coming from copy&paste Word content, thanks <a href="https://github.com/kakao-bishop-cho"><code>@kakao-bishop-cho</code></a></li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/d78f24171d7e1e6c20d8d6f496c8f8f66efb1ca3"><code>d78f241</code></a> chore: Preparing 2.5.6 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/38e8410970ea558befbb72d7579396abdb08a33f"><code>38e8410</code></a> fix: Added changes to 2.x regarding attribute value checks</li> <li><a href="https://github.com/cure53/DOMPurify/commit/9a7cd98bf0bee8690d6dedf7deeac8b6f9ee0f3d"><code>9a7cd98</code></a> See <a href="https://redirect.github.com/cure53/DOMPurify/issues/961">#961</a></li> <li><a href="https://github.com/cure53/DOMPurify/commit/de2545c445baa47d4aa40ece463ecf3a7688125e"><code>de2545c</code></a> chore: Preparing 2.5.5 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/f1e27e60d942244e4d0868829e4cb73b256421ec"><code>f1e27e6</code></a> chore: Also removed depth counter logic from 2.x branch for now</li> <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>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/2.4.7...2.5.6">compare view</a></li> </ul> </details> <br /> [](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/apache/jena/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org