From 0cff3d3f5f3f43853528ce076c44db6d3493a33e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Dec 2017 08:57:16 +0000 Subject: main/pcre: add secfixes comment for CVE-2017-16231 We are not affected by CVE-2017-16231 due to our build with --with-match-limit-recursion=8192. We had this option since first commit, version 7.8, and were never affected. --- main/pcre/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index c27a873f36..23d8a3d5f6 100644 --- a/main/pcre/APKBUILD +++ b/main/pcre/APKBUILD @@ -20,6 +20,7 @@ source="ftp://ftp.csx.cam.ac.uk/pub/software/programming/$pkgname/$pkgname-$pkgv # - CVE-2017-7186 # 7.8-r0: # - CVE-2017-11164 +# - CVE-2017-16231 builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3