Author: joeyh Date: 2005-08-31 14:35:18 +0000 (Wed, 31 Aug 2005) New Revision: 1747 Modified: data/DTSA/dtsa Log: add a TODO line to list for new advisories Modified: data/DTSA/dtsa ==================================================================--- data/DTSA/dtsa 2005-08-31 14:34:03 UTC (rev 1746) +++ data/DTSA/dtsa 2005-08-31 14:35:18 UTC (rev 1747) @@ -94,6 +94,7 @@ # What do we need the date for? l_f.write("[01 Jan 1969] " + dtsa_id + " " + src + " - " + vuln_type + "\n") l_f.write("\t- " + src + " " + testing_fix + "\n") + l_f.write("\tTODO: unreleased\n") l_f.close() def export_html(src, data, vuln_type, cve, testing_fix, sid_fix, descr, vendor_advisory, id, rev):