dependabot[bot] opened a new pull request, #12745:
URL: https://github.com/apache/cloudstack/pull/12745

   Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.6 to 3.3.1.
   <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.3.1</h2>
   <ul>
   <li>Updated <code>ADD_FORBID_CONTENTS</code> setting to extend default list, 
thanks <a 
href="https://github.com/MariusRumpf";><code>@​MariusRumpf</code></a></li>
   <li>Updated the ESM import syntax to be more correct, thanks <a 
href="https://github.com/binhpv";><code>@​binhpv</code></a></li>
   </ul>
   <h2>DOMPurify 3.3.0</h2>
   <ul>
   <li>Added the SVG <code>mask-type</code> attribute to default allow-list, 
thanks <a 
href="https://github.com/prasadrajandran";><code>@​prasadrajandran</code></a></li>
   <li>Added support for <code>ADD_ATTR</code> and <code>ADD_TAGS</code> to 
accept functions, thanks <a 
href="https://github.com/nelstrom";><code>@​nelstrom</code></a></li>
   <li>Fixed an issue with the <code>slot</code> element being in both SVG and 
HTML allow-list, thanks <a 
href="https://github.com/Wim-Valgaeren";><code>@​Wim-Valgaeren</code></a></li>
   </ul>
   <h2>DOMPurify 3.2.7</h2>
   <ul>
   <li>Added new attributes and elements to default allow-list, thanks <a 
href="https://github.com/elrion018";><code>@​elrion018</code></a></li>
   <li>Added <code>tagName</code> parameter to custom element 
<code>attributeNameCheck</code>, thanks <a 
href="https://github.com/nelstrom";><code>@​nelstrom</code></a></li>
   <li>Added better check for animated <code>href</code> attributes, thanks <a 
href="https://github.com/llamakko";><code>@​llamakko</code></a></li>
   <li>Updated and improved the bundled types, thanks <a 
href="https://github.com/ssi02014";><code>@​ssi02014</code></a></li>
   <li>Updated several tests to better align with new browser encoding 
behaviors</li>
   <li>Improved the handling of potentially risky content inside CDATA 
elements, thanks <a 
href="https://github.com/securityMB";><code>@​securityMB</code></a> &amp; <a 
href="https://github.com/terjanq";><code>@​terjanq</code></a></li>
   <li>Improved the regular expression for raw-text elements to cover 
textareas, thanks <a 
href="https://github.com/securityMB";><code>@​securityMB</code></a> &amp; <a 
href="https://github.com/terjanq";><code>@​terjanq</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/6fc446a589ab3d1d72ae2a5b71167ba38dbd3096";><code>6fc446a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1175";>#1175</a> from 
cure53/main</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/3b3bf917d2b39460de6d130acebdc9243cf3e6ae";><code>3b3bf91</code></a>
 Merge branch 'main' of github.com:cure53/DOMPurify</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/9863f4195bae6048de9eb2802219218c6904066c";><code>9863f41</code></a>
 chore: Preparing 3.3.1 release</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/b4e02954dc4172c3944a755f3e99fbb76be64f7b";><code>b4e0295</code></a>
 chore: Preparing 3.3.0 release</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/077746bb2cfb77836dfb628dca7ffc7ced8a5356";><code>077746b</code></a>
 build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (<a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1170";>#1170</a>)</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/4de68bba9aba43dc3bba9348df603b64fc06d591";><code>4de68bb</code></a>
 build(deps): bump actions/checkout from 5 to 6 (<a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1171";>#1171</a>)</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/4c76b6f84ad392bc3be1a23ca97d4f1e8368cbf0";><code>4c76b6f</code></a>
 Use correct ESM import syntax (<a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1173";>#1173</a>)</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/27e8496bcd689a16acc7d0bf7c88b933efad569a";><code>27e8496</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1168";>#1168</a> from 
MariusRumpf/add-forbid-contents</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/a920096dbe3ddacff541745bb49d64df874a1087";><code>a920096</code></a>
 Add ADD_FORBID_CONTENTS setting to extend default list</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/ac64660975fe1141e2654eafeca58eff3ecbc981";><code>ac64660</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1163";>#1163</a> from 
cure53/dependabot/github_actions/actions/setup-...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cure53/DOMPurify/compare/3.2.6...3.3.1";>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=3.2.6&new-version=3.3.1)](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 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/cloudstack/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to