mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Flatcar is in the NIST CPE dictionary. Let's programmatically build the `CPE_NAME` in the build process in order to be scanned. `CPE_NAME` is part of `/etc/os-release` with the following manual entry: ``` CPE_NAME= A CPE name for the operating system, in URI binding syntax, following the Common Platform Enumeration Specification[2] as proposed by the NIST. This field is optional. Example: "CPE_NAME="cpe:/o:fedoraproject:fedora:17"" ... [^2]: Common Platform Enumeration Specification http://scap.nist.gov/specifications/cpe/ ``` Which indicates that the current version of CPE is 2.3. Closes: https://github.com/flatcar-linux/Flatcar/issues/536 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Flatcar Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the Flatcar Container Linux SDK. To get started you can find our documentation on the Flatcar docs website.
Description
Languages
Shell
93.1%
Python
6.9%