Links
Main
There is a universal distro-agnostic OVAL file which may used on any distro.
Distro specific
To get appropriate OVAL file you can use variables defined in `os-release` file where possible.
For example:
source /etc/os-release wget https://patches.kernelcare.com/oval/com.kernelcare.${ID}.${VERSION_ID}.xml oscap oval eval --report report.htm com.kernelcare.${ID}.${VERSION_ID}.xmlAlso, in case when you have the original OVAL url, you can just add `pathes.kernelcare.com/oval` prefix.
For example:
wget https://www.debian.org/security/oval/oval-definitions-bullseye.xml wget https://patches.kernelcare.com/oval/www.debian.org/security/oval/oval-definitions-bullseye.xml
Debian
Ubuntu
- Ubuntu 14.04 xml|bz2
- Ubuntu 16.04 xml|bz2
- Ubuntu 18.04 xml|bz2
- Ubuntu 20.04 xml|bz2
- Ubuntu 22.04 xml|bz2
- Ubuntu 24.04 xml|bz2