diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-04 08:57:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-04 08:58:45 +0000 |
commit | 0cff3d3f5f3f43853528ce076c44db6d3493a33e (patch) | |
tree | b5b87008090ebe873859bd1e53c6e4dfa88d06d1 /main/pcre | |
parent | 0c32955f2ac048082d6995969f0782a52c459013 (diff) | |
download | aports-0cff3d3f5f3f43853528ce076c44db6d3493a33e.tar.bz2 aports-0cff3d3f5f3f43853528ce076c44db6d3493a33e.tar.xz |
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.
Diffstat (limited to 'main/pcre')
-rw-r--r-- | main/pcre/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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" |