dependabot[bot] opened a new pull request, #252:
URL: https://github.com/apache/tez/pull/252

   Bumps 
[dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 
1.3.6 to 3.2.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md";>dependency-check-maven's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/jeremylong/DependencyCheck/releases/tag/v3.2.0";>Version
 3.2.0</a> (2018-05-21)</h2>
   <p><strong>Security Fix</strong></p>
   <ul>
   <li>Unsafe unzip operations (<a 
href="https://github.com/snyk/zip-slip-vulnerability";>zip slip</a>), as 
reported by the Snyk Security Research Team, have been corrected. 
CVE-2018-12036 allows attackers to write to arbitrary files via a crafted 
archive that holds directory traversal filenames.</li>
   </ul>
   <p><strong>Bug Fixes</strong></p>
   <ul>
   <li>The dependency-check-maven plugin no longer uses the <a 
href="https://jeremylong.github.io/DependencyCheck/analyzers/central-analyzer.html";>Central
 Analyzer</a> by default</li>
   <li>Updated dependency-check-maven so that it will not fail when your 
multi-module build has dependencies that have not yet been built in the reactor 
(See <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/740";>#740</a>)
   <ul>
   <li>Note if the required dependency has not yet been built in the reactor 
and the dependency is available in a configured repository 
dependency-check-maven, as expected, would pull the dependency from the 
repository for analysis.</li>
   </ul>
   </li>
   <li>Minor documentation updates</li>
   <li>False positive reduction</li>
   <li>Fixed the Gradle Plugin and Ant Task so that the temp directory is 
properly cleaned up after execution</li>
   <li>Removed TLSv1 from the list of protocols used by default (See <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/1237";>#1237</a>)</li>
   </ul>
   <p><strong>Enhancements</strong></p>
   <ul>
   <li>Excess white space has been removed from the XML and HTML reports; the 
JSON report is still pretty printed (a future release will convert this to a 
configurable option)</li>
   <li>Better error reporting</li>
   <li>Changed to use commons-text instead of commons-lang3 as a portion of 
commons-lang3 was moved to commonts-text</li>
   <li>Added more flexible suppression rules with the introduction of the 
<code>until</code> attribute (see <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1145";>#1145</a>
 and <a 
href="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd";>dependency-suppression.1.2.xsd</a></li>
   </ul>
   <h2><a 
href="https://github.com/jeremylong/DependencyCheck/releases/tag/v3.1.2";>Version
 3.1.2</a> (2018-04-02)</h2>
   <p><strong>Bug Fixes</strong></p>
   <ul>
   <li>Updated the NVD URLs</li>
   <li>Updated documentation</li>
   <li>Add project references to the JSON and XML report; in aggregate scans 
using Maven or Gradle the dependencies
   will include a reference to the project/module where they were found</li>
   <li>The configuration option <code>versionCheckEnabled</code> was added to 
Maven to allow users to disable the check for
   new versions of dependency-check; this will be added to gradle plugin, Ant 
Task, and the CLI in a future release</li>
   <li>The XML and JSON reports were fixed so that the correct version number 
is displayed see [issue <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1109";>#1109</a>](<a
 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1109";>jeremylong/DependencyCheck#1109</a>)</li>
   <li>The initial database creation time for H2 databases was improved</li>
   <li>Changes made to decrease false positive and false negatives</li>
   </ul>
   <h2><a 
href="https://github.com/jeremylong/DependencyCheck/releases/tag/v3.1.1";>Version
 3.1.1</a> (2018-01-29)</h2>
   <p><strong>Bug Fixes</strong></p>
   <ul>
   <li>Fixed the Central Analyzer to use the updated SHA1 query syntax.</li>
   <li>Reverted change that broke Maven 3.1.0 compatability; Maven 3.1.0 and 
beyond is once again supported.</li>
   <li>False positive reduction.</li>
   <li>Minor documentation cleanup.</li>
   </ul>
   <h2><a 
href="https://github.com/jeremylong/DependencyCheck/releases/tag/v3.1.0";>Version
 3.1.0</a> (2018-01-02)</h2>
   <p><strong>Enhancements</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/974cdb9a73b8a9eeae430911f4a7a0434557e4d8";><code>974cdb9</code></a>
 v3.2.0</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/099f9a831511d3a37e4fd5703bff30948b510339";><code>099f9a8</code></a>
 improved error message</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/654e7726e66bcd7eafceac0baf2e45dc2b354a77";><code>654e772</code></a>
 checkstyle suggestions</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/6d05b45a37fa847c167ab413912fa2f6759d1e73";><code>6d05b45</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1237";>#1237</a>
 from jeremylong/updateTls</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/e9f5f7b72102fc9f69b9ac2d4084e40bdf593459";><code>e9f5f7b</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1283";>#1283</a>
 from jeremylong/issue1271</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/9a2a28a26c8c4bf9b78747e0abac099e714826f6";><code>9a2a28a</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1284";>#1284</a>
 from jeremylong/resolveFP</li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/8f7149a090bffa2d863eacf84426d3092588e76a";><code>8f7149a</code></a>
 fix per <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/987";>#987</a></li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/532760aabdd57da12d42630f2ef87fb1da3c7001";><code>532760a</code></a>
 per <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1026";>#1026</a></li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/071b4882e5211e27de2867bd3631605b2a4ad129";><code>071b488</code></a>
 per <a 
href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/1055";>#1055</a></li>
   <li><a 
href="https://github.com/jeremylong/DependencyCheck/commit/507d23f8a6eb38bad994e8eef8ad63a447002787";><code>507d23f</code></a>
 do not add erroneous data</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jeremylong/DependencyCheck/compare/v1.3.6...v3.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp:dependency-check-maven&package-manager=maven&previous-version=1.3.6&new-version=3.2.0)](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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/tez/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to