Author: fw
Date: 2007-12-25 17:55:50 +0000 (Tue, 25 Dec 2007)
New Revision: 7718
Modified:
lib/python/bugs.py
Log:
CVE no longer uses separate names for candidates
This means that we can simplify bugs.BugBase.cveStatus a bit.
Modified: lib/python/bugs.py
==================================================================---
lib/python/bugs.py 2007-12-25 17:38:35 UTC (rev 7717)
+++ lib/python/bugs.py 2007-12-25 17:55:50 UTC (rev 7718)
@@ -206,9 +206,7 @@
def cveStatus(self):
if self.isFromCVE():
- if self.name[0:4] == ''CVE'':
- return ''ASSIGNED''
- return ''CANDIDATE''
+ return ''ASSIGNED''
else:
return ''''