[Secure-testing-commits] r13702 - lib/python

Michael Gilbert gilbert-guest at alioth.debian.org
Sun Jan 3 15:54:25 UTC 2010


Author: gilbert-guest
Date: 2010-01-03 15:54:25 +0000 (Sun, 03 Jan 2010)
New Revision: 13702

Modified:
   lib/python/security_db.py
Log:
attempt to fix latest tracker issue


Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py	2010-01-03 10:55:57 UTC (rev 13701)
+++ lib/python/security_db.py	2010-01-03 15:54:25 UTC (rev 13702)
@@ -1261,6 +1261,7 @@
             return
 
         pkgs = ""
+        status = "unknown"
         if len(unfixed_pkgs) > 0:
             if len(unfixed_pkgs) == 1:
                 pkgs += "package " + unfixed_pkgs[0] + " is "
@@ -1280,7 +1281,7 @@
         if len(undet_pkgs) == 1:
             pkgs += "package " + undet_pkgs[0] + " may be vulnerable but needs to be checked."
         else:
-            pkgs += "package " + ", ".join(undet_pkgs) + " may be vulnerable but need to be checked."
+            pkgs += "packages " + ", ".join(undet_pkgs) + " may be vulnerable but need to be checked."
 
         cursor.execute("""INSERT INTO bug_status
         (bug_name, release, status, reason)




More information about the Secure-testing-commits mailing list