genmd.py (13 lines): - line 32: # TODO: support bugzil.la URLs - line 265: elif line.startswith("vulnerable:"): # TODO: warn about obsolete field - line 287: elif line.startswith("risk: "): # TODO: warn about obsolete field - line 300: header = self.header # TODO: does this make a deep copy? - line 316: # TODO: also extract link text for bug titles - line 488: # TODO: use current date and release version - line 490: advisory.header["announced"] = "July 20, 2015 FIXME FIXME" - line 493: advisory.header["fixed_in"] = ["Firefox OS 2.2 FIXME FIXME"] - line 513: p.appendChild(root.createTextNode("TODO: Write a description")) - line 524: # TODO: for every bug: append li with bugzilla link - line 573: print "TODO: add 'fixed_in: %s' to %s" % (opt.fxosversion, bug_to_advisory[int(bugid)]) - line 595: print "\n\nHere's your TODO list:\n" - line 600: print "\nTODO buglist: https://bugzilla.mozilla.org/buglist.cgi?bug_id=%s" % ",".join(needs_advisory)