summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson_5.4.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ujson: upgrade 5.3.0 -> 5.4.0Xu Huan2022-07-151-0/+34
Changelog: ========= Added ------ Add support for arbitrary size integers (#548) Fixed --------- CVE-2022-31116: Replace wchar_t string decoding implementation with a uint32_t-based one (#555) Fix handling of surrogates on decoding (#550) CVE-2022-31117: Potential double free of buffer during string decoding Fix memory leak on encoding errors when the buffer was resized (#549) Integer parsing: always detect overflows (#544) Fix handling of surrogates on encoding (#530) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>