\n')
infras = [infra[6:] for infra in stats.keys() if infra.startswith("infra-")]
for infra in infras:
- f.write("
Packages using the %s infrastructure
%s
\n" %
+ f.write('
Packages using the %s infrastructure
%s
\n' %
(infra, stats["infra-%s" % infra]))
- f.write("
Packages having license information
%s
\n" %
+ f.write('
Packages having license information
%s
\n' %
stats["license"])
- f.write("
Packages not having license information
%s
\n" %
+ f.write('
Packages not having license information
%s
\n' %
stats["no-license"])
- f.write("
Packages having license files information
%s
\n" %
+ f.write('
Packages having license files information
%s
\n' %
stats["license-files"])
- f.write("
Packages not having license files information
%s
\n" %
+ f.write('
Packages not having license files information
%s
\n' %
stats["no-license-files"])
- f.write("
Packages having a hash file
%s
\n" %
+ f.write('
Packages having a hash file
%s
\n' %
stats["hash"])
- f.write("
Packages not having a hash file
%s
\n" %
+ f.write('
Packages not having a hash file
%s
\n' %
stats["no-hash"])
- f.write("
Total number of patches
%s
\n" %
+ f.write('
Total number of patches
%s
\n' %
stats["patches"])
- f.write("
Packages having a mapping on release-monitoring.org
%s
\n" %
+ f.write('
Packages having a mapping on release-monitoring.org
%s
\n' %
stats["rmo-mapping"])
- f.write("
Packages lacking a mapping on release-monitoring.org
%s
\n" %
+ f.write('
Packages lacking a mapping on release-monitoring.org
%s
\n' %
stats["rmo-no-mapping"])
- f.write("
Packages that are up-to-date
%s
\n" %
+ f.write('
Packages that are up-to-date
%s
\n' %
stats["version-uptodate"])
- f.write("
Packages that are not up-to-date
%s
\n" %
+ f.write('
Packages that are not up-to-date
%s
\n' %
stats["version-not-uptodate"])
- f.write("
Packages with no known upstream version
%s
\n" %
+ f.write('
Packages with no known upstream version
%s
\n' %
stats["version-unknown"])
- f.write("
Packages affected by CVEs
%s
\n" %
+ f.write('
Packages affected by CVEs
%s
\n' %
stats["pkg-cves"])
- f.write("
Total number of CVEs affecting all packages
%s
\n" %
+ f.write('
Total number of CVEs affecting all packages
%s
\n' %
stats["total-cves"])
- f.write("
Packages affected by unsure CVEs
%s
\n" %
+ f.write('
Packages affected by unsure CVEs
%s
\n' %
stats["pkg-unsure-cves"])
- f.write("
Total number of unsure CVEs affecting all packages
%s
\n" %
+ f.write('
Total number of unsure CVEs affecting all packages
%s
\n' %
stats["total-unsure-cves"])
- f.write("
Packages with CPE ID
%s
\n" %
+ f.write('
Packages with CPE ID
%s
\n' %
stats["cpe-id"])
- f.write("
Packages without CPE ID
%s
\n" %
+ f.write('
Packages without CPE ID
%s
\n' %
stats["no-cpe-id"])
- f.write("