| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Make manifest timestamp reproducible
- Upgrade to version 1.5.4
* Fixes:
+ Fixing issue 60: Infinite recursion triggered when
constructing a JSONArray from a Collection (bsc#1209605,
CVE-2023-1436)
- Upgrade to version 1.5.3
* Fixes:
+ Backslash escaping. Throw syntax exception on invalid json
sooner
+ Adding another test for backslashes
+ Introducing new static methods to set the recursion depth
limit
+ Incorrect recursion depth check in JSONTokener
+ Fixing StackOverflow error (bsc#1206400, CVE-2022-45685,
bsc#1206401, CVE-2022-45693)
- Upgrade to version 1.5.1
* Fixes:
+ Stack Overflow fix on malformed JSON
(bsc#1203515, CVE-2022-40149)
+ Prevent infinite loop when a /* comment is not terminated
(bsc#1203516, CVE-2022-40150)
- Removed patches:
* jettison-1.3.7-jdk10plus.patch
* jettison-update-woodstox-version.patch
+ not needed with current version
- Build with source and target levels 8
- Specify maven.compiler.release to fix build with jdk9+ and newer maven-javadoc-plugin
- Initial packaging of jettison 1.3.7