summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-09-01 20:34:49 +0000
committerJoey Hess <joeyh@debian.org>2005-09-01 20:34:49 +0000
commitc6126af7b2ece494118b51077a368a4ea43faec1 (patch)
tree621048c2cc70defa4ee779c514ff1974b58c5a7b /data/DTSA/dtsa
parent6190ba422af25ab454e0bab4c25f6d29f1ef5ff2 (diff)
add references to list for cve ids
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1774 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index ed8b40bd77..2a817e103f 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -83,16 +83,17 @@ def process_dtsa(id):
print "You can publish it with the sndadvisory script"
print
- construct_dtsa_list(date, dtsa_id, src, vuln_type, testing_fix)
+ construct_dtsa_list(date, dtsa_id, cve, src, vuln_type, testing_fix)
print "Added new DTSA to the list of DTSAs"
print
# This adds a published DTSA to the list, so that it can be cross-referenced with DSAs and CVE IDs
-def construct_dtsa_list(date, dtsa_id, src, vuln_type, testing_fix):
+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("\t{" + cve "}\n")
l_f.write("\t- " + src + " " + testing_fix + "\n")
l_f.write("\tTODO: unreleased\n")
l_f.close()

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