Re: [gentoo-portage-dev] [PATCH] glsa-check: fix truncated CVE ids in listmode (bug 692134)

2019-09-01 Thread Aaron Bauman
On Sat, Aug 31, 2019 at 09:11:11PM -0700, Zac Medico wrote: > Use a regular expression to search for CVE ids in GLSA references. > Import unicode_literals from __future__ since portage's Glsa class > returns unicode strings for all python versions. > > Reported-by: Georg Weiss > Bug: https://bugs

[gentoo-portage-dev] [PATCH] glsa-check: fix truncated CVE ids in listmode (bug 692134)

2019-08-31 Thread Zac Medico
Use a regular expression to search for CVE ids in GLSA references. Import unicode_literals from __future__ since portage's Glsa class returns unicode strings for all python versions. Reported-by: Georg Weiss Bug: https://bugs.gentoo.org/692134 Signed-off-by: Zac Medico --- bin/glsa-check | 11 +