There was an error while loading. Please reload this page.
1 parent 59b0a3b commit 05fcc65Copy full SHA for 05fcc65
2 files changed
CHANGELOG.md
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
### Fixed
20
21
+- Updated Jackson Databind to 2.18.8 to close polymorphic type validator
22
+ bypasses tracked as CVE-2026-54512 and CVE-2026-54513.
23
- Aligned veraPDF validation components so the OpenDataLoader PDF backend does
24
not fail at runtime with a `StreamInfo` linkage error.
25
pom.xml
@@ -50,7 +50,7 @@
50
<maven.compiler.release>25</maven.compiler.release>
51
52
<!-- Runtime deps -->
53
- <jackson.version>2.18.2</jackson.version>
+ <jackson.version>2.18.8</jackson.version>
54
<slf4j.version>2.0.18</slf4j.version>
55
<log4j.version>2.24.3</log4j.version>
56
<pdfbox.version>3.0.3</pdfbox.version>
0 commit comments