From cbf1c7cfdfd260cb9b6040d161354cd8a493fd6d Mon Sep 17 00:00:00 2001 From: Jonathan Creasy Date: Mon, 26 Oct 2020 16:37:37 -0400 Subject: [PATCH] Jackson has a serious security problem in 2.9.5, which will cause RCE (#2034) * Jackson has a serious security problem in 2.9.5, which will cause RCE https://github.com/FasterXML/jackson-databind/issues/2295 * Jackson has a serious security problem in 2.9.5, which will cause RCE https://github.com/FasterXML/jackson-databind/issues/2295 Co-authored-by: chi-chi weng <949409306@qq.com> --- third_party/jackson/include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/jackson/include.mk b/third_party/jackson/include.mk index d6e77b5957..dac82ab238 100644 --- a/third_party/jackson/include.mk +++ b/third_party/jackson/include.mk @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this library. If not, see . -JACKSON_VERSION := 2.9.5 +JACKSON_VERSION := 2.9.10.3 JACKSON_ANNOTATIONS_VERSION = $(JACKSON_VERSION) JACKSON_ANNOTATIONS := third_party/jackson/jackson-annotations-$(JACKSON_ANNOTATIONS_VERSION).jar