You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/02/07 18:47:42 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #253: chore(deps): bump dependency-check-maven from 5.2.4 to 6.1.0

dependabot[bot] opened a new pull request #253:
URL: https://github.com/apache/myfaces-tobago/pull/253


   Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 5.2.4 to 6.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jeremylong/DependencyCheck/releases">dependency-check-maven's releases</a>.</em></p>
   <blockquote>
   <h2>Version 6.1.0</h2>
   <p>Changes in this Release</p>
   <ul>
   <li>Added SARIF file format per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3081">#3081</a>.</li>
   <li>Added support for Yarn per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3063">#3063</a>.</li>
   <li>False positive reduction and minor bug fixes.</li>
   <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/20?closed=1">changes</a>.</li>
   </ul>
   <h2>Version 6.0.5</h2>
   <p>Changes in this Release</p>
   <ul>
   <li>Added missing command line arguments per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3028">#3028</a> and <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3035">#3035</a>.</li>
   <li>False positive reduction and minor bug fixes.</li>
   <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/19?closed=1">changes</a>.</li>
   </ul>
   <h2>Version 6.0.4</h2>
   <p>Changes in this Release</p>
   <ul>
   <li>Minor bug fixes and reduction of false positives.</li>
   <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/18?closed=1">changes</a>.</li>
   </ul>
   <h2>v6.0.3</h2>
   <ul>
   <li>Added a bash command completion script (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2916">#2916</a>); to add completion to your shell
   <code>completion-for-dependency-check.sh</code> can be found in the bin directory of the CLI:
   <pre lang="bash"><code>$ source completion-for-dependency-check.sh
   </code></pre>
   </li>
   <li>An experimental PIP File Analyzer was added (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2877">#2877</a>).</li>
   <li>Analysis of Node JS produced several false positives (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2796">#2796</a>); the analysis has
   been updated to reduce the number of false positives.
   <ul>
   <li>If analyzing Node JS projects it is highly recommended to disable the Node JS Analyzer
   and solely rely on the Node Audit Analyzer. There are plans to rework Node JS analysis
   in a future release.</li>
   </ul>
   </li>
   <li>Support for external Oracle databases has been add for the 6.x releases (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2899">#2899</a>)</li>
   <li>Resolved several reported false positives.</li>
   <li>Several other bug fixes have been implemented; see the full listing of
   <a href="https://github.com/jeremylong/DependencyCheck/milestone/17?closed=1">changes</a>.</li>
   </ul>
   <h2>v6.0.2</h2>
   <ul>
   <li>The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each <a href="https://github.com/jeremylong/DependencyCheck/releases">release</a>
   <ul>
   <li><strong>Please update any automation you have to point to the new location.</strong></li>
   </ul>
   </li>
   <li>Npm Audit Analyzer now correctly skips dev dependencies (<code>--nodeAuditSkipDevDependencies</code>); see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2482">#2482</a>.</li>
   <li>GoLang Analyzer now scans transitive dependencies; see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2680">#2680</a>.</li>
   <li>Several bug fixes found in 6.0.1.</li>
   </ul>
   <h2>6.0.1</h2>
   <ul>
   <li>
   <p>Improved error messages when upgrading from 5.x to 6.x; due to breaking database changes if the old
   database schema is detected an error message is produced indicating that the old database should be purged.</p>
   </li>
   <li>
   <p>Fixed the database path for the Ant and Gradle plugins.</p>
   </li>
   <li>
   <p>Added locking around the RetireJS updates to resolve read/write conflicts in CI environments.</p>
   </li>
   <li>
   <p>Full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/15?closed=1">changes</a>.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <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/v6.1.0">Version 6.1.0</a> (2021-01-27)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Added SARIF file format per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3081">#3081</a>.</li>
   <li>Added support for Yarn per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/pull/3063">#3063</a>.</li>
   <li>False positive reduction and minor bug fixes.</li>
   <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/20?closed=1">changes</a>.</li>
   </ul>
   <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.5">Version 6.0.5</a> (2021-01-07)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Added missing command line arguments per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3028">#3028</a> and <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3035">#3035</a>.</li>
   <li>False positive reduction and minor bug fixes.</li>
   <li>See the full listing of <a href="https://github.com/jeremylong/DependencyCheck/milestone/19?closed=1">changes</a>.</li>
   </ul>
   <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.4">Version 6.0.4</a> (2020-12-31)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Minor bug fixes and reduction of false positives.</li>
   <li>See the full listing of
   <a href="https://github.com/jeremylong/DependencyCheck/milestone/18?closed=1">changes</a>.</li>
   </ul>
   <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.3">Version 6.0.3</a> (2020-11-03)</h2>
   <h3>Changes</h3>
   <ul>
   <li>Added a bash command completion script (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2916">#2916</a>); to add completion to your shell
   <code>completion-for-dependency-check.sh</code> can be found in the bin directory of the CLI:
   <pre lang="bash"><code>$ source completion-for-dependency-check.sh
   </code></pre>
   </li>
   <li>An experimental PIP File Analyzer was added (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2877">#2877</a>).</li>
   <li>Analysis of Node JS produced several false positives (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2796">#2796</a>); the analysis has
   been updated to reduce the number of false positives.
   <ul>
   <li>If analyzing Node JS projects it is highly recommended to disable the Node JS Analyzer
   and solely rely on the Node Audit Analyzer. There are plans to rework Node JS analysis
   in a future release.</li>
   </ul>
   </li>
   <li>Support for external Oracle databases has been add for the 6.x releases (see <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/2899">#2899</a>)</li>
   <li>Resolved several reported false positives.</li>
   <li>Several other bug fixes have been implemented; see the full listing of
   <a href="https://github.com/jeremylong/DependencyCheck/milestone/17?closed=1">changes</a>.</li>
   </ul>
   <h2><a href="https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.2">Version 6.0.2</a> (2020-09-27)</h2>
   <h3>Changes</h3>
   <ul>
   <li>The project is migrating from hosting the release archives on Bintray and moving them to Github under the assets for each <a href="https://github.com/jeremylong/DependencyCheck/releases">release</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/0b11a740dd6a01065f4403af09f7bcba8cc72899"><code>0b11a74</code></a> [maven-release-plugin] prepare release v6.1.0</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/7faa0e5956edcaa9a026faf792b2100f18caef1a"><code>7faa0e5</code></a> update release notes</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/8b8909ba2bf42b7924590da9f6d426bff70cd6bf"><code>8b8909b</code></a> updated developer requirements for testing</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/2c219a41d163024c51336b652f6692c51a95ea3a"><code>2c219a4</code></a> checkstyle and spotbugs suggested changes</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/58cca4bb4adf33f241c543d6adfa479ea4cfbaf3"><code>58cca4b</code></a> Merge branch 'main' of github.com:jeremylong/DependencyCheck into main</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/3c17c96bdab1ae9e48773af7ea394026eea96cd6"><code>3c17c96</code></a> increment minor version due to enhancements: yarn analyzer and sarif format</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/0a05a94f54ad4cf2d9207b7c27a9f8b01c151e29"><code>0a05a94</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3102">#3102</a> from viktor-thell-seal/aggregate-skip-child-property</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/88ebe3b7afac6de1f42ab0a6af32d7afcad834c8"><code>88ebe3b</code></a> Allow skipping child module in aggregate by property</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/bfbdc5dd9ded03037deea926bb09f5601481a124"><code>bfbdc5d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3099">#3099</a> from jeremylong/enhanceSkipDuringAggregation</li>
   <li><a href="https://github.com/jeremylong/DependencyCheck/commit/76d7586d799766cdea95491933de765db932e7e4"><code>76d7586</code></a> enhancement per <a href="https://github-redirect.dependabot.com/jeremylong/DependencyCheck/issues/3087">#3087</a></li>
   <li>Additional commits viewable in <a href="https://github.com/jeremylong/DependencyCheck/compare/v5.2.4...v6.1.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=5.2.4&new-version=6.1.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
   
   
   </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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] bohmber merged pull request #253: chore(deps): bump dependency-check-maven from 5.2.4 to 6.1.0

Posted by GitBox <gi...@apache.org>.
bohmber merged pull request #253:
URL: https://github.com/apache/myfaces-tobago/pull/253


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org