mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
support/scripts/pkg-stats: remove debug cruft
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -383,8 +383,6 @@ class CVE:
|
||||
if not hasattr(cve_affected_version, "version"):
|
||||
print("Cannot parse CVE affected version '%s'" % v["version_value"])
|
||||
continue
|
||||
print(pkg_version)
|
||||
print(cve_affected_version)
|
||||
return pkg_version <= cve_affected_version
|
||||
else:
|
||||
print("version_affected: %s" % v['version_affected'])
|
||||
|
||||
Reference in New Issue
Block a user