summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kernellib.py')
-rwxr-xr-xkernellib.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernellib.py b/kernellib.py
index 921a37a..922daf2 100755
--- a/kernellib.py
+++ b/kernellib.py
@@ -60,6 +60,10 @@ KERNEL_TYPES = [
VERSION = '0.5.6'
NOCVE = 'GENERIC-MAP-NOMATCH'
+NOCVEDESC = 'This GENERIC identifier is not specific to any vulnerability. '\
+ 'GENERIC-MAP-NOMATCH is used by products, databases, and ' \
+ 'services to specify when a particular vulnerability element ' \
+ 'does not map to a corresponding CVE entry.'
CVES = dict()
PORTDIR = portage.settings['PORTDIR']
DEBUG = False