jackson-databind 2.10.0-2 source package in Ubuntu

Changelog

jackson-databind (2.10.0-2) unstable; urgency=high

  * Fix CVE-2019-16942 and CVE-2019-16943.
    Block two more gadget types (commons-dbcp, p6spy). (Closes: #941530)

 -- Markus Koschany <email address hidden>  Thu, 03 Oct 2019 15:48:58 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-databind_2.10.0-2.dsc 2.6 KiB 04812f6aa9d6e61734e8a606ce52f2a0f87bc935ce3bcd656528717105b2f7de
jackson-databind_2.10.0.orig.tar.gz 1.2 MiB 8d00ebf75a4e1e615762e35c8bdb1f4980b6141a75ae2c8234e3cd671994abae
jackson-databind_2.10.0-2.debian.tar.xz 5.6 KiB 47bf0995591e22eddbf88c6cc667b541ca3017283e322fae2391c8ee7879adaa

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-databind-java: fast and powerful JSON library for Java -- data binding

 The Jackson Data Processor is a multi-purpose Java library for processing
 JSON. Jackson aims to be the best possible combination of fast, correct,
 lightweight, and ergonomic for developers. It offers three alternative methods
 for processing JSON:
 .
  * Streaming API inspired by StAX
  * Tree Model
  * Data Binding converts JSON to and from POJOs
 .
 In addition to the core library, there are numerous extension that provide
 additional functionality such as additional data formats beyond JSON,
 additional data types or JVM languages.
 .
 This package contains general purpose data-binding functionality for data
 formats other than JSON.

libjackson2-databind-java-doc: Documentation for jackson-databind

 The Jackson Data Processor is a multi-purpose Java library for processing
 JSON. Jackson aims to be the best possible combination of fast, correct,
 lightweight, and ergonomic for developers. It offers three alternative methods
 for processing JSON:
 .
  * Streaming API inspired by StAX
  * Tree Model
  * Data Binding converts JSON to and from POJOs
 .
 In addition to the core library, there are numerous extension that provide
 additional functionality such as additional data formats beyond JSON,
 additional data types or JVM languages.
 .
 This package contains the API documentation of libjackson2-databind-java.