Merge pull request #853 from dm0-/glsa

build_library: Whitelist the systemd GLSA until we have 239
This commit is contained in:
David Michael 2018-11-01 12:14:14 -04:00 committed by GitHub
commit 41b71565d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ GLSA_WHITELIST=(
201710-23 # we handle Go differently; drop when 1.9 builds everything
201803-03 # same as above, drop when all Go < 1.9 packages are gone
201804-12 # same as above, except this requires only Go 1.10 or later
201810-10 # we fixed the systemd CVEs in 238, but this wants 239
)
glsa_image() {