file ausgabe natürlich nur mit debug
Hanno Böck

Hanno Böck commited on 2007-12-19 11:15:20
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -117,10 +117,10 @@ for dir in args:
117 117
 
118 118
             if not (versioncompare(item['safe'].split('.'),findversion.split('.'))) or item['old_safe'].count(findversion)>0:
119 119
               if opts.ALL:
120
-                print "File "+mfile
120
+                if opts.DEBUG: print "File "+mfile
121 121
                 vulnprint(item['name'],findversion,"ok","",mfile,item['subdir'])
122 122
             else:
123
-              print "File "+mfile
123
+              if opts.DEBUG: print "File "+mfile
124 124
               vulnprint (item['name'],findversion,item['safe'],item['vuln'],mfile,item['subdir'])
125 125
 
126 126
           else:
127 127