Skip to content

Releases: robtimus/obfuscation-jackson-databind

1.2

05 Dec 19:17
Compare
Choose a tag to compare

Added ObfuscationModule.Builder.withObjectFactory, that allows specifying the object factory to use.

1.1.6

21 Oct 15:35
Compare
Choose a tag to compare

Updated to the latest Jackson version which fixes CVE-2022-42003.

1.1.5

11 Oct 12:39
Compare
Choose a tag to compare

Updated to the latest Jackson version which fixes CVE-2022-42004.

1.1.4

06 Aug 13:49
Compare
Choose a tag to compare

Open the single package to the Jackson databind module in the module descriptor.

Updated to the latest Jackson version.

1.1.3

26 Mar 12:26
Compare
Choose a tag to compare

Updated to the latest Jackson version which fixes CVE-2020-36518.
Updated to the latest obfuscation-core version.

1.1.2

01 Jan 13:37
Compare
Choose a tag to compare

Updated to the latest Jackson version which fixes CWE-400.

1.1.1

23 Nov 21:09
Compare
Choose a tag to compare

Fixed deserialization of Obfuscated and obfuscated lists, sets, collections and maps using constructor injection.

1.1

27 Sep 14:28
Compare
Choose a tag to compare
1.1

Added support for obfuscator and character representation provider annotations on generic element/value types, not just properties.

Added support for custom character representation providers for elements/values of obfuscated List, Set, Collection and Map properties.

Added support for default obfuscators and character representation providers per type.

Dependencies are correctly marked as transitive in the module descriptor.

1.0.1

24 May 15:52
Compare
Choose a tag to compare

Use the latest obfuscation-annotations version which uses the correct module name.

1.0

24 May 15:01
Compare
Choose a tag to compare
1.0

Initial release.