Log of /bin/tracker_service.py
Parent Directory
|
Revision Log
Revision
3078 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 17 11:17:21 2005 UTC
(7 years, 5 months ago)
by
fw
File length: 42215 byte(s)
Diff to
previous 3071
,
to
selected 3051
Store CVE descriptions in the nvd_data table. Enable incremental
NVD updates.
lib/python/security_db.py (DB):
Bump schema version. Add cve_desc column to the nvd_data table.
(DB.updateNVD):
New method.
bin/update-nvd:
If the -i option is specified, use updateNVD instead of replaceNVD.
lib/python/nvd.py (_Parser):
Add new member variable path.
(_Parser.characters):
New method.
(_Parser.endElement):
Store cve_desc variable.
bin/tracker_service.py (TrackerService.page_bug):
Use NVD description if available.
Revision
3069 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 16 09:23:57 2005 UTC
(7 years, 5 months ago)
by
fw
File length: 42021 byte(s)
Diff to
previous 3051
lib/python/security_db.py (DB):
Bump schema version. Add oldstable_status view.
bin/tracker_service.py (TrackerService):
Add oldstable page.
Revision
3051 -
(
view)
(
download)
(
as text)
(
annotate)
-
[selected]
Modified
Thu Dec 15 11:37:40 2005 UTC
(7 years, 5 months ago)
by
fw
File length: 41483 byte(s)
Diff to
previous 3014
lib/python/security_db.py (DB):
Bump schema version.
(DB.initSchema):
Add debsecan_data table.
(DB.calculateDebsecan, DB.getDebsecan):
New methods.
bin/update-db:
Invoke calculateDebsecan.
bin/tracker_service.py (TrackerService):
Add support for debsecan/* pages.
(TrackerService.page_debsecan):
New method.
Revision
2554 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 24 14:43:04 2005 UTC
(7 years, 6 months ago)
by
fw
File length: 41094 byte(s)
Diff to
previous 2511
,
to
selected 3051
Add a summary page for tracked bugs without a CVE name.
lib/python/security_db.py (DB.getFakeBugs):
New method.
bin/tracker_service.py (TrackerService.page_data_fake_names):
New method.
(TrackerService.__intit__, TrackerService.page_home):
Use it.
Revision
2488 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 20 09:03:39 2005 UTC
(7 years, 7 months ago)
by
fw
File length: 36568 byte(s)
Diff to
previous 2485
,
to
selected 3051
r638@deneb: fw | 2005-10-14 15:43:12 +0200
bin/tracker_service.py (TrackerService.page_home):
Document external interfaces.
(TrackerService.page_bug):
Add NVD references.
(TrackerService.page_status_release_stable,
TrackerService.page_status_release_testing):
Show NVD remote attack range if present.
(TrackerService.url_nvd, TrackerService.make_nvd_ref):
New.
lib/python/security_db.py (NVDEntry):
New class.
(DB.initSchema):
New nvd_data table. Update stable_status and testing_status views.
(DB.replaceNVD, DB.getNVD):
New methods.
bin/update-nvd, lib/python/nvd.py:
New files.
Revision
2485 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 20 09:03:03 2005 UTC
(7 years, 7 months ago)
by
fw
File length: 34702 byte(s)
Diff to
previous 2482
,
to
selected 3051
r628@deneb: fw | 2005-10-14 10:35:43 +0200
bin/tracker_service.py (TrackerService.page_redirect):
New method. Invokes page_object_or_redirect.
(TrackerService.page_object):
Reimplement in terms of page_object_or_redirect.
(TrackerService.page_object_or_redirect):
Display an object page, or redirect to the correct page
(which can be external).
Revision
2482 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu Oct 20 09:02:12 2005 UTC
(7 years, 7 months ago)
by
fw
File length: 34189 byte(s)
Diff
to
selected 3051
r614@deneb: fw | 2005-10-13 22:12:28 +0200
Add new web front end.
bin/tracker_service.py, lib/python/web_support.py:
New files.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.