Skip to content

Commit

Permalink
Merge pull request #163 from flatcar/tormath1/kernel
Browse files Browse the repository at this point in the history
show-fixed-kernel-cve: use Python interpreter
  • Loading branch information
tormath1 authored Aug 29, 2024
2 parents fa46a1d + 3770020 commit 705b7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion show-fixed-kernel-cves.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

"""
Helper to show which Linux kernel CVEs got fixed in a given version
Expand Down Expand Up @@ -102,4 +104,4 @@ def fixed_linux_cves(f, t):

cves = fixed_linux_cves(Version(options.from_version), Version(options.to_version))
if len(cves) > 0:
print(f"- Linux ({cves})")
print(f"{cves}")

0 comments on commit 705b7c1

Please sign in to comment.