dependabot[bot] opened a new pull request, #26618: URL: https://github.com/apache/superset/pull/26618
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.4.7 to 3.0.8. <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 3.0.8</h2> <ul> <li>Fixed errors caused by conditional exports, thanks <a href="https://github.com/ssi02014"><code>@ssi02014</code></a></li> <li>Fixed a type error when working with custom element config, thanks <a href="https://github.com/cpmotion"><code>@cpmotion</code></a></li> </ul> <h2>DOMPurify 3.0.7</h2> <ul> <li>Added better protection against CSPP attacks, thanks <a href="https://github.com/kevin-mizu"><code>@kevin-mizu</code></a></li> <li>Updated browser versions for automated tests</li> <li>Updated Node versions for automated tests</li> <li>Refactored code base, thanks <a href="https://github.com/ssi02014"><code>@ssi02014</code></a></li> <li>Refactored build system & deployment, thanks <a href="https://github.com/ssi02014"><code>@ssi02014</code></a></li> </ul> <h2>DOMPurify 3.0.6</h2> <ul> <li>Refactored the core code-base and several utilities, thanks <a href="https://github.com/ssi02014"><code>@ssi02014</code></a></li> <li>Updated and fixed several sections of the README, thanks <a href="https://github.com/ssi02014"><code>@ssi02014</code></a></li> <li>Updated several outdated build and test dependencies</li> </ul> <h2>DOMPurify 3.0.5</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> <li>Updated several build and test dependencies</li> </ul> <h2>DOMPurify 3.0.4</h2> <ul> <li>Fixed a bypass in jsdom 22 in case the noframes element is permitted, thanks <a href="https://github.com/leeN"><code>@leeN</code></a></li> <li>Fixed a typo with <code>shadowrootmod</code> which should be <code>shadowrootmode</code>, thanks <a href="https://github.com/masatokinugawa"><code>@masatokinugawa</code></a></li> </ul> <h2>DOMPurify 3.0.3</h2> <ul> <li>Added new <code>TRUSTED_TYPES_POLICY</code> configuration option, thanks <a href="https://github.com/dejang"><code>@dejang</code></a></li> <li>Added <code>feDropShadow</code> to the SVG filter allow-list, thanks <a href="https://github.com/SelfMadeSystem"><code>@SelfMadeSystem</code></a></li> </ul> <h2>DOMPurify 3.0.2</h2> <ul> <li>Fixed an issue with <code>ALLOWED_URI_REGEXP</code> not being reset, thanks <a href="https://github.com/mukilane"><code>@mukilane</code></a></li> <li>Added <code>mprescripts</code> tag to allowed MathML elements, thanks <a href="https://github.com/duyhai94"><code>@duyhai94</code></a></li> <li>Added SMS URI scheme to allowed URI schemes, tanks <a href="https://github.com/Kiwka"><code>@Kiwka</code></a></li> <li>Updated supported browser versions for nicer code and smaller size, thanks <a href="https://github.com/buzinas"><code>@buzinas</code></a></li> </ul> <h2>DOMPurify 3.0.1</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 3.0.0</h2> <ul> <li>Removed all code that is for MSIE-only</li> <li>Removed all tests that are for MSIE-only</li> <li>Modified documentation to reflect new state of MSIE support</li> <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> <p><strong>NOTE</strong> Please use the <a href="https://github.com/cure53/DOMPurify/releases/tag/2.4.4">2.4.4</a> release if you still need MSIE support, 3.0.0 comes without the MSIE overhead</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/ec1346a8dcf52471276b84bdf4180d3059a00c57"><code>ec1346a</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/899">#899</a> from cure53/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/b3b441e6589f49c506b4840aea3421aa83c62f52"><code>b3b441e</code></a> chore: Preparing 3.0.8 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/486673f568eedef7cf24d610c7dbe219cef3d65e"><code>486673f</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/898">#898</a> from cpmotion/issue-897</li> <li><a href="https://github.com/cure53/DOMPurify/commit/38e4dc3d97194a814f829aebc9a1eae26ccaa7c2"><code>38e4dc3</code></a> fix: Avoid TypeError for null values on CUSTOM_ELEMENT_HANDLING config.</li> <li><a href="https://github.com/cure53/DOMPurify/commit/771eb820846d200803394aaa77c5bac68c8af8c8"><code>771eb82</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/896">#896</a> from ssi02014/revert/conditionalExports</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2d963cf8c79c1dcd6d336cfd3083b6b08d9444f0"><code>2d963cf</code></a> fix: revert conditional exports</li> <li><a href="https://github.com/cure53/DOMPurify/commit/aa2c561415e684f0e1e3cff57c8b1102edaa4dd4"><code>aa2c561</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/893">#893</a> from cure53/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/ab2c0812d787a1d822df64153dcf2f6c3c66e078"><code>ab2c081</code></a> chore: Preparing 3.0.7 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/d7498e0546c0f67cf95437ae430ff2035582a689"><code>d7498e0</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/890">#890</a> from cure53/dependabot/github_actions/github/codeql-a...</li> <li><a href="https://github.com/cure53/DOMPurify/commit/813bea6e86b8143116b2871a10e9769604ed160d"><code>813bea6</code></a> build(deps): bump github/codeql-action from 2 to 3</li> <li>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/2.4.7...3.0.8">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) </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
