summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianon Gravi <tianon@debian.org>2022-05-17 21:43:23 -0700
committerTianon Gravi <tianon@debian.org>2022-05-17 21:43:23 -0700
commit5d94e0ca1fe1eab2fce1e24ba5df18d14bb61923 (patch)
tree60506c8bf3abaa48781f4f53e162d8ad58599fe8
parentaa4808be66a3c6d146ddcdc95a8a5057fe8ee6b2 (diff)
Remove "NVD severity" from the web UI
This is really misleading for users as it represents NVD's opinion on the severity of CVEs, but does *not* necessarily reflect the views of the Debian Security Team (and is often misconstrued by users as though it does). There should probably also be deeper database changes to no longer store this value, but removing it from the website seems like a good (small) place to start.
-rwxr-xr-xbin/tracker_service.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index 4092a58bd9..96e3dc8f44 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -429,15 +429,6 @@ data source.""")],
if xref:
yield B("References"), self.make_xref_list(url, xref)
- if nvd:
- nvd_range = nvd.rangeString()
- if nvd.severity:
- nvd_severity = nvd.severity.lower()
- if nvd_range:
- nvd_severity = "%s (attack range: %s)" \
- % (nvd_severity, nvd_range)
- yield B("NVD severity"), nvd_severity
-
debian_bugs = bug.getDebianBugs(cursor)
if debian_bugs:
yield (B("Debian Bugs"),

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