{"id":46381,"name":"esapi","ecosystem":"maven","repository_url":null,"issues_count":2,"created_at":"2025-06-26T14:13:03.589Z","updated_at":"2025-06-26T14:13:03.589Z","purl":"pkg:maven/esapi","unique_repositories_count":2,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"1557671294","node_id":"PR_kwDODwhPBc5IkQnz","number":405,"state":"open","title":"Bump esapi from 2.3.0.0 to 2.5.1.0 in /modules/db","user":"dependabot[bot]","labels":["dependencies","java","has-conflicts"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2023-01-26T06:05:44.000Z","updated_at":"2025-06-26T14:13:13.268Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"esapi","old_version":"2.3.0.0","new_version":"2.5.1.0","repository_url":"https://github.com/ESAPI/esapi-java-legacy"}],"path":"/modules/db","ecosystem":"maven"},"body":"Bumps [esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.3.0.0 to 2.5.1.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/releases\"\u003eesapi's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.5.1.0\u003c/h2\u003e\n\u003ch3\u003eUpdate summary\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eUpdates to latest versions of direct dependencies, including:\u003c/li\u003e\n\u003c/ol\u003e\n\u003cul\u003e\n\u003cli\u003eAn update to AntiSamy: 1.7.0  --\u0026gt; 1.7.2\u003c/li\u003e\n\u003cli\u003eAn update to SLFJ4 API: 1.7.36 --\u0026gt; 2.0.4    (Note: 2.0.5 is available and likely would would result in \u0026quot;convergence\u0026quot; issues with the version AntiSamy 1.7.2 pulls in)\u003c/li\u003e\n\u003c/ul\u003e\n\u003col start=\"2\"\u003e\n\u003cli\u003eA new codec (\u003ccode\u003eorg.owasp.esapi.codecs.JSONCodec\u003c/code\u003e) is provided that provides JSON output encoding as per section 7 of RFC 8259. It is made available via \u003ccode\u003eEncoder.encodeForJSON()\u003c/code\u003e. (Note unlike other encoders, there is no corresponding decoder (i.e., \u003ccode\u003edecodeForJSON()\u003c/code\u003e) made available. Since that would normally be done by your JavaScript code, it wasn't deemed essential.\u003c/li\u003e\n\u003cli\u003eExecuting 'mvn site' now creates Javadoc for the ESAPI tag library (GitHub issue \u003ca href=\"https://github-redirect.dependabot.com/ESAPI/esapi-java-legacy/issues/733\"\u003e#733\u003c/a\u003e).\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003eDetails\u003c/h3\u003e\n\u003cp\u003eFor full details, please see the release notes for ESAPI release 2.5.1.0 located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.1.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.1.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eNote the file \u0026quot;esapi-2.5.1.0-configuration.jar\u0026quot; contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.5.1.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003ch2\u003e2.5.0.0\u003c/h2\u003e\n\u003cp\u003eRelease notes for ESAPI release 2.5.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThis 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 \u003ccode\u003eExceptionInInitializerError\u003c/code\u003e.)\u003c/li\u003e\n\u003cli\u003eBecause 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.\u003c/li\u003e\n\u003cli\u003eAs begun in the previous release, this release only supports Java 8 or later.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIf you do nothing else at least read this short \u0026quot;\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt#L70\"\u003eChanges Requiring Special Attention\u003c/a\u003e\u0026quot; section of the 2.5.0.0 release notes. You have been warned!\u003c/p\u003e\n\u003cp\u003eFinally, note that the file \u0026quot;esapi-2.5.0.0-configuration.jar\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.5.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/HEAD/mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003ch2\u003e2.4.0.0\u003c/h2\u003e\n\u003cp\u003eRelease notes for ESAPI release 2.4.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.4.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.4.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThis 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.\u003c/li\u003e\n\u003cli\u003eThis 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 \u003ccode\u003eValidator.isValidSafeHTML()\u003c/code\u003e and \u003ccode\u003eValidator.getValidSafeHTML()\u003c/code\u003e in previous releases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFinally, note that the file \u0026quot;esapi-2.4.0.0-configuration.jar\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.4.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/HEAD/mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/958892f3e7bc59fe97f9594d06350e02275dc431\"\u003e\u003ccode\u003e958892f\u003c/code\u003e\u003c/a\u003e Remove '-SNAPSHOT' from new release number.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/262a3b5097630fa602711944a6791976660bb488\"\u003e\u003ccode\u003e262a3b5\u003c/code\u003e\u003c/a\u003e Minor updates re: commits; trying to get accurate count from changelog.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/b5a9e6c4bcb36e35b2000fde59189db9821ccdcb\"\u003e\u003ccode\u003eb5a9e6c\u003c/code\u003e\u003c/a\u003e Minor updates re: commits.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/125517494803605367d596be1f9761eba4120f6b\"\u003e\u003ccode\u003e1255174\u003c/code\u003e\u003c/a\u003e Add instructions about using scripts to create release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/45b5409a3af139a1d9c58196c006533062c46490\"\u003e\u003ccode\u003e45b5409\u003c/code\u003e\u003c/a\u003e Add instructions about using scripts to create release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/c3637f60b1c7143e56c55f3061e9145f996c3fb7\"\u003e\u003ccode\u003ec3637f6\u003c/code\u003e\u003c/a\u003e Final clean-up and tweaks to acknowledgements.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/5c8abd65c96708767e04b078c12a8f9f15f80e02\"\u003e\u003ccode\u003e5c8abd6\u003c/code\u003e\u003c/a\u003e Used to create 2.5.1.0 release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/1ebcb6220ad015759c0fbb887d993537d344871c\"\u003e\u003ccode\u003e1ebcb62\u003c/code\u003e\u003c/a\u003e Initial cut for 2.5.1.0 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/51e8764bd768e8f5cacb400768a2e9a0bffc6a9b\"\u003e\u003ccode\u003e51e8764\u003c/code\u003e\u003c/a\u003e Replace reference to multiple vars files by meta-character shell regex.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/7ac060bf2f9ff170c99b951bb4df16afc9b3b37d\"\u003e\u003ccode\u003e7ac060b\u003c/code\u003e\u003c/a\u003e Update \u0026lt;date.prev_release\u0026gt; for 2.5.0.0 release date.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.3.0.0...esapi-2.5.1.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp.esapi:esapi\u0026package-manager=maven\u0026previous-version=2.3.0.0\u0026new-version=2.5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Arnei/opencast/pull/405","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnei%2Fopencast/issues/405","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/405/packages"},{"uuid":"1466107352","node_id":"PR_kwDOCIafrM5DyTTA","number":11443,"state":"closed","title":"Bump esapi from 2.2.3.1 to 2.3.0.0 in /java/ql/test/utils/flowtestcasegenerator","user":"dependabot[bot]","labels":["Java","dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-08-28T14:13:54.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2022-11-28T09:42:17.000Z","updated_at":"2025-08-28T14:13:57.000Z","time_to_close":86761897,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"esapi","old_version":"2.2.3.1","new_version":"2.3.0.0","repository_url":"https://github.com/ESAPI/esapi-java-legacy"}],"path":"/java/ql/test/utils/flowtestcasegenerator","ecosystem":"maven"},"body":"Bumps [esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.2.3.1 to 2.3.0.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/releases\"\u003eesapi's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.3.0.0\u003c/h2\u003e\n\u003cp\u003eFull release notes for ESAPI release 2.3.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.3.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.3.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT Note\u003c/strong\u003e: Because this release of ESAPI fixes several vulnerabilities, it is \u003cem\u003eextremely important\u003c/em\u003e that you actually read the FULL release notes and the referenced GitHub Security Advisories. Failure to do so likely will cause previous ESAPI users to miss some critical remediation steps as remediation for CVE-2022-24891 involves more than simply upgrading your dependency to ESAPI 2.3.0.0.\u003c/p\u003e\n\u003ch3\u003eRemediates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCVE-2022-23457 - See details in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/security/advisories/GHSA-8m5h-hrqm-pxm2\"\u003ethis GitHub Security Advisory\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCVE-2022-24891 - See details in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/security/advisories/GHSA-q77q-vx4q-xx6q\"\u003ethis GitHub Security Advisory\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSeveral vulnerabilities via update from AntiSamy 1.6.3 (in ESAPI 2.2.3.1)  to AntiSamy 1.6.7 in this release. See the \u003ca href=\"https://github.com/nahsra/antisamy/releases\"\u003eAntiSamy release notes\u003c/a\u003e for further details of the CVEs that were addressed. (Note that there was one CVE from AntiSamy that didn't affect ESAPI, but it was a moot point because CVE-2022-23891 issue in ESAPI's antisamy-esapi.xml file.)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFinally, to fully remediate CVE-2022-23891, note  that the file \u0026quot;\u003cstrong\u003eesapi-2.3.0.0-configuration.jar\u003c/strong\u003e\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.3.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'. You \u003cstrong\u003e\u003cem\u003eNEED\u003c/em\u003e\u003c/strong\u003e this jar (or a manual change) to get the important update to the \u003cstrong\u003eantisamy-esapi.xm\u003c/strong\u003el file.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/7797bc3ebd3a3bd700817b27e2a4455a0ba61f33\"\u003e\u003ccode\u003e7797bc3\u003c/code\u003e\u003c/a\u003e Merge branch 'develop' into 2.3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/9473bf4676d2b28fee93ee059099a4f4e707dc51\"\u003e\u003ccode\u003e9473bf4\u003c/code\u003e\u003c/a\u003e Fixed onsiteURL to not allow 'javascript:' URLs. Also updated other regular e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fb9aaa120202bfee54abfe8299bf2afcb18f4dcc\"\u003e\u003ccode\u003efb9aaa1\u003c/code\u003e\u003c/a\u003e Add comment on updating htmlTitle \u0026amp; offsiteURL regex. Fix more typos.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fd9090cccbff31d830670a1ef5058bc303aa79da\"\u003e\u003ccode\u003efd9090c\u003c/code\u003e\u003c/a\u003e Added 2 new test cases to verfify 2 vulnerabilities fixed.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/5af6228f186c6bb10734db99c92aedf5d7c644b8\"\u003e\u003ccode\u003e5af6228\u003c/code\u003e\u003c/a\u003e Updated generated PDF.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fee328dce6d6fe52ecd1b26b778051cba506840b\"\u003e\u003ccode\u003efee328d\u003c/code\u003e\u003c/a\u003e Add new test case to verify GHSL-2022-008 fix.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/a0d67b75593878b1b6e39e2acc1773b3effedb2a\"\u003e\u003ccode\u003ea0d67b7\u003c/code\u003e\u003c/a\u003e Fix for GHSL-2022-008 vulnerability.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/657c2a751c0b8dbd70b8da1bba246d86f7ad3b20\"\u003e\u003ccode\u003e657c2a7\u003c/code\u003e\u003c/a\u003e Misc cleanup and corrections.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/d34beae9860d73df4af38f1c495c669b06ed8694\"\u003e\u003ccode\u003ed34beae\u003c/code\u003e\u003c/a\u003e Change to have the creation of the changelog (via 'mvn site') to use a property.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/8d8bcfdb8c2623f155eb2a757eec688818c0e80f\"\u003e\u003ccode\u003e8d8bcfd\u003c/code\u003e\u003c/a\u003e Add suppressions for Dependency Check for CVEs that were examined and not exp...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.2.3.1...esapi-2.3.0.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp.esapi:esapi\u0026package-manager=maven\u0026previous-version=2.2.3.1\u0026new-version=2.3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/github/codeql/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/github/codeql/pull/11443","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcodeql/issues/11443","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11443/packages"}],"issue_packages":[{"old_version":"2.3.0.0","new_version":"2.5.1.0","update_type":"minor","path":"/modules/db","pr_created_at":"2023-01-26T06:05:44.000Z","version_change":"2.3.0.0 → 2.5.1.0","issue":{"uuid":"1557671294","node_id":"PR_kwDODwhPBc5IkQnz","number":405,"state":"open","title":"Bump esapi from 2.3.0.0 to 2.5.1.0 in /modules/db","user":"dependabot[bot]","labels":["dependencies","java","has-conflicts"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2023-01-26T06:05:44.000Z","updated_at":"2025-06-26T14:13:13.268Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"esapi","old_version":"2.3.0.0","new_version":"2.5.1.0","repository_url":"https://github.com/ESAPI/esapi-java-legacy"}],"path":"/modules/db","ecosystem":"maven"},"body":"Bumps [esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.3.0.0 to 2.5.1.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/releases\"\u003eesapi's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.5.1.0\u003c/h2\u003e\n\u003ch3\u003eUpdate summary\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eUpdates to latest versions of direct dependencies, including:\u003c/li\u003e\n\u003c/ol\u003e\n\u003cul\u003e\n\u003cli\u003eAn update to AntiSamy: 1.7.0  --\u0026gt; 1.7.2\u003c/li\u003e\n\u003cli\u003eAn update to SLFJ4 API: 1.7.36 --\u0026gt; 2.0.4    (Note: 2.0.5 is available and likely would would result in \u0026quot;convergence\u0026quot; issues with the version AntiSamy 1.7.2 pulls in)\u003c/li\u003e\n\u003c/ul\u003e\n\u003col start=\"2\"\u003e\n\u003cli\u003eA new codec (\u003ccode\u003eorg.owasp.esapi.codecs.JSONCodec\u003c/code\u003e) is provided that provides JSON output encoding as per section 7 of RFC 8259. It is made available via \u003ccode\u003eEncoder.encodeForJSON()\u003c/code\u003e. (Note unlike other encoders, there is no corresponding decoder (i.e., \u003ccode\u003edecodeForJSON()\u003c/code\u003e) made available. Since that would normally be done by your JavaScript code, it wasn't deemed essential.\u003c/li\u003e\n\u003cli\u003eExecuting 'mvn site' now creates Javadoc for the ESAPI tag library (GitHub issue \u003ca href=\"https://github-redirect.dependabot.com/ESAPI/esapi-java-legacy/issues/733\"\u003e#733\u003c/a\u003e).\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003eDetails\u003c/h3\u003e\n\u003cp\u003eFor full details, please see the release notes for ESAPI release 2.5.1.0 located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.1.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.1.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eNote the file \u0026quot;esapi-2.5.1.0-configuration.jar\u0026quot; contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.5.1.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003ch2\u003e2.5.0.0\u003c/h2\u003e\n\u003cp\u003eRelease notes for ESAPI release 2.5.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThis 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 \u003ccode\u003eExceptionInInitializerError\u003c/code\u003e.)\u003c/li\u003e\n\u003cli\u003eBecause 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.\u003c/li\u003e\n\u003cli\u003eAs begun in the previous release, this release only supports Java 8 or later.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eIf you do nothing else at least read this short \u0026quot;\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.5.0.0-release-notes.txt#L70\"\u003eChanges Requiring Special Attention\u003c/a\u003e\u0026quot; section of the 2.5.0.0 release notes. You have been warned!\u003c/p\u003e\n\u003cp\u003eFinally, note that the file \u0026quot;esapi-2.5.0.0-configuration.jar\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.5.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/HEAD/mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003ch2\u003e2.4.0.0\u003c/h2\u003e\n\u003cp\u003eRelease notes for ESAPI release 2.4.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.4.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.4.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThis 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.\u003c/li\u003e\n\u003cli\u003eThis 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 \u003ccode\u003eValidator.isValidSafeHTML()\u003c/code\u003e and \u003ccode\u003eValidator.getValidSafeHTML()\u003c/code\u003e in previous releases.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFinally, note that the file \u0026quot;esapi-2.4.0.0-configuration.jar\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.4.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/HEAD/mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/958892f3e7bc59fe97f9594d06350e02275dc431\"\u003e\u003ccode\u003e958892f\u003c/code\u003e\u003c/a\u003e Remove '-SNAPSHOT' from new release number.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/262a3b5097630fa602711944a6791976660bb488\"\u003e\u003ccode\u003e262a3b5\u003c/code\u003e\u003c/a\u003e Minor updates re: commits; trying to get accurate count from changelog.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/b5a9e6c4bcb36e35b2000fde59189db9821ccdcb\"\u003e\u003ccode\u003eb5a9e6c\u003c/code\u003e\u003c/a\u003e Minor updates re: commits.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/125517494803605367d596be1f9761eba4120f6b\"\u003e\u003ccode\u003e1255174\u003c/code\u003e\u003c/a\u003e Add instructions about using scripts to create release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/45b5409a3af139a1d9c58196c006533062c46490\"\u003e\u003ccode\u003e45b5409\u003c/code\u003e\u003c/a\u003e Add instructions about using scripts to create release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/c3637f60b1c7143e56c55f3061e9145f996c3fb7\"\u003e\u003ccode\u003ec3637f6\u003c/code\u003e\u003c/a\u003e Final clean-up and tweaks to acknowledgements.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/5c8abd65c96708767e04b078c12a8f9f15f80e02\"\u003e\u003ccode\u003e5c8abd6\u003c/code\u003e\u003c/a\u003e Used to create 2.5.1.0 release notes.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/1ebcb6220ad015759c0fbb887d993537d344871c\"\u003e\u003ccode\u003e1ebcb62\u003c/code\u003e\u003c/a\u003e Initial cut for 2.5.1.0 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/51e8764bd768e8f5cacb400768a2e9a0bffc6a9b\"\u003e\u003ccode\u003e51e8764\u003c/code\u003e\u003c/a\u003e Replace reference to multiple vars files by meta-character shell regex.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/7ac060bf2f9ff170c99b951bb4df16afc9b3b37d\"\u003e\u003ccode\u003e7ac060b\u003c/code\u003e\u003c/a\u003e Update \u0026lt;date.prev_release\u0026gt; for 2.5.0.0 release date.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.3.0.0...esapi-2.5.1.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp.esapi:esapi\u0026package-manager=maven\u0026previous-version=2.3.0.0\u0026new-version=2.5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Arnei/opencast/pull/405","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnei%2Fopencast/issues/405","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/405/packages"}},{"old_version":"2.2.3.1","new_version":"2.3.0.0","update_type":"minor","path":"/java/ql/test/utils/flowtestcasegenerator","pr_created_at":"2022-11-28T09:42:17.000Z","version_change":"2.2.3.1 → 2.3.0.0","issue":{"uuid":"1466107352","node_id":"PR_kwDOCIafrM5DyTTA","number":11443,"state":"closed","title":"Bump esapi from 2.2.3.1 to 2.3.0.0 in /java/ql/test/utils/flowtestcasegenerator","user":"dependabot[bot]","labels":["Java","dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-08-28T14:13:54.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2022-11-28T09:42:17.000Z","updated_at":"2025-08-28T14:13:57.000Z","time_to_close":86761897,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"esapi","old_version":"2.2.3.1","new_version":"2.3.0.0","repository_url":"https://github.com/ESAPI/esapi-java-legacy"}],"path":"/java/ql/test/utils/flowtestcasegenerator","ecosystem":"maven"},"body":"Bumps [esapi](https://github.com/ESAPI/esapi-java-legacy) from 2.2.3.1 to 2.3.0.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/releases\"\u003eesapi's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.3.0.0\u003c/h2\u003e\n\u003cp\u003eFull release notes for ESAPI release 2.3.0.0 are located at:\n\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.3.0.0-release-notes.txt\"\u003ehttps://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.3.0.0-release-notes.txt\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIMPORTANT Note\u003c/strong\u003e: Because this release of ESAPI fixes several vulnerabilities, it is \u003cem\u003eextremely important\u003c/em\u003e that you actually read the FULL release notes and the referenced GitHub Security Advisories. Failure to do so likely will cause previous ESAPI users to miss some critical remediation steps as remediation for CVE-2022-24891 involves more than simply upgrading your dependency to ESAPI 2.3.0.0.\u003c/p\u003e\n\u003ch3\u003eRemediates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCVE-2022-23457 - See details in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/security/advisories/GHSA-8m5h-hrqm-pxm2\"\u003ethis GitHub Security Advisory\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCVE-2022-24891 - See details in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/security/advisories/GHSA-q77q-vx4q-xx6q\"\u003ethis GitHub Security Advisory\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSeveral vulnerabilities via update from AntiSamy 1.6.3 (in ESAPI 2.2.3.1)  to AntiSamy 1.6.7 in this release. See the \u003ca href=\"https://github.com/nahsra/antisamy/releases\"\u003eAntiSamy release notes\u003c/a\u003e for further details of the CVEs that were addressed. (Note that there was one CVE from AntiSamy that didn't affect ESAPI, but it was a moot point because CVE-2022-23891 issue in ESAPI's antisamy-esapi.xml file.)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFinally, to fully remediate CVE-2022-23891, note  that the file \u0026quot;\u003cstrong\u003eesapi-2.3.0.0-configuration.jar\u003c/strong\u003e\u0026quot; (see below) contains the default ESAPI configuration files under 'configuration/' (ESAPI.properties, validation.properties, etc.) and the file \u0026quot;esapi-2.3.0.0-configuration.jar.asc\u0026quot; is a GPG signature of that jar file made by 'Kevin W. Wall (GitHub signing key) \u003ca href=\"mailto:kevin.w.wall@gmail.com\"\u003ekevin.w.wall@gmail.com\u003c/a\u003e'. You \u003cstrong\u003e\u003cem\u003eNEED\u003c/em\u003e\u003c/strong\u003e this jar (or a manual change) to get the important update to the \u003cstrong\u003eantisamy-esapi.xm\u003c/strong\u003el file.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/7797bc3ebd3a3bd700817b27e2a4455a0ba61f33\"\u003e\u003ccode\u003e7797bc3\u003c/code\u003e\u003c/a\u003e Merge branch 'develop' into 2.3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/9473bf4676d2b28fee93ee059099a4f4e707dc51\"\u003e\u003ccode\u003e9473bf4\u003c/code\u003e\u003c/a\u003e Fixed onsiteURL to not allow 'javascript:' URLs. Also updated other regular e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fb9aaa120202bfee54abfe8299bf2afcb18f4dcc\"\u003e\u003ccode\u003efb9aaa1\u003c/code\u003e\u003c/a\u003e Add comment on updating htmlTitle \u0026amp; offsiteURL regex. Fix more typos.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fd9090cccbff31d830670a1ef5058bc303aa79da\"\u003e\u003ccode\u003efd9090c\u003c/code\u003e\u003c/a\u003e Added 2 new test cases to verfify 2 vulnerabilities fixed.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/5af6228f186c6bb10734db99c92aedf5d7c644b8\"\u003e\u003ccode\u003e5af6228\u003c/code\u003e\u003c/a\u003e Updated generated PDF.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/fee328dce6d6fe52ecd1b26b778051cba506840b\"\u003e\u003ccode\u003efee328d\u003c/code\u003e\u003c/a\u003e Add new test case to verify GHSL-2022-008 fix.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/a0d67b75593878b1b6e39e2acc1773b3effedb2a\"\u003e\u003ccode\u003ea0d67b7\u003c/code\u003e\u003c/a\u003e Fix for GHSL-2022-008 vulnerability.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/657c2a751c0b8dbd70b8da1bba246d86f7ad3b20\"\u003e\u003ccode\u003e657c2a7\u003c/code\u003e\u003c/a\u003e Misc cleanup and corrections.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/d34beae9860d73df4af38f1c495c669b06ed8694\"\u003e\u003ccode\u003ed34beae\u003c/code\u003e\u003c/a\u003e Change to have the creation of the changelog (via 'mvn site') to use a property.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/commit/8d8bcfdb8c2623f155eb2a757eec688818c0e80f\"\u003e\u003ccode\u003e8d8bcfd\u003c/code\u003e\u003c/a\u003e Add suppressions for Dependency Check for CVEs that were examined and not exp...\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.2.3.1...esapi-2.3.0.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.owasp.esapi:esapi\u0026package-manager=maven\u0026previous-version=2.2.3.1\u0026new-version=2.3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/github/codeql/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/github/codeql/pull/11443","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcodeql/issues/11443","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11443/packages"}}]}