summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorNeil McGovern <neilm@debian.org>2005-09-03 15:02:10 +0000
committerNeil McGovern <neilm@debian.org>2005-09-03 15:02:10 +0000
commit1a943e8a135f5b12582106589bd4001fdeae4c66 (patch)
tree01142769ec59983dc40a6e553683a1076bd06238 /data/DTSA/dtsa
parent83632fefd999961a98b925c7e1f3997e2c7d4634 (diff)
We now list DTSAs online. Hopefully.
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1798 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 2e00a5bcb6..a6ae7149c8 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -92,7 +92,7 @@ def process_dtsa(id):
def construct_dtsa_list(date, dtsa_id, cve, src, vuln_type, testing_fix):
l_f = open(os.getcwd() + "/list", "a")
# What do we need the date for?
- l_f.write("[01 Jan 1969] " + dtsa_id + " " + src + " - " + vuln_type + "\n")
+ l_f.write("[" + date + "] " + dtsa_id + " " + src + " - " + vuln_type + "\n")
cves = ""
if len(cve) > 0:
for i in cve:
@@ -193,7 +193,7 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
# ascii.write("Vendor advisory: " + vendor_advisory + "\n")
# else:
# ascii.write("Vendor advisory: Not available\n")
- cves = "CVE ID : "
+ cves = "CVE ID : "
if len(cve) > 0:
for i in cve:
cves += i

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