dependabot[bot] opened a new pull request, #27835: URL: https://github.com/apache/superset/pull/27835
Updates the requirements on [xss](https://github.com/leizongmin/js-xss) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md">xss's changelog</a>.</em></p> <blockquote> <h2>v1.0.15 (2024-03-03)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/279">feat: add <code><kbd></code> to default whitelist</a> by <a href="https://github.com/rayrny"><code>@rayrny</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/287">feat: single-quoted attribute value syntax support</a> by <a href="https://github.com/mdk000"><code>@mdk000</code></a></li> </ul> <h2>v1.0.14 (2022-08-16)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/262">fix: problem with not closed tag</a> by <a href="https://github.com/slawiko"><code>@slawiko</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/261">fix: add allowList to types</a> by <a href="https://github.com/metonym"><code>@metonym</code></a></li> </ul> <h2>v1.0.13 (2022-06-07)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/257">revert: fix: comment has encoded</a></li> </ul> <h2>v1.0.12 (2022-06-04)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/252">feat: add eslint:recommended check</a> by <a href="https://github.com/lumburr"><code>@lumburr</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/257">fix: comment has encoded</a> by <a href="https://github.com/lumburr"><code>@lumburr</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/256">fix: whitelist match failure due to case ignoring</a> by <a href="https://github.com/lumburr"><code>@lumburr</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/253">fix: class is wrong separated by attributes in method onTagAttr</a> by <a href="https://github.com/lumburr"><code>@lumburr</code></a></li> </ul> <h2>v1.0.11 (2022-03-06)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/249">feat: add support for allowList as an alias for whiteList</a> by <a href="https://github.com/schu34"><code>@schu34</code></a></li> </ul> <h2>v1.0.10 (2021-10-08)</h2> <ul> <li>[Fix: <a href="https://redirect.github.com/leizongmin/js-xss/issues/239">#239</a> stripCommentTag DoS attack](<a href="https://redirect.github.com/leizongmin/js-xss/pull/239">leizongmin/js-xss#239</a>)</li> </ul> <h2>v1.0.9 (2021-05-06)</h2> <ul> <li>[Fix whitespace bypass <a href="https://redirect.github.com/leizongmin/js-xss/issues/218">#218</a>](<a href="https://redirect.github.com/leizongmin/js-xss/pull/218/files">leizongmin/js-xss#218</a>) by <a href="https://github.com/TomAnthony"><code>@TomAnthony</code></a></li> <li>[Add <code><summary></code> to default whitelist <a href="https://redirect.github.com/leizongmin/js-xss/issues/216">#216</a>](<a href="https://redirect.github.com/leizongmin/js-xss/pull/216">leizongmin/js-xss#216</a>) by <a href="https://github.com/spacegaier"><code>@spacegaier</code></a></li> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/220">Add <code><figure></code> and <code><figcaption></code> to default whitelist</a> by <a href="https://github.com/daraz999"><code>@daraz999</code></a></li> <li>Add <code><audio crossorigin muted></code>, <code><video crossorigin muted playsinline poster></code> to default whitelist</li> <li>Add <code><strike></code> to default whitelist</li> <li>Fix: typings IWhiteList allow any tag name</li> <li>Fix: typings <code>onTag</code> options</li> </ul> <h2>v1.0.8 (2020-07-27)</h2> <ul> <li>[Allow default imports in TS <a href="https://redirect.github.com/leizongmin/js-xss/issues/200">#200</a>](<a href="https://redirect.github.com/leizongmin/js-xss/pull/200">leizongmin/js-xss#200</a>) by <a href="https://github.com/danvk"><code>@danvk</code></a></li> <li>[Update handling of quoteStart to prevent sanitization bypass <a href="https://redirect.github.com/leizongmin/js-xss/issues/201">#201</a>](<a href="https://redirect.github.com/leizongmin/js-xss/pull/201">leizongmin/js-xss#201</a>) by <a href="https://github.com/TomAnthony"><code>@TomAnthony</code></a></li> </ul> <h2>v1.0.7 (2020-06-08)</h2> <ul> <li><a href="https://redirect.github.com/leizongmin/js-xss/pull/189">added support for src embedded image, ftp and relative urls</a> by <a href="https://github.com/sijanec"><code>@sijanec</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/leizongmin/js-xss/commit/9c92272047390671b9771a0fb439793f07521d8c"><code>9c92272</code></a> publish: v1.0.15</li> <li><a href="https://github.com/leizongmin/js-xss/commit/ae15483e9eb08caedcd7f6ecfab64201d50c8218"><code>ae15483</code></a> feat: add <kbd> to default whitelist (<a href="https://redirect.github.com/leizongmin/js-xss/issues/279">#279</a>)</li> <li><a href="https://github.com/leizongmin/js-xss/commit/bedb0c09dbfebcd85151c89e0cec1f9fd82b166a"><code>bedb0c0</code></a> feat: single-quoted attribute value syntax support (<a href="https://redirect.github.com/leizongmin/js-xss/issues/287">#287</a>)</li> <li><a href="https://github.com/leizongmin/js-xss/commit/8884b21308315915ca5456a8552ddc23366c8325"><code>8884b21</code></a> feat: Allow loading attribute on img (<a href="https://redirect.github.com/leizongmin/js-xss/issues/278">#278</a>)</li> <li><a href="https://github.com/leizongmin/js-xss/commit/4c3c7587f02aa53d60f7863133978debba7a84c9"><code>4c3c758</code></a> chore: fix typo (<a href="https://redirect.github.com/leizongmin/js-xss/issues/272">#272</a>)</li> <li>See full diff in <a href="https://github.com/leizongmin/js-xss/compare/v1.0.14...v1.0.15">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) </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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org