libjettison-java 1.4.0-1ubuntu0.20.04.1 source package in Ubuntu

Changelog

libjettison-java (1.4.0-1ubuntu0.20.04.1) focal-security; urgency=medium

  * SECURITY UPDATE: Denial of Service
    - debian/patches/CVE-2022-40149.patch: fixed a denial of service in
      nextClean function.
    - debian/patches/CVE-2022-40150-[1-5].patch: fixed multiple cases of
      denial of service from CVE-2022-40150, CVE-2022-45685, and
      CVE-2022-45693.
    - CVE-2022-40149
    - CVE-2022-40150
    - CVE-2022-45685
    - CVE-2022-45693

 -- Amir Naseredini <email address hidden>  Thu, 15 Jun 2023 17:05:52 +0100

Upload details

Uploaded by:
Amir Naseredini
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe libs
Focal security universe libs

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjettison-java_1.4.0.orig.tar.xz 50.4 KiB f4324cedd04d0b2ec92225f7f56e1d6a8f780f6da77a35123075995d4af7cecf
libjettison-java_1.4.0-1ubuntu0.20.04.1.debian.tar.xz 9.5 KiB 87bc5a2b52200dc63bec3eb126b7acc91669b6ce771a270d188733983a16f600
libjettison-java_1.4.0-1ubuntu0.20.04.1.dsc 2.1 KiB a8c8bacd1e0080abe218abd1f552bf719d6114020e2d3ad290a0666fe51582ad

View changes file

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.