Package Release Info

python-ujson-1.35-150100.3.8.1

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-ujson-debuginfo
python-ujson-debugsource
python2-ujson
python2-ujson-debuginfo

Change Logs

* Tue May 02 2023 mmachova@suse.com
- Add CVE-2021-45958-fix-buffer-overflows.patch (bsc#1194261)
Version: 1.35-150100.3.5.1
* Wed Jul 27 2022 mcepl@suse.com
- (CVE-2022-31117; bsc#1201254) Add
  CVE-2022-31117-fix-double-free-str-decoding.patch avoiding
  double free while reallocating a buffer for string decoding
  (patch from gh#ultrajson/ultrajson@9c20de0f77b3).
* Wed Jul 20 2022 mcepl@suse.com
- (CVE-2022-31116; bsc#1201255) Add
  CVE-2022-31116-surrogate-chars.patch fixing improper decoding
  of escaped surrogate characters.