dependabot[bot] opened a new pull request, #5: URL: https://github.com/apache/incubator-resilientdb-ResLens/pull/5
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.0 to 3.2.5. <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.2.5</h2> <ul> <li>Added a check to the mXSS detection regex to be more strict, thanks <a href="https://github.com/masatokinugawa"><code>@masatokinugawa</code></a></li> <li>Added ESM type imports in source, removes patch function, thanks <a href="https://github.com/donmccurdy"><code>@donmccurdy</code></a></li> <li>Added script to verify various TypeScript configurations, thanks <a href="https://github.com/reduckted"><code>@reduckted</code></a></li> <li>Added more modern browsers to the Karma launchers list</li> <li>Added Node 23.x to tested runtimes, removed Node 17.x</li> <li>Fixed the generation of source maps, thanks <a href="https://github.com/reduckted"><code>@reduckted</code></a></li> <li>Fixed an unexpected behavior with <code>ALLOWED_URI_REGEXP</code> using the 'g' flag, thanks <a href="https://github.com/hhk-png"><code>@hhk-png</code></a></li> <li>Fixed a few typos in the README file</li> </ul> <h2>DOMPurify 3.2.4</h2> <ul> <li>Fixed a conditional and config dependent mXSS-style <a href="https://nsysean.github.io/posts/dompurify-323-bypass/">bypass</a> reported by <a href="https://github.com/nsysean"><code>@nsysean</code></a></li> <li>Added a new feature to allow specific hook removal, thanks <a href="https://github.com/davecardwell"><code>@davecardwell</code></a></li> <li>Added <em>purify.js</em> and <em>purify.min.js</em> to exports, thanks <a href="https://github.com/Aetherinox"><code>@Aetherinox</code></a></li> <li>Added better logic in case no window object is president, thanks <a href="https://github.com/yehuya"><code>@yehuya</code></a></li> <li>Updated some dependencies called out by dependabot</li> <li>Updated license files etc to show the correct year</li> </ul> <h2>DOMPurify 3.2.3</h2> <ul> <li>Fixed two conditional sanitizer bypasses discovered by <a href="https://github.com/parrot409"><code>@parrot409</code></a> and <a href="https://x.com/slonser_"><code>@Slonser</code></a></li> <li>Updated the attribute clobbering checks to prevent future bypasses, thanks <a href="https://github.com/parrot409"><code>@parrot409</code></a></li> </ul> <h2>DOMPurify 3.2.2</h2> <ul> <li>Fixed a possible bypass in case a rather specific config for custom elements is set, thanks <a href="https://github.com/yaniv-git"><code>@yaniv-git</code></a></li> <li>Fixed several minor issues with the type definitions, thanks again <a href="https://github.com/reduckted"><code>@reduckted</code></a></li> <li>Fixed a minor issue with the types reference for trusted types, thanks <a href="https://github.com/reduckted"><code>@reduckted</code></a></li> <li>Fixed a minor problem with the template detection regex on some systems, thanks <a href="https://github.com/svdb99"><code>@svdb99</code></a></li> </ul> <h2>DOMPurify 3.2.1</h2> <ul> <li>Fixed several minor issues with the type definitions, thanks <a href="https://github.com/reduckted"><code>@reduckted</code></a> <a href="https://github.com/ghiscoding"><code>@ghiscoding</code></a> <a href="https://github.com/asamuzaK"><code>@asamuzaK</code></a> <a href="https://github.com/MiniDigger"><code>@MiniDigger</code></a></li> <li>Fixed an issue with non-minified dist files and order of imports, thanks <a href="https://github.com/reduckted"><code>@reduckted</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/78060045e4d3ec0d199eb61bbeca02d8268ac310"><code>7806004</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1082">#1082</a> from cure53/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/f14c22feab64e60383e9dc658c3cde38d009c541"><code>f14c22f</code></a> chore: Preparing 3.2.5 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/c69d7a857032dc0a2b6ce589b6180823b97542ae"><code>c69d7a8</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1080">#1080</a> from hhk-png/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/fce40b5d3bdcda38e519d749cd07b81da4029ea8"><code>fce40b5</code></a> chore: for lint</li> <li><a href="https://github.com/cure53/DOMPurify/commit/59e866409d3ebb4e54eb6f2b4096a38ffe58b9a6"><code>59e8664</code></a> Merge branch 'cure53:main' into main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/e62e3efa68c46dbc34b6e63545c6ae8ed20b49f8"><code>e62e3ef</code></a> fix: Using ALLOWED_URI_REGEXP with the 'g' flag leads to incorrect results</li> <li><a href="https://github.com/cure53/DOMPurify/commit/b4287881fae1e01d91af5cddb664cb71bff7dec3"><code>b428788</code></a> Update README.md</li> <li><a href="https://github.com/cure53/DOMPurify/commit/72c00db122148eb64eab2639928cd2cbee0a101c"><code>72c00db</code></a> Merge branch 'main' of github.com:cure53/DOMPurify</li> <li><a href="https://github.com/cure53/DOMPurify/commit/49882dcc4141a4e62f43c6dac3db353ff8d7dd0e"><code>49882dc</code></a> test: Added Node 23.x to tested runtimes, removed Node 17.x</li> <li><a href="https://github.com/cure53/DOMPurify/commit/2e5fd642ba473242220b98581dfe19049c3ca6de"><code>2e5fd64</code></a> Merge pull request <a href="https://redirect.github.com/cure53/DOMPurify/issues/1078">#1078</a> from reduckted/fix-sourcemaps</li> <li>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/3.2.0...3.2.5">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/incubator-resilientdb-ResLens/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: dev-unsubscr...@resilientdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org