| Commit message (Expand) | Author | Age | Files | Lines |
* | cve-check: annotate CVEs during analysis | Marta Rybczynska | 2024-08-20 | 1 | -98/+110 |
* | cve-check: encode affected product/vendor in CVE_STATUS | Marta Rybczynska | 2024-08-20 | 1 | -12/+12 |
* | cve_check: Use a local copy of the database during builds | Richard Purdie | 2024-08-05 | 1 | -3/+4 |
* | cve-check: Introduce CVE_CHECK_MANIFEST_JSON_SUFFIX | Aleksandar Nikolic | 2024-06-24 | 1 | -2/+4 |
* | cve-check: Log if CVE_STATUS set but not reported for component | Simone Weiß | 2024-02-24 | 1 | -0/+3 |
* | Revert "cve-check: Modify judgment processing using "=" in version comparison" | Ross Burton | 2023-12-05 | 1 | -1/+0 |
* | cve-check: Modify judgment processing using "=" in version comparison | Matsunaga-Shinji | 2023-12-02 | 1 | -0/+1 |
* | cve-check: sort the package list in the JSON report | Ross Burton | 2023-10-26 | 1 | -0/+2 |
* | cve-check: add CVSS vector string to CVE database and reports | Antoine Lubineau | 2023-09-28 | 1 | -1/+4 |
* | classes: Drop ';' delimiter from ROOTFS/IMAGE*COMMAND variables | Richard Purdie | 2023-09-09 | 1 | -1/+1 |
* | cve-check: add option to add additional patched CVEs | Andrej Valek | 2023-07-19 | 1 | -13/+68 |
* | image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_N... | Martin Jansa | 2023-06-29 | 1 | -2/+2 |
* | cve-update-nvd2-native: new CVE database fetcher | Marta Rybczynska | 2023-04-01 | 1 | -2/+2 |
* | cve-check: Fix false negative version issue | Geoffrey GIRY | 2023-03-30 | 1 | -1/+4 |
* | cve-check: write the cve manifest to IMGDEPLOYDIR | Jermain Horsman | 2023-01-18 | 1 | -3/+3 |
* | cve-check: close cursors as soon as possible | Ross Burton | 2022-09-02 | 1 | -4/+9 |
* | classes: cve-check: Get shared database lock | Joshua Watt | 2022-08-31 | 1 | -11/+12 |
* | classes: Add SPDX license identifiers | Richard Purdie | 2022-08-12 | 1 | -0/+2 |
* | classes: Add copyright statements to files without one | Richard Purdie | 2022-08-12 | 1 | -0/+4 |
* | cve-check: hook cleanup to the BuildCompleted event, not CookerExit | Ross Burton | 2022-06-30 | 1 | -1/+1 |
* | cve-check: add support for Ignored CVEs | Marta Rybczynska | 2022-06-17 | 1 | -13/+30 |
* | cve-check: fix return type in check_cves | Marta Rybczynska | 2022-06-06 | 1 | -1/+1 |
* | cve-check: write empty fragment files in the text mode | Marta Rybczynska | 2022-06-06 | 1 | -14/+13 |
* | cve-check: move update_symlinks to a library | Marta Rybczynska | 2022-06-06 | 1 | -8/+3 |
* | cve-check: Allow warnings to be disabled | Richard Purdie | 2022-05-29 | 1 | -1/+2 |
* | cve-check: Only include installed packages for rootfs manifest | Ernst Sjöstrand | 2022-05-27 | 1 | -15/+54 |
* | cve-check: Add helper for symlink handling | Ernst Sjöstrand | 2022-05-27 | 1 | -21/+13 |
* | cve-check.bbclass: Added do_populate_sdk[recrdeptask]. | leimaohui | 2022-05-23 | 1 | -0/+1 |
* | cve-check: Fix report generation | Marta Rybczynska | 2022-05-17 | 1 | -8/+10 |
* | cve-check: fix symlinks where link and output path are equal | Davide Gardenal | 2022-05-04 | 1 | -8/+11 |
* | cve-check: add JSON format to summary output | Davide Gardenal | 2022-05-04 | 1 | -18/+33 |
* | cve-check: no need to depend on the fetch task | Ross Burton | 2022-04-28 | 1 | -1/+1 |
* | cve-check: add coverage statistics on recipes with/without CVEs | Marta Rybczynska | 2022-03-30 | 1 | -11/+40 |
* | cve-check: add json format | Marta Rybczynska | 2022-03-30 | 1 | -1/+143 |
* | meta/scripts: Improve internal variable naming | Saul Wold | 2022-03-10 | 1 | -15/+16 |
* | Revert "cve-check: add lockfile to task" | Ross Burton | 2022-02-27 | 1 | -1/+0 |
* | cve-check: get_cve_info should open the database read-only | Ross Burton | 2022-02-25 | 1 | -1/+2 |
* | meta/scripts: Automated conversion of OE renamed variables | Richard Purdie | 2022-02-21 | 1 | -5/+5 |
* | cve-check: create directory of CVE_CHECK_MANIFEST before copy | Stefan Herbrechtsmeier | 2022-02-07 | 1 | -0/+1 |
* | cve-check: add lockfile to task | Konrad Weihmann | 2022-01-08 | 1 | -0/+1 |
* | classes/cve-check: Move get_patches_cves to library | Joshua Watt | 2021-08-13 | 1 | -60/+2 |
* | cve-check: remove deprecated CVE_CHECK_CVE_WHITELIST | Michael Opdenacker | 2021-08-12 | 1 | -3/+0 |
* | cve-check: improve comment about CVE patch file names | Michael Opdenacker | 2021-08-06 | 1 | -3/+6 |
* | cve-check: update link to NVD website for CVE details | Michael Opdenacker | 2021-08-06 | 1 | -1/+1 |
* | cve-check: fix comments | Michael Opdenacker | 2021-08-06 | 1 | -4/+4 |
* | Convert to new override syntax | Richard Purdie | 2021-08-02 | 1 | -1/+1 |
* | cve-check: add include/exclude layers | akuster | 2021-02-09 | 1 | -0/+17 |
* | cve-check.bbclass: add layer to cve log | akuster | 2021-02-09 | 1 | -0/+4 |
* | cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning | Lee Chee Yang | 2021-01-30 | 1 | -4/+8 |
* | cve-check: replace Looseversion with custom version class | Lee Chee Yang | 2021-01-23 | 1 | -5/+5 |