libjettison-java 1.5.4-1 source package in Ubuntu

Changelog

libjettison-java (1.5.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.5.4 (Closes: #1033846)
    - Fix CVE-2023-1436 - Infinite recursion in Jettison leads
      to denial of service when creating a crafted JSONArray

 -- tony mancill <email address hidden>  Sun, 11 Jun 2023 15:38:24 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjettison-java_1.5.4-1.dsc 2.1 KiB b79aa263c4d67c92ea467f1a4222006666d0a308c271286bca298d87c15a6113
libjettison-java_1.5.4.orig.tar.gz 71.3 KiB 4476baee9753de8f85fcf2f7eab8aef50017d8588ca787059012ddb7f811c94f
libjettison-java_1.5.4-1.debian.tar.xz 3.0 KiB d39194dac80d46d278f300afa616fc33b870b96a03e4fd79bca1b05fed011225

Available diffs

No changes file available.

Binary packages built by this source

libjettison-java: collection of StAX parsers and writers for JSON

 Jettison is a collection of StAX parsers (streaming API for XML) and
 writers which read and write JSON (JavaScript Object Notation). This
 allows nearly transparent enablement of JSON based web services in
 services frameworks like Apache CXF.
 .
 There are currently two included conventions for mapping JSON to XML.
 The first is BadgerFish which implements the full XML infoset in JSON
 using various techniques. The second is called the "mapped"
 convention. It allows you to manually map XML namespaces to JSON
 element prefixes.