dependabot[bot] opened a new pull request, #1128:
URL: https://github.com/apache/inlong-website/pull/1128

   Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.2.4 and updates 
ancestor dependency 
[swagger-ui-react](https://github.com/swagger-api/swagger-ui). These 
dependencies need to be updated together.
   
   Updates `dompurify` from 3.0.5 to 3.2.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 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>
   <h2>DOMPurify 3.2.0</h2>
   <ul>
   <li>Added type declarations, thanks <a 
href="https://github.com/reduckted";><code>@​reduckted</code></a> , <a 
href="https://github.com/philmayfield";><code>@​philmayfield</code></a>, <a 
href="https://github.com/aloisklink";><code>@​aloisklink</code></a>, <a 
href="https://github.com/ssi02014";><code>@​ssi02014</code></a> and others</li>
   <li>Fixed a minor issue with the handling of hooks, thanks <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   </ul>
   <h2>DOMPurify 3.1.7</h2>
   <ul>
   <li>Fixed an issue with comment detection and possible bypasses with 
specific config settings, thanks <a 
href="https://github.com/masatokinugawa";><code>@​masatokinugawa</code></a></li>
   <li>Fixed several smaller typos in documentation and test &amp; build files, 
thanks <a 
href="https://github.com/christianhg";><code>@​christianhg</code></a></li>
   <li>Added better support for Angular compiler, thanks <a 
href="https://github.com/jeroen1602";><code>@​jeroen1602</code></a></li>
   <li>Added several new attributes to HTML and SVG allow-list, thanks <a 
href="https://github.com/Gigabyte5671";><code>@​Gigabyte5671</code></a> and <a 
href="https://github.com/Rotzbua";><code>@​Rotzbua</code></a></li>
   <li>Removed the <code>foreignObject</code> element from the list of HTML 
entry-points, thanks <a 
href="https://github.com/masatokinugawa";><code>@​masatokinugawa</code></a></li>
   <li>Bumped several dependencies to be more up to date</li>
   </ul>
   <h2>DOMPurify 3.1.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 an issue with element removal leading to uncaught errors through 
DOM Clobbering, thanks <a 
href="https://github.com/realansgar";><code>@​realansgar</code></a></li>
   <li>Fixed a minor problem with the bower file pointing to the wrong dist 
path</li>
   <li>Fixed several minor typos in docs, comments and comment blocks, thanks 
<a href="https://github.com/Rotzbua";><code>@​Rotzbua</code></a></li>
   <li>Updated several development dependencies</li>
   </ul>
   <h2>DOMPurify 3.1.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&amp;paste Word 
content, thanks <a 
href="https://github.com/kakao-bishop-cho";><code>@​kakao-bishop-cho</code></a></li>
   </ul>
   <h2>DOMPurify 3.1.4</h2>
   <ul>
   <li>Fixed an issue with the recently implemented <code>isNaN</code> checks, 
thanks <a href="https://github.com/tulach";><code>@​tulach</code></a></li>
   <li>Added several new popover attributes to allow-list, thanks <a 
href="https://github.com/Gigabyte5671";><code>@​Gigabyte5671</code></a></li>
   <li>Fixed the tests and adjusted the test runner to cover all branches</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/ec29e65f3675077c1a78e6edcab97f797f004a2e";><code>ec29e65</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1062";>#1062</a> from 
cure53/main</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/1c1b1838625851939d4b86436feeb3e3ccb7dbb6";><code>1c1b183</code></a>
 chore: Preparing 3.2.4 release</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02";><code>d18ffcb</code></a>
 fix: Changed the template literal regex to avoid a config-dependent bypass</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/0d64d2b12f9ecaa28899c60aba0b9ed5072c4d93";><code>0d64d2b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1060";>#1060</a> from 
yehuya/initializeTestImprovements</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/9ad79331566e0671788b120cc1f682f4e7f33f44";><code>9ad7933</code></a>
 tests: DOMPurify custom window tests improvements</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/72760ca8ee425c3129420390d4c10afe698ff2fb";><code>72760ca</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/1059";>#1059</a> from 
yehuya/fixMissingWindowElement</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/bc72d44b2e3cec00d8ef2427869d03cb668969fa";><code>bc72d44</code></a>
 Fix tests</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/363a89dd3a051b72334cd4d0c867616fdc4ee40d";><code>363a89d</code></a>
 fix: handle undefined Element in DOMPurify initialization</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/f41b45df18a9666a50c1ad2662cee259230cfef4";><code>f41b45d</code></a>
 Update LICENSE</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/b25bf26d674ff4db9074cef01fc51490cb1369a0";><code>b25bf26</code></a>
 Update README.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cure53/DOMPurify/compare/3.0.5...3.2.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `swagger-ui-react` from 5.7.2 to 5.20.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/swagger-api/swagger-ui/releases";>swagger-ui-react's 
releases</a>.</em></p>
   <blockquote>
   <h2>Swagger UI v5.20.0 Released!</h2>
   <h1><a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.19.0...v5.20.0";>5.20.0</a>
 (2025-02-27)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>docker:</strong> add OpenContainer labels</li>
   <li><strong>json-schema-5</strong>: fix JumpToPath feature for schemas, 
closes <a 
href="https://redirect.github.com/swagger-api/swagger-editor/issues/4035";>swagger-api/swagger-editor#4035</a></li>
   <li>fix JumpToPath feature for auth methods</li>
   <li>display the correct name of security methods</li>
   <li>fix console errors appearing when security scheme is not defined</li>
   <li><strong>components</strong>: render examples only when their shape is 
correct</li>
   <li><strong>swagger-client</strong>: allow resolving URLs without 
extensions, closes <a 
href="https://redirect.github.com/swagger-api/apidom/issues/4298";>swagger-api/apidom#4298</a></li>
   <li><strong>css</strong>: fix css sourcemaps</li>
   <li><strong>security</strong>: update axios to address CVE-2024-39338</li>
   <li><strong>swagger-client</strong>: do not encode server variables, closes 
<a 
href="https://redirect.github.com/swagger-api/swagger-js/issues/3656";>swagger-api/swagger-js#3656</a></li>
   <li><strong>security</strong>: fix unsafe cookie serialization, addresses 
CVE-2024-47764, GHSA-pxg6-pf52-xh8x</li>
   <li><strong>spec</strong>: compensate if OpenAPI.paths field is defined as 
unexpected structure</li>
   <li><strong>json-schema-2020-12</strong>: check for schema type before 
extracting extension keywords, closes <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/9376";>swagger-ui/issues#9376</a></li>
   <li><strong>json-schema-2020-12</strong>: fix rendering of uniqueItems 
keyword</li>
   <li><strong>json-schema-2020-12</strong>: fix overrides of JSON Schema 
extension keywords</li>
   <li><strong>spec</strong>: clear JSON state when loading a new 
definition</li>
   <li><strong>oas31</strong>: fix caching of JSON Schema 2020-12 context</li>
   <li><strong>json-schema-2020-12</strong>: fix default expansion being 
applied to components after initial render</li>
   <li><strong>json-schema-2020-12</strong>: fix complex schemas expanding 
beyond the default expansion depth</li>
   <li><strong>json-schema-2020-12</strong>: fix deep expansion not expanding 
some of the keywords</li>
   <li><strong>oas31</strong>: fix expansion of Schema Object fixed fields</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>swagger-ui-react</strong>: add support for initialState prop</li>
   <li>add horizontal scrollbar for schemas, refs <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/8940";>swagger-api/swagger-ui#8940</a></li>
   <li>display schema of complex parameters</li>
   <li>display schema of complex request body properties</li>
   <li><strong>json-schema-2020-12</strong>: allow to use fn outside of React 
context</li>
   <li><strong>oas31</strong>: display schema of complex parameters with union 
type</li>
   <li><strong>oas31</strong>: display schema of complex request body 
properties with union type</li>
   <li><strong>oas31</strong>: display textarea for parameters with complex 
union type</li>
   <li><strong>json-schema-2020-12</strong>: allow to use getTitle outside of 
JSON Schema 2020-12 context</li>
   <li><strong>json-schema-2020-12</strong>: introduce system bound HOC</li>
   <li><strong>json-schema-2020-12</strong>: add support for rendering 
extension keywords, closes <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/9376";>swagger-ui/issues#9376</a></li>
   <li><strong>json-schema-2020-12</strong>: add support for rendering examples 
keyword</li>
   <li><strong>json-schema-2020-12</strong>: use JSON Viewer to display 
keywords with complex values</li>
   <li><strong>json-schema-2020-12</strong>: handle empty objects and arrays in 
JSONViewer</li>
   <li><strong>oas3</strong>: more support for OpenAPI 3.0.4</li>
   <li>introduce custom URL sanitization mechanism</li>
   <li>apply additional fixes for custom URL sanitization mechanism</li>
   <li><strong>oas31</strong>: add support for OpenAPI extensions</li>
   <li><strong>json-schema-2020-12</strong>: respect showExtensions config 
option</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/d9887d6320c73a534edc4bc26242ec33d5f2657d";><code>d9887d6</code></a>
 chore(release): cut the v5.20.0 release</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/80d56c9518af7ad523f7171815c9da836551e259";><code>80d56c9</code></a>
 feat: apply cumulative update to address various issues (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10324";>#10324</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/621a7f0f764476bfe4f5fce4002eb58e1d56286f";><code>621a7f0</code></a>
 chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10315";>#10315</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/6bcd033625a854fe2e6d8405400da6c616ebc6c5";><code>6bcd033</code></a>
 chore(deps-dev): bump <code>@​babel/cli</code> from 7.24.7 to 7.26.4 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10309";>#10309</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/aed0312d9b1315196cb33576d4a9dbf6edbe6688";><code>aed0312</code></a>
 chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10310";>#10310</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/25fec5e49c1675d58f19a5e783ee5ae7b9c7391e";><code>25fec5e</code></a>
 chore(deps-dev): bump jsdom from 25.0.1 to 26.0.0 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10304";>#10304</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/741d1d1bbc538a0f1fa2c1a429c756b1d1e6e9c4";><code>741d1d1</code></a>
 chore(deps-dev): bump <code>@​babel/register</code> from 7.23.7 to 7.25.9 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10302";>#10302</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/d0936b123e555e1be7d23705a0c30a5d64faac20";><code>d0936b1</code></a>
 chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.24.7 to 7.26.9 
(<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10303";>#10303</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/a8fc30da956bc61a0c1f1473b37ccf673af3c8ba";><code>a8fc30d</code></a>
 test(oas31): move test out of components (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10300";>#10300</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/dfa908d25a2cce32aa37f104ae8aa8a49c5157a1";><code>dfa908d</code></a>
 chore(release): cut the v5.19.0 release</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.7.2...v5.20.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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/inlong-website/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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to