summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
AgeCommit message (Expand)Author
2023-10-26cve-check: sort the package list in the JSON reportRoss Burton
2023-09-28cve-check: add CVSS vector string to CVE database and reportsAntoine Lubineau
2023-09-09classes: Drop ';' delimiter from ROOTFS/IMAGE*COMMAND variablesRichard Purdie
2023-07-19cve-check: add option to add additional patched CVEsAndrej Valek
2023-06-29image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_N...Martin Jansa
2023-04-01cve-update-nvd2-native: new CVE database fetcherMarta Rybczynska
2023-03-30cve-check: Fix false negative version issueGeoffrey GIRY
2023-01-18cve-check: write the cve manifest to IMGDEPLOYDIRJermain Horsman
2022-09-02cve-check: close cursors as soon as possibleRoss Burton
2022-08-31classes: cve-check: Get shared database lockJoshua Watt
2022-08-12classes: Add SPDX license identifiersRichard Purdie
2022-08-12classes: Add copyright statements to files without oneRichard Purdie
2022-06-30cve-check: hook cleanup to the BuildCompleted event, not CookerExitRoss Burton
2022-06-17cve-check: add support for Ignored CVEsMarta Rybczynska
2022-06-06cve-check: fix return type in check_cvesMarta Rybczynska
2022-06-06cve-check: write empty fragment files in the text modeMarta Rybczynska
2022-06-06cve-check: move update_symlinks to a libraryMarta Rybczynska
2022-05-29cve-check: Allow warnings to be disabledRichard Purdie
2022-05-27cve-check: Only include installed packages for rootfs manifestErnst Sjöstrand
2022-05-27cve-check: Add helper for symlink handlingErnst Sjöstrand
2022-05-23cve-check.bbclass: Added do_populate_sdk[recrdeptask].leimaohui
2022-05-17cve-check: Fix report generationMarta Rybczynska
2022-05-04cve-check: fix symlinks where link and output path are equalDavide Gardenal
2022-05-04cve-check: add JSON format to summary outputDavide Gardenal
2022-04-28cve-check: no need to depend on the fetch taskRoss Burton
2022-03-30cve-check: add coverage statistics on recipes with/without CVEsMarta Rybczynska
2022-03-30cve-check: add json formatMarta Rybczynska
2022-03-09meta/scripts: Improve internal variable namingSaul Wold
2022-02-27Revert "cve-check: add lockfile to task"Ross Burton
2022-02-25cve-check: get_cve_info should open the database read-onlyRoss Burton
2022-02-21meta/scripts: Automated conversion of OE renamed variablesRichard Purdie
2022-02-07cve-check: create directory of CVE_CHECK_MANIFEST before copyStefan Herbrechtsmeier
2022-01-08cve-check: add lockfile to taskKonrad Weihmann
2021-08-13classes/cve-check: Move get_patches_cves to libraryJoshua Watt
2021-08-12cve-check: remove deprecated CVE_CHECK_CVE_WHITELISTMichael Opdenacker
2021-08-06cve-check: improve comment about CVE patch file namesMichael Opdenacker
2021-08-06cve-check: update link to NVD website for CVE detailsMichael Opdenacker
2021-08-06cve-check: fix commentsMichael Opdenacker
2021-07-30Convert to new override syntaxRichard Purdie
2021-02-09cve-check: add include/exclude layersakuster
2021-02-09cve-check.bbclass: add layer to cve logakuster
2021-01-30cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang
2021-01-23cve-check: replace Looseversion with custom version classLee Chee Yang
2020-11-24cve-check: show real PN/PVRoss Burton
2020-09-30cve-check: add CVE_CHECK_REPORT_PATCHED variable to suppress reporting of pat...Chris Laplante
2020-09-30cve-check: introduce CVE_CHECK_RECIPE_FILE variable to allow changing of per-...Chris Laplante
2020-09-11cve-update-db-native: use fetch taskRoss Burton
2020-09-09cve-check: avoid FileNotFoundError if no do_cve_check task has runChris Laplante
2020-09-09cve-check/cve-update-db-native: use lockfile to fix usage under multiconfigChris Laplante
2020-07-18cve-check.bbclass: always save cve reportakuster