libjettison-java 1.4.1-1ubuntu0.22.04.1 source package in Ubuntu

Changelog

libjettison-java (1.4.1-1ubuntu0.22.04.1) jammy-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-4].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:23:25 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjettison-java_1.4.1.orig.tar.xz 50.7 KiB b706285389ef63465569fe25774157ea251128b89407ede925af6f865d4e86ce
libjettison-java_1.4.1-1ubuntu0.22.04.1.debian.tar.xz 6.8 KiB f25588866ddeef867ce41a587271e7a9d77ab436de4b552f71e041ab68e34e2b
libjettison-java_1.4.1-1ubuntu0.22.04.1.dsc 2.1 KiB 9b7f87167acbf44c31da0f4c69cdcc3deb1375691d05b496b03474ac1b0ac4a5

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.