summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2007-05-22 18:56:15 +0000
committerStefan Fritsch <sf@sfritsch.de>2007-05-22 18:56:15 +0000
commit368fc7d530d8d36c25d9f313f99d16b28507b89d (patch)
tree0347cdaf75ad2df36e949f7f38555bf17e51a479 /data/DTSA/dtsa
parentca4d58d73a6b70a40ebb9755d0f7c62bb3279f08 (diff)
add [lenny] to DTSAs
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5899 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 3a16ed6864..9f21079585 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#!/usr/bin/python
import sys, getopt, os, glob
# TODO:
@@ -14,6 +13,7 @@ import sys, getopt, os, glob
# mailx package installed
announce_mail_address = "secure-testing-announce@lists.alioth.debian.org"
+testing_name = "lenny"
def print_usage():
print "dtsa [-p | -u] dtsa-id major number"
@@ -103,7 +103,7 @@ def construct_dtsa_list(date, dtsa_id, cve, src, vuln_type, testing_fix):
cves += i
cves += " "
l_f.write("\t{" + cves + "}\n")
- l_f.write("\t- " + src + " " + testing_fix + "\n")
+ l_f.write("\t[" + testing_name + "] - " + src + " " + testing_fix + "\n")
l_f.write("\tTODO: unreleased\n")
l_f.close()

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