Commit cfd2382
authored
Bump loofah from 2.18.0 to 2.20.0 (#10)
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.18.0 to
2.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flavorjones/loofah/releases">loofah's
releases</a>.</em></p>
<blockquote>
<h2>2.20.0 / 2023-04-01</h2>
<h3>Features</h3>
<ul>
<li>Allow SVG attributes <code>color-profile</code>,
<code>cursor</code>, <code>filter</code>, <code>marker</code>, and
<code>mask</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/246">#246</a>]</li>
<li>Allow SVG elements <code>altGlyph</code>, <code>cursor</code>,
<code>feImage</code>, <code>pattern</code>, and <code>tref</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/246">#246</a>]</li>
<li>Allow protocols <code>fax</code> and <code>modem</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/255">#255</a>]
(Thanks, <a
href="https://github.com/cjba7"><code>@cjba7</code></a>!)</li>
</ul>
<h2>2.19.1 / 2022-12-13</h2>
<h3>Security</h3>
<ul>
<li>Address CVE-2022-23514, inefficient regular expression complexity.
See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh">GHSA-486f-hjj9-9vhh</a>
for more information.</li>
<li>Address CVE-2022-23515, improper neutralization of data URIs. See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx">GHSA-228g-948r-83gx</a>
for more information.</li>
<li>Address CVE-2022-23516, uncontrolled recursion. See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">GHSA-3x8r-x6xp-q4vm</a>
for more information.</li>
</ul>
<h2>2.19.0 / 2022-09-14</h2>
<h3>Features</h3>
<ul>
<li>Allow SVG 1.0 color keyword names in CSS attributes. These colors
are part of the <a
href="https://www.w3.org/TR/css-color-3/#svg-color">CSS Color Module
Level 3</a> recommendation released 2022-01-18. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/243">#243</a>]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md">loofah's
changelog</a>.</em></p>
<blockquote>
<h2>2.20.0 / 2023-04-01</h2>
<h3>Features</h3>
<ul>
<li>Allow SVG attributes <code>color-profile</code>,
<code>cursor</code>, <code>filter</code>, <code>marker</code>, and
<code>mask</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/246">#246</a>]</li>
<li>Allow SVG elements <code>altGlyph</code>, <code>cursor</code>,
<code>feImage</code>, <code>pattern</code>, and <code>tref</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/246">#246</a>]</li>
<li>Allow protocols <code>fax</code> and <code>modem</code>. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/255">#255</a>]
(Thanks, <a
href="https://github.com/cjba7"><code>@cjba7</code></a>!)</li>
</ul>
<h2>2.19.1 / 2022-12-13</h2>
<h3>Security</h3>
<ul>
<li>Address CVE-2022-23514, inefficient regular expression complexity.
See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-486f-hjj9-9vhh">GHSA-486f-hjj9-9vhh</a>
for more information.</li>
<li>Address CVE-2022-23515, improper neutralization of data URIs. See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-228g-948r-83gx">GHSA-228g-948r-83gx</a>
for more information.</li>
<li>Address CVE-2022-23516, uncontrolled recursion. See <a
href="https://github.com/flavorjones/loofah/security/advisories/GHSA-3x8r-x6xp-q4vm">GHSA-3x8r-x6xp-q4vm</a>
for more information.</li>
</ul>
<h2>2.19.0 / 2022-09-14</h2>
<h3>Features</h3>
<ul>
<li>Allow SVG 1.0 color keyword names in CSS attributes. These colors
are part of the <a
href="https://www.w3.org/TR/css-color-3/#svg-color">CSS Color Module
Level 3</a> recommendation released 2022-01-18. [<a
href="https://redirect.github.com/flavorjones/loofah/issues/243">#243</a>]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flavorjones/loofah/commit/3d80a4eb2745e466c4f7958cb838ce3806ecbff7"><code>3d80a4e</code></a>
version bump to v2.20.0</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/c8211c1e90830fc863e8d1d04206ed49a104e6ee"><code>c8211c1</code></a>
Merge pull request <a
href="https://redirect.github.com/flavorjones/loofah/issues/260">#260</a>
from flavorjones/flavorjones-more-flexible-testing</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/24dbde5d343af9d107149385a3029435836f5204"><code>24dbde5</code></a>
test: make the generated tests more flexible</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/69447605c6671448965bd05da3784956c64024e5"><code>6944760</code></a>
Merge pull request <a
href="https://redirect.github.com/flavorjones/loofah/issues/259">#259</a>
from orien/ruby3.2</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/f5ab30b1bbf28bc9dd907353d29e38eed8558b24"><code>f5ab30b</code></a>
CI: add Ruby 3.2 to the test matrix</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/f8df8521c6d9bff53fe2222e0f3616df07d97fb1"><code>f8df852</code></a>
Merge pull request <a
href="https://redirect.github.com/flavorjones/loofah/issues/257">#257</a>
from kyoshidajp/update-checkout-v3</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/254a1c95cd6a8d9110fb65ab0262223a66b6d1db"><code>254a1c9</code></a>
Bump actions/checkout from 2 to 3</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/01305b6c39e0b5658690fe8aa0ab8a62bff3c50c"><code>01305b6</code></a>
Merge pull request <a
href="https://redirect.github.com/flavorjones/loofah/issues/255">#255</a>
from cjba7/cjba7-add-fax-to-acceptable-protocols</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/b0e6f7c158d85d3d1352983f9e0ad8654967054c"><code>b0e6f7c</code></a>
doc: update CHANGELOG</li>
<li><a
href="https://github.com/flavorjones/loofah/commit/ed2c917177689ce0f2fd23cbf157125365075651"><code>ed2c917</code></a>
Added "fax" and "modem" to acceptable protocols
based on rfc2806.</li>
<li>Additional commits viewable in <a
href="https://github.com/flavorjones/loofah/compare/v2.18.0...v2.20.0">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 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/ViewComponent/rspec-viewcomponent/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a7bbe3a commit cfd2382
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
0 commit comments