Repository: nifi-site Updated Branches: refs/heads/master d38f83452 -> 996944e20
Reverted typo change because it was correct originally. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/996944e2 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/996944e2 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/996944e2 Branch: refs/heads/master Commit: 996944e209391e148a64caf8348c8e5a2e4f141e Parents: d38f834 Author: Andy LoPresto <[email protected]> Authored: Tue May 22 11:02:58 2018 -0700 Committer: Andy LoPresto <[email protected]> Committed: Tue May 22 11:02:58 2018 -0700 ---------------------------------------------------------------------- src/pages/html/security.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/996944e2/src/pages/html/security.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/security.hbs b/src/pages/html/security.hbs index 02b9731..6b52f13 100644 --- a/src/pages/html/security.hbs +++ b/src/pages/html/security.hbs @@ -100,17 +100,17 @@ title: Apache NiFi Security Reports </div> <div class="row" style="background-color: aliceblue"> <div class="large-12 columns"> - <p><a id="CVE-2018-1234" href="#CVE-2018-1234"><strong>CVE-2018-1234</strong></a>: Apache NiFi Denial of service issue because of commons-compress vulnerability</p> + <p><a id="CVE-2018-1324" href="#CVE-2018-1324"><strong>CVE-2018-1324</strong></a>: Apache NiFi Denial of service issue because of commons-compress vulnerability</p> <p>Severity: <strong>Low</strong></p> <p>Versions Affected:</p> <ul> <li>Apache NiFi 0.1.0 - 1.5.0</li> </ul> </p> - <p>Description: A vulnerability in the commons-compress library could cause denial of service. See <a href="https://commons.apache.org/proper/commons-compress/security-reports.html" target="_blank">commons-compress CVE-2018-1234 announcement</a> for more information. </p> + <p>Description: A vulnerability in the commons-compress library could cause denial of service. See <a href="https://commons.apache.org/proper/commons-compress/security-reports.html" target="_blank">commons-compress CVE-2018-1324 announcement</a> for more information. </p> <p>Mitigation: The fix to upgrade the commons-compress library to 1.16.1 was applied on the Apache NiFi 1.6.0 release. Users running a prior 1.x release should upgrade to the appropriate release. </p> <p>Credit: This issue was discovered by Joe Witt. </p> - <p>CVE Link: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1234" target="_blank">Mitre Database: CVE-2018-1234</a></p> + <p>CVE Link: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1324" target="_blank">Mitre Database: CVE-2018-1324</a></p> <p>Released: April 8, 2018</p> </div> </div>
