libgoogle-gson-java 2.8.8-1ubuntu0.1 source package in Ubuntu

Changelog

libgoogle-gson-java (2.8.8-1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: Denial of Service
    - debian/patches/CVE-2022-25647.patch: fixed a Deserialization of Untrusted
      Data vaulnerablity in the writeReplace() function
    - CVE-2022-25647

 -- Amir Naseredini <email address hidden>  Thu, 07 Mar 2024 13:04:41 +0000

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 java
Jammy security universe java

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.8.8.orig.tar.xz 263.0 KiB 7b7529337972400e94207cd3e5a61728f48bb8b61c696fa412ac1a2d12186de9
libgoogle-gson-java_2.8.8-1ubuntu0.1.debian.tar.xz 6.2 KiB 9c4834db60d4dba8a908b4cc23ed39c973ce3380113e77e1e14d05e380854c4e
libgoogle-gson-java_2.8.8-1ubuntu0.1.dsc 2.1 KiB 302118f7c5e3bde8864c6de52df68a5d765328fe113c019e7661e52666d4c119

View changes file

Binary packages built by this source

libgoogle-gson-java: Converts Java objects into their JSON representation

 Gson is a Java library that can be used to convert Java Objects into their JSON
 representation. It can also be used to convert a JSON string to an equivalent
 Java object. Gson can work with arbitrary Java objects including pre-existing
 objects that you do not have source-code of.
 .
 Gson Goals
 .
  * Provide simple toJson() and fromJson() methods to convert Java objects to
    JSON and vice-versa
  * Allow pre-existing unmodifiable objects to be converted to and from JSON
  * Extensive support of Java Generics
  * Allow custom representations for objects
  * Support arbitrarily complex objects (with deep inheritance hierarchies and
    extensive use of generic types)