Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cve-report.bbclass: add classmut | Andrii Bordunov via Openembedded-core | 2019-05-26 | 1 | -0/+216 |
| | | | | | | | | | | | | | | Implements "report_cve" and "report_patched" tasks. "report_patched" prepares image manifest with patched CVE info. "report_cve" runs cvert-* scripts to generate kernel and package CVE reports. You can configure it to set report filenames, reuse NVD feeds, stop after manifest generation and ignore specific classes, like native, nativesdk, etc. Signed-off-by: grygorii tertychnyi <gtertych@cisco.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | meta-security: Add a new .bbclass for meta-security layer. | mulhern | 2013-10-23 | 1 | -0/+7 |
Inheriting the class will cause the check_security function to run on the ROOTFS image. Currently the check_security function just invokes buck-security-native on the root filesystem of the image. |