summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2007-12-25 17:55:50 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2007-12-25 17:55:50 +0000
commit8e43196cf3e930d76846af960e8f517b9e5343c1 (patch)
treec3370d8634adfc911dea83d494675cfebaaecc74 /lib
parentbb1a701be402ae2e5473ee890a80fe2c7083e274 (diff)
CVE no longer uses separate names for candidates
This means that we can simplify bugs.BugBase.cveStatus a bit. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@7718 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/bugs.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/python/bugs.py b/lib/python/bugs.py
index b4563a254e..4a343a95f9 100644
--- a/lib/python/bugs.py
+++ b/lib/python/bugs.py
@@ -206,9 +206,7 @@ class BugBase:
def cveStatus(self):
if self.isFromCVE():
- if self.name[0:4] == 'CVE':
- return 'ASSIGNED'
- return 'CANDIDATE'
+ return 'ASSIGNED'
else:
return ''

© 2014-2024 Faster IT GmbH | imprint | privacy policy