libjettison-java 1.5.3-1ubuntu0.1 source package in Ubuntu

Changelog

libjettison-java (1.5.3-1ubuntu0.1) lunar-security; urgency=medium

  * SECURITY UPDATE: Denial of Service
    - debian/patches/CVE-2023-1436.patch: fixed a stack overflow in JSONArray
      function.
    - CVE-2023-1436

 -- Amir Naseredini <email address hidden>  Tue, 20 Jun 2023 09:25:08 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjettison-java_1.5.3.orig.tar.gz 71.1 KiB c68ff9851b25789467e8168b3e54ada18e21964fae2b1986027e6bf133947920
libjettison-java_1.5.3-1ubuntu0.1.debian.tar.xz 4.1 KiB e66cf2ba7bcef471e8c701801c8efa4e94f6256641d7dadab0f89bdbed0879b9
libjettison-java_1.5.3-1ubuntu0.1.dsc 2.0 KiB fcdb09501364ca8fd6a49f9f5a5a724668fe3d1d050397bcbf12b53520d4060f

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.