15
0
forked from pool/python-ujson

Accepting request 1137111 from home:alarrosa:branches:devel:languages:python

Add bugzilla reference

  * Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) @JustAnotherArchivist

OBS-URL: https://build.opensuse.org/request/show/1137111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=49
This commit is contained in:
2024-01-06 13:09:19 +00:00
committed by Git OBS Bridge
parent 5c75b1f595
commit 7e49689a76
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ Tue May 24 16:34:36 UTC 2022 - Gayane Osipyan <Gayane.Osipyan@suse.com>
* Support dynamically linking against system double-conversion library (#508) @musicinmybrain
* Add env var to control stripping debug info (#507) @musicinmybrain
* Add JSONDecodeError (#498) @JustAnotherArchivist
* Fix buffer overflows (CVE-2021-45958) (#519) @JustAnotherArchivist
* Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) @JustAnotherArchivist
* Upgrade Black to fix Click (#515) @hugovk
* simplify exception handling on integer overflow (#510) @RouquinBlanc
* Remove dead code that used to handle the separate int type in Python 2 (#509) @JustAnotherArchivist

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ujson
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed