Skip to content

Commit 65ee210

Browse files
ffontainetexierp
authored andcommitted
package/cjson: security bump to version 1.7.12
Fix infinite loop in cJSON_Minify (potential Denial of Service), see DaveGamble/cJSON#354 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1 parent 8715ccf commit 65ee210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/cjson/cjson.hash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed:
2-
sha256 17ace0e31ebd639906983b05fe1d51576b948ca5411c2162f55dd34c122162ca cjson-v1.7.11.tar.gz
2+
sha256 760687665ab41a5cff9c40b1053c19572bcdaadef1194e5cba1b5e6f824686e7 cjson-v1.7.12.tar.gz
33
sha256 a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c LICENSE

package/cjson/cjson.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
CJSON_VERSION = v1.7.11
7+
CJSON_VERSION = v1.7.12
88
CJSON_SITE = $(call github,DaveGamble,cjson,$(CJSON_VERSION))
99
CJSON_INSTALL_STAGING = YES
1010
CJSON_LICENSE = MIT

0 commit comments

Comments
 (0)