You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/02/01 08:04:55 UTC

[GitHub] [commons-geometry] dependabot[bot] opened a new pull request #133: Bump geometry.pmd.dep.version from 6.30.0 to 6.31.0

dependabot[bot] opened a new pull request #133:
URL: https://github.com/apache/commons-geometry/pull/133


   Bumps `geometry.pmd.dep.version` from 6.30.0 to 6.31.0.
   Updates `pmd-core` from 6.30.0 to 6.31.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-core's releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.31.0 (30-January-2021)</h2>
   <h2>30-January-2021 - 6.31.0</h2>
   <p>The PMD team is pleased to announce PMD 6.31.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#sarif-format">SARIF Format</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#cpd">CPD</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules">Deprecated rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis">Experimental APIs</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>SARIF Format</h4>
   <p>PMD now supports the <a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sarif">Static Analysis Results Interchange Format (SARIF)</a>
   as an additional report format. Just use the <a href="https://github.com/pmd/pmd/blob/HEAD/pmd_userdocs_cli_reference.html#format">command line parameter</a> <code>-format sarif</code> to select it.
   SARIF is an OASIS standard format for static analysis tools.
   PMD creates SARIF JSON files in <a href="https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html">SARIF version 2.1.0</a>.
   An example report can be found in the documentation in <a href="https://github.com/pmd/pmd/blob/HEAD/pmd_userdocs_report_formats.html#sarif">Report formats for PMD</a>.</p>
   <h4>CPD</h4>
   <ul>
   <li>The C++ module now supports the new option <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#-ignore-literal-sequences"><code>--ignore-literal-sequences</code></a>,
   which can be used to avoid detection of some uninteresting clones. This options has been
   introduced with PMD 6.30.0 for C# and is now available for C++ as well. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2963">#2963</a>.</li>
   </ul>
   <h4>New Rules</h4>
   <ul>
   <li>
   <p>The new Apex rule <a href="https://pmd.github.io/pmd-6.31.0/pmd_rules_apex_errorprone.html#overridebothequalsandhashcode"><code>OverrideBothEqualsAndHashcode</code></a> brings the well known Java rule
   to Apex. In Apex the same principle applies: <code>equals</code> and <code>hashCode</code> should always be overridden
   together to ensure collection classes such as Maps and Sets work as expected.</p>
   </li>
   <li>
   <p>The new Visualforce rule <a href="https://pmd.github.io/pmd-6.31.0/pmd_rules_vf_security.html#vfhtmlstyletagxss"><code>VfHtmlStyleTagXss</code></a> checks for potential XSS problems
   when using <code>&lt;style&gt;</code> tags on Visualforce pages.</p>
   </li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>java-performance</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/7d6e6239c5f80061d61f0c6883ca5a87bf65c0c1"><code>7d6e623</code></a> [maven-release-plugin] prepare release pmd_releases/6.31.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/52062c739e8dd26ad4aca4fc1dab06269672b4ba"><code>52062c7</code></a> Prepare pmd release 6.31.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6ec2fa6fb32b23a11949093107ef57505f6a5d7b"><code>6ec2fa6</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3088">#3088</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/77cf105ecfb65f9ce06b77f54681d0a78393b943"><code>77cf105</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3084">#3084</a> from jfeingold35:d/W-8680425-b</li>
   <li><a href="https://github.com/pmd/pmd/commit/52818edb50a9bad1f94b9d68795bfb9cdce81be0"><code>52818ed</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3084">#3084</a>, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3081">#3081</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/d88d8ff9138a901cad9487e7b5bf28d6340ca677"><code>d88d8ff</code></a> <a href="https://github.com/W-8680425"><code>@W-8680425</code></a>@: Added LINKTO back into the list of inherently safe functions.</li>
   <li><a href="https://github.com/pmd/pmd/commit/df80080aaa2d48f3edd3e88cc3348e57925e0d4e"><code>df80080</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3073">#3073</a> from CopadoSolutions:include-sarif-renderer</li>
   <li><a href="https://github.com/pmd/pmd/commit/aa9dd8fa16c220ea14653a8a75dd23fe9ba49c6a"><code>aa9dd8f</code></a> [doc] Update SARIF standard link</li>
   <li><a href="https://github.com/pmd/pmd/commit/33a8aa384e594490a2c0a7907a378ae169abe8e2"><code>33a8aa3</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2953">#2953</a>, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3073">#3073</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/a4916f94fcf865ade15f24e1e39f76a968e51efb"><code>a4916f9</code></a> <a href="https://github.com/W-8680425"><code>@W-8680425</code></a>@: Pulled out some repeated code into convenience method.</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.30.0...pmd_releases/6.31.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.30.0 to 6.31.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-java's releases</a>.</em></p>
   <blockquote>
   <h2>PMD 6.31.0 (30-January-2021)</h2>
   <h2>30-January-2021 - 6.31.0</h2>
   <p>The PMD team is pleased to announce PMD 6.31.0.</p>
   <p>This is a minor release.</p>
   <h3>Table Of Contents</h3>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#sarif-format">SARIF Format</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#cpd">CPD</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New Rules</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-rules">Deprecated rules</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis">Experimental APIs</a></li>
   </ul>
   </li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li>
   </ul>
   <h3>New and noteworthy</h3>
   <h4>SARIF Format</h4>
   <p>PMD now supports the <a href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sarif">Static Analysis Results Interchange Format (SARIF)</a>
   as an additional report format. Just use the <a href="https://github.com/pmd/pmd/blob/HEAD/pmd_userdocs_cli_reference.html#format">command line parameter</a> <code>-format sarif</code> to select it.
   SARIF is an OASIS standard format for static analysis tools.
   PMD creates SARIF JSON files in <a href="https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html">SARIF version 2.1.0</a>.
   An example report can be found in the documentation in <a href="https://github.com/pmd/pmd/blob/HEAD/pmd_userdocs_report_formats.html#sarif">Report formats for PMD</a>.</p>
   <h4>CPD</h4>
   <ul>
   <li>The C++ module now supports the new option <a href="https://pmd.github.io/latest/pmd_userdocs_cpd.html#-ignore-literal-sequences"><code>--ignore-literal-sequences</code></a>,
   which can be used to avoid detection of some uninteresting clones. This options has been
   introduced with PMD 6.30.0 for C# and is now available for C++ as well. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/2963">#2963</a>.</li>
   </ul>
   <h4>New Rules</h4>
   <ul>
   <li>
   <p>The new Apex rule <a href="https://pmd.github.io/pmd-6.31.0/pmd_rules_apex_errorprone.html#overridebothequalsandhashcode"><code>OverrideBothEqualsAndHashcode</code></a> brings the well known Java rule
   to Apex. In Apex the same principle applies: <code>equals</code> and <code>hashCode</code> should always be overridden
   together to ensure collection classes such as Maps and Sets work as expected.</p>
   </li>
   <li>
   <p>The new Visualforce rule <a href="https://pmd.github.io/pmd-6.31.0/pmd_rules_vf_security.html#vfhtmlstyletagxss"><code>VfHtmlStyleTagXss</code></a> checks for potential XSS problems
   when using <code>&lt;style&gt;</code> tags on Visualforce pages.</p>
   </li>
   </ul>
   <h4>Deprecated rules</h4>
   <ul>
   <li>java-performance</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/7d6e6239c5f80061d61f0c6883ca5a87bf65c0c1"><code>7d6e623</code></a> [maven-release-plugin] prepare release pmd_releases/6.31.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/52062c739e8dd26ad4aca4fc1dab06269672b4ba"><code>52062c7</code></a> Prepare pmd release 6.31.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6ec2fa6fb32b23a11949093107ef57505f6a5d7b"><code>6ec2fa6</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3088">#3088</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/77cf105ecfb65f9ce06b77f54681d0a78393b943"><code>77cf105</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3084">#3084</a> from jfeingold35:d/W-8680425-b</li>
   <li><a href="https://github.com/pmd/pmd/commit/52818edb50a9bad1f94b9d68795bfb9cdce81be0"><code>52818ed</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3084">#3084</a>, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3081">#3081</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/d88d8ff9138a901cad9487e7b5bf28d6340ca677"><code>d88d8ff</code></a> <a href="https://github.com/W-8680425"><code>@W-8680425</code></a>@: Added LINKTO back into the list of inherently safe functions.</li>
   <li><a href="https://github.com/pmd/pmd/commit/df80080aaa2d48f3edd3e88cc3348e57925e0d4e"><code>df80080</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3073">#3073</a> from CopadoSolutions:include-sarif-renderer</li>
   <li><a href="https://github.com/pmd/pmd/commit/aa9dd8fa16c220ea14653a8a75dd23fe9ba49c6a"><code>aa9dd8f</code></a> [doc] Update SARIF standard link</li>
   <li><a href="https://github.com/pmd/pmd/commit/33a8aa384e594490a2c0a7907a378ae169abe8e2"><code>33a8aa3</code></a> [doc] Update release notes, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2953">#2953</a>, refs <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3073">#3073</a></li>
   <li><a href="https://github.com/pmd/pmd/commit/a4916f94fcf865ade15f24e1e39f76a968e51efb"><code>a4916f9</code></a> <a href="https://github.com/W-8680425"><code>@W-8680425</code></a>@: Pulled out some repeated code into convenience method.</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.30.0...pmd_releases/6.31.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   
   
   </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] [commons-geometry] dependabot[bot] closed pull request #133: Bump geometry.pmd.dep.version from 6.30.0 to 6.31.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #133:
URL: https://github.com/apache/commons-geometry/pull/133


   


-- 
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] [commons-geometry] dependabot[bot] commented on pull request #133: Bump geometry.pmd.dep.version from 6.30.0 to 6.31.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #133:
URL: https://github.com/apache/commons-geometry/pull/133#issuecomment-814296783


   Superseded by #147.


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