<p>Bumps <a href="https://github.com/presidentbeef/brakeman">brakeman</a> from 4.8.2 to 4.9.0.</p>
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/releases">brakeman's releases</a>.</em></p>
<blockquote>
<h2>4.9.0</h2>
<ul>
<li>Add <code>--ensure-ignore-notes</code> (<a href="https://github.com/eliblock">Eli Block</a>)</li>
<li>Add check for user input in <code>ERB.new</code> (<a href="https://github.com/mhickman">Matt Hickman</a>)</li>
<li>Add check for <a title="CVE-2020-8166" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jp5v-5gx4-jmj9/hovercard" href="https://github.com/advisories/GHSA-jp5v-5gx4-jmj9">CVE-2020-8166</a> (<a href="https://github.com/chair6">Jamie Finnigan</a>)</li>
<li>Always scan <code>environment.rb</code></li>
<li>Avoid warning when <code>safe_yaml</code> is used via <code>YAML.load(..., safe: true)</code></li>
<li>Do not warn about mass assignment with <code>params.permit!.slice</code></li>
<li>Ignore <code>params.permit!</code> in path helpers</li>
<li>Treat <code>Dir.glob</code> as safe source of values in guards</li>
<li>Remove whitelist/blacklist language, add clarifications</li>
<li>Add "full call" information to call index results</li>
<li>Updated Slim dependency (<a href="https://github.com/JeremiahChurch">Jeremiah Church</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md">brakeman's changelog</a>.</em></p>
<blockquote>
<h1>4.9.0 - 2020-08-04</h1>
<ul>
<li>Add check for <a title="CVE-2020-8166" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jp5v-5gx4-jmj9/hovercard" href="https://github.com/advisories/GHSA-jp5v-5gx4-jmj9">CVE-2020-8166</a> (Jamie Finnigan)</li>
<li>Avoid warning when <code>safe_yaml</code> is used via <code>YAML.load(..., safe: true)</code></li>
<li>Add check for user input in <code>ERB.new</code> (Matt Hickman)</li>
<li>Add <code>--ensure-ignore-notes</code> (Eli Block)</li>
<li>Remove whitelist/blacklist language, add clarifications</li>
<li>Do not warn about mass assignment with <code>params.permit!.slice</code></li>
<li>Add "full call" information to call index results</li>
<li>Ignore <code>params.permit!</code> in path helpers</li>
<li>Treat <code>Dir.glob</code> as safe source of values in guards</li>
<li>Always scan <code>environment.rb</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/presidentbeef/brakeman/commit/aaa1bf3a1eb8966435497cfd95548b41b647cedc"><code>aaa1bf3</code></a> Bump to 4.9.0</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/a7aef1ba5aadade3d94b5f03e96f6554377e0961"><code>a7aef1b</code></a> Merge branch 'chair6-add_cve_2020_8166' into main</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/babf0332a9c57dc0235bc3c0b25fbdb1a7c749d3"><code>babf033</code></a> Fix Rails 5 test</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/b9f64b282008c1acd955c4ef6585d8d71b872971"><code>b9f64b2</code></a> Add <a title="CVE-2020-8166" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-jp5v-5gx4-jmj9/hovercard" href="https://github.com/advisories/GHSA-jp5v-5gx4-jmj9">CVE-2020-8166</a> test for Rails 6</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/b91eeda79e6d9f13ebf01fb1d3e67a3dd9c28dab"><code>b91eeda</code></a> Merge branch 'add_cve_2020_8166' of <a href="https://github.com/chair6/brakeman">https://github.com/chair6/brakeman</a> into c...</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/e1475618497f7b983a0e1d4ca4d296d6fc7378a3"><code>e147561</code></a> Update CHANGES</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/fb59f12d4aab13a51eb7a944e6cb69910f247ae5"><code>fb59f12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/presidentbeef/brakeman/issues/1496" rel="nofollow">#1496</a> from presidentbeef/safe_yaml_load_false_positive</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/5e75c98a07eb24d26b4853d5bfb82bd1114fd3a2"><code>5e75c98</code></a> Oops check the YAML.load if safe_yaml not used</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/cf4d77e883116c94a3a1b796a48719a176cc4b76"><code>cf4d77e</code></a> Avoid warning about YAML.load if safe_yaml used</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/da03f2b5123c15e571b73223c1869b4f8c293e95"><code>da03f2b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/presidentbeef/brakeman/issues/1495" rel="nofollow">#1495</a> from presidentbeef/update_erb_check_pr</li>
<li>Additional commits viewable in <a href="https://github.com/presidentbeef/brakeman/compare/v4.8.2...v4.9.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://help.github.com/articles/configuring-automated-security-fixes"><img src="https://camo.githubusercontent.com/be0ca79a139ede77f548bb92b99b6fbe554e7095/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6272616b656d616e267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d342e382e32266e65772d76657273696f6e3d342e392e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=brakeman&package-manager=bundler&previous-version=4.8.2&new-version=4.9.0" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2753'>https://github.com/openstreetmap/openstreetmap-website/pull/2753</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump brakeman from 4.8.2 to 4.9.0</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2753/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2753.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2753.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2753.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2753.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2753">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLITIPEULR6WB326GDLR7DRXBANCNFSM4PVCSNLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLJRUQ32VPX4G2TRUSTR7DRXBA5CNFSM4PVCSNL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KBBB2WQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2753",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2753",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>