[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rampart-dev
Subject:    =?utf-8?q?=5BPR=5D_Bump_org=2Eowasp=2Eesapi=3Aesapi_from_2=2E3=2E0=2E0_to_2?= =?utf-8?q?=2E5=2E2=2E0
From:       dependabot[bot]_(via_GitHub) <git () apache ! org>
Date:       2023-10-27 21:58:10
Message-ID: PR_kwDODtIEqc5eAt-b () gitbox ! apache ! org
[Download RAW message or body]


dependabot[bot] opened a new pull request, #500:
URL: https://github.com/apache/axis-axis2-java-core/pull/500

   Bumps [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy) from \
2.3.0.0 to 2.5.2.0.  <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a \
href="https://github.com/ESAPI/esapi-java-legacy/releases">org.owasp.esapi:esapi's \
releases</a>.</em></p>  <blockquote>
   <h2>2.5.2.0</h2>
   <h3>Release Notes</h3>
   <p>The release notes for ESAPI release 2.5.2.0 are located at:
   <a href="https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esap \
i4java-core-2.5.2.0-release-notes.txt">https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.2.0-release-notes.txt</a></p>
  <h3>Configuration files located in configuration jar</h3>
   <p>Note that the attached file \
&quot;<strong>esapi-2.5.2.0-configuration.jar</strong>&quot; contains the default \
ESAPI configuration files intended for used in production. Download the file and \
unjar it via 'jar xf'. After you unjar that configuration jar, look under the \
'configuration/' directory. Most of the files you are interested in are located under \
'configuration/esapi', such as ESAPI.properties, validation.properties, etc. The \
attached file &quot;esapi-2.5.2.0-configuration.jar.asc&quot; is a detached GPG \
signature of that the file &quot;esapi-2.5.2.0-configuration.jar&quot; that was \
signed by ESAPI project co-lead, Kevin W. Wall.</p>  <h3>CVEs addressed</h3>
   <ul>
   <li>CVE-2023-24998 was remediated. See Security Bulletin 11 for details.</li>
   <li><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-26119">CVE-2023-26119</a> \
was remediated. It is not yet know if it impacted ESAPI.</li>  </ul>
   <p>The release notes contain a more complete list of what has changed / fixed in \
ESAPI 2.5.2.0.</p>  <h2>2.5.1.0</h2>
   <h3>Update summary</h3>
   <ol>
   <li>Updates to latest versions of direct dependencies, including:</li>
   </ol>
   <ul>
   <li>An update to AntiSamy: 1.7.0  --&gt; 1.7.2</li>
   <li>An update to SLFJ4 API: 1.7.36 --&gt; 2.0.4    (Note: 2.0.5 is available and \
likely would would result in &quot;convergence&quot; issues with the version AntiSamy \
1.7.2 pulls in)</li>  </ul>
   <ol start="2">
   <li>A new codec (<code>org.owasp.esapi.codecs.JSONCodec</code>) is provided that \
provides JSON output encoding as per section 7 of RFC 8259. It is made available via \
<code>Encoder.encodeForJSON()</code>. (Note unlike other encoders, there is no \
corresponding decoder (i.e., <code>decodeForJSON()</code>) made available. Since that \
would normally be done by your JavaScript code, it wasn't deemed essential.</li>  \
<li>Executing 'mvn site' now creates Javadoc for the ESAPI tag library (GitHub issue \
<a href="https://redirect.github.com/ESAPI/esapi-java-legacy/issues/733">#733</a>).</li>
  </ol>
   <h3>Details</h3>
   <p>For full details, please see the release notes for ESAPI release 2.5.1.0 \
located at:  <a href="https://github.com/ESAPI/esapi-java-legacy/blob/develop/document \
ation/esapi4java-core-2.5.1.0-release-notes.txt">https://github.com/ESAPI/esapi-java-l \
egacy/blob/develop/documentation/esapi4java-core-2.5.1.0-release-notes.txt</a></p>  \
<p>Note the file &quot;esapi-2.5.1.0-configuration.jar&quot; contains the default \
ESAPI configuration files under 'configuration/' (ESAPI.properties, \
validation.properties, etc.) and the file \
&quot;esapi-2.5.1.0-configuration.jar.asc&quot; is a GPG signature of that jar file \
made by 'Kevin W. Wall (GitHub signing key) <a \
href="mailto:kevin.w.wall@gmail.com">kevin.w.wall@gmail.com</a>'.</p>  \
<h2>2.5.0.0</h2>  <p>Release notes for ESAPI release 2.5.0.0 are located at:
   <a href="https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esap \
i4java-core-2.5.0.0-release-notes.txt">https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt</a></p>
  <p><strong>IMPORTANT:</strong></p>
   <ul>
   <li>This release drops all support for ESAPI Logging using Log4J 1 (except through \
SLF4J). If your ESAPI.Logger property is set to use Log4J and you do not change it, \
you will get obscure Exceptions or Errors thrown. (Generally an \
<code>ExceptionInInitializerError</code>.)</li>  <li>Because we've upgraded to \
AntiSamy 1.7.0, there are also some potentially breaking changes in this release if \
you have customized your antisamy-esapi.xml file.</li>  <li>As begun in the previous \
release, this release only supports Java 8 or later.</li>  </ul>
   <p>If you do nothing else at least read this short &quot;<a \
href="https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt#L70">Changes \
Requiring Special Attention</a>&quot; section of the 2.5.0.0 release notes. You have \
been warned!</p>  <p>Finally, note that the file \
&quot;esapi-2.5.0.0-configuration.jar&quot; (see below) contains the default ESAPI \
configuration files under 'configuration/' (ESAPI.properties, validation.properties, \
etc.) and the file &quot;esapi-2.5.0.0-configuration.jar.asc&quot; is a GPG signature \
of that jar file made by 'Kevin W. Wall (GitHub signing key) <a \
href="https://github.com/ESAPI/esapi-java-legacy/blob/HEAD/mailto:kevin.w.wall@gmail.com">kevin.w.wall@gmail.com</a>'.</p>
  <h2>2.4.0.0</h2>
   <p>Release notes for ESAPI release 2.4.0.0 are located at:
   <a href="https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esap \
i4java-core-2.4.0.0-release-notes.txt">https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.4.0.0-release-notes.txt</a></p>
  <p><strong>IMPORTANT:</strong></p>
   <ul>
   <li>This release is NOT compatible with Java 7. Java 8 or later is required to use \
this version of ESAPI. The ESAPi 2.3.0.0 release was the last release to support Java \
7.</li>  <li>This release of ESAPI fixes an older DoS vulnerability (CVE-2022-28366) \
that we were unable to patch while supporting Java 7 as the minimal JDK, as well as a \
newer DoS vulnerability (CVE-2022-29546) that previously did not have a CVE ID during \
our 2.3.0.0 release. ESAPI users might have seen either of these DoS vulnerabilities \
manifested via <code>Validator.isValidSafeHTML()</code> and \
<code>Validator.getValidSafeHTML()</code> in previous releases.</li>  </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ESAPI/esapi-java-legacy/commit/15737a23c0eb171da45148583d388edb023ff4b3"><code>15737a2</code></a> \
Minor updates to release steps to mention problems that maven-site-plugin and...</li> \
<li><a href="https://github.com/ESAPI/esapi-java-legacy/commit/ded3c13d7fb11cefdc107f35382be5e3ef477df2"><code>ded3c13</code></a> \
Update commits based on final release prep.</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/fc4f466ebc19b3e7942627f0faccc8fb346a02b9"><code>fc4f466</code></a> \
Correct release date to 4/12/2023.</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/74a57300075af8e1e37a17f2e4d0fa042490ffe5"><code>74a5730</code></a> \
Remove '-SNAPSHOT' suffix for official release.</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/fea010ae4c9c1d00299c73b3bb51657a66376c64"><code>fea010a</code></a> \
Initial 2.5.2.0 release preparation (<a \
href="https://redirect.github.com/ESAPI/esapi-java-legacy/issues/784">#784</a>)</li>  \
<li><a href="https://github.com/ESAPI/esapi-java-legacy/commit/3230ed92c32a87e4ac73bfc38ad0a4128edcd51e"><code>3230ed9</code></a> \
Update table of releases in SECURITY.md</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/33ba9d87b5ff9e76ca8b72e91a268cf48b59e02a"><code>33ba9d8</code></a> \
How CVE-2023-24998 impacts ESAPI -- major rewrite</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/d9f9fc123244281230b9ef4a7519230678244f5c"><code>d9f9fc1</code></a> \
CVE-2023-24998 and Security Bulletin <a \
href="https://redirect.github.com/ESAPI/esapi-java-legacy/issues/11">#11</a></li>  \
<li><a href="https://github.com/ESAPI/esapi-java-legacy/commit/74abc7951ba110a49e0c448480523e79eaf7e9d6"><code>74abc79</code></a> \
How CVE-2023-24998 impacts ESAPI</li>  <li><a \
href="https://github.com/ESAPI/esapi-java-legacy/commit/5ef77388d548eb3191ab81bab8f77abd5fe6e7a3"><code>5ef7738</code></a> \
Upgrade the maven site and related plugins, and other little cleanup. (<a \
href="https://redirect.github.com/ESAPI/esapi-java-legacy/issues/779">#779</a>)</li>  \
<li>Additional commits viewable in <a \
href="https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.3.0.0...esapi-2.5.2.0">compare \
view</a></li>  </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility \
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-n \
ame=org.owasp.esapi:esapi&package-manager=maven&previous-version=2.3.0.0&new-version=2 \
.5.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 show <dependency name> ignore conditions` will show all of the \
                ignore conditions of the specified dependency
   - `@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)  You can disable automated security fix PRs for this repo from the \
[Security Alerts page](https://github.com/apache/axis-axis2-java-core/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: java-dev-unsubscribe@axis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic