[Secure-testing-commits] r15706 - check-external
Raphael Geissert
geissert at alioth.debian.org
Tue Dec 14 18:07:27 UTC 2010
Author: geissert
Date: 2010-12-14 18:07:20 +0000 (Tue, 14 Dec 2010)
New Revision: 15706
Modified:
check-external/lookup.sh
Log:
Fix some false positives
Modified: check-external/lookup.sh
===================================================================
--- check-external/lookup.sh 2010-12-14 17:59:18 UTC (rev 15705)
+++ check-external/lookup.sh 2010-12-14 18:07:20 UTC (rev 15706)
@@ -86,7 +86,7 @@
fi
# Permanent exclusions can be added below
- o=$(grep -m1 -A1 $cve ../data/CVE/list | grep NOT-FOR-US |
+ o=$(grep -m1 -A1 ^$cve ../data/CVE/list | grep NOT-FOR-US |
grep -vi redhat | grep -vi 'red hat' | grep -vi pre-dating |
grep -vi realplayer | grep -vi acroread | grep -vi acrobat |
grep -viw opera | grep -vi adobe |
More information about the Secure-testing-commits
mailing list