[Secure-testing-commits] r2489 - bin
Florian Weimer
fw at costa.debian.org
Thu Oct 20 09:03:52 UTC 2005
Author: fw
Date: 2005-10-20 09:03:51 +0000 (Thu, 20 Oct 2005)
New Revision: 2489
Modified:
bin/tracker_service.py
Log:
r639 at deneb: fw | 2005-10-14 16:07:15 +0200
bin/tracker_service.py (TrackerService.page_home):
Mention NVD explicitly.
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2005-10-20 09:03:39 UTC (rev 2488)
+++ bin/tracker_service.py 2005-10-20 09:03:51 UTC (rev 2489)
@@ -108,7 +108,7 @@
P("""(You can enter CAN/CVE names, Debian bug numbers and package
names in the search forms.)"""),
- H2("A few notes on data sources"),
+ H2("Data sources"),
P("""Data in this tracker comes solely from the bug database
which is maintained by Debian's testing security team in their
Subversion repository. All external data (this includes
@@ -118,6 +118,10 @@
P("""At the moment, the database only contains information which is
relevant for tracking the security status of the stable, testing and
unstable suites. This means that data for oldstable is likely wrong."""),
+ P('Data marked "NVD" comes from the ',
+ A(url.absolute('http://nvd.nist.gov/'),
+ 'National Vulnerability Database'),
+ ' maintained by NIST.'),
H2("External interfaces"),
P("""If you want to automatically open a relevant web page for
More information about the Secure-testing-commits
mailing list