The manual invocation of show-fixed-kernel-cves.py meant that one needs
to find the right kernel versions which is prone to off-by-ones when
reading the update section.
Automate this to save a manual step and prevent mistakes.
How to use/Testing done
# assuming you have all three repos scripts/coreos-overlay/portage-stable checked out in the current directory
flatcar-build-scripts/show-changes stable-3139.2.2 stable-3139.2.3
The manual invocation of show-fixed-kernel-cves.py meant that one needs to find the right kernel versions which is prone to off-by-ones when reading the update section. Automate this to save a manual step and prevent mistakes.
How to use/Testing done