From 702efa67b6194fc760d78ef53e3eb160addd85ed Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Fri, 15 Sep 2023 13:13:30 +0200 Subject: [PATCH] Added security section to 8.3.0 [Apache Commons Compress denial of service vulnerability](https://github.com/fugerit-org/fj-lib/security/dependabot/7) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f08328..e0718ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- fj-bom updated to 1.3.8 +- fj-bom updated to 1.3.8 [Apache Commons Compress denial of service vulnerability](https://github.com/fugerit-org/fj-lib/security/dependabot/7) - fj-test-helper8 to 0.5.0 - MetaDataUtils types constant arrays removed in favor of public builder methods (may raise minor compatibility issues) @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Javadoc generation with java 17 - VirtualPageCache entry store did not work properly +### Security + +- [Apache Commons Compress denial of service vulnerability](https://github.com/fugerit-org/fj-lib/security/dependabot/7) + ## [8.2.8] - 2023-09-13 ### Changed