summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
Commit message (Expand)AuthorAgeFilesLines
* cve-check: Log if CVE_STATUS set but not reported for componentSimone Weiß2024-02-241-0/+3
* Revert "cve-check: Modify judgment processing using "=" in version comparison"Ross Burton2023-12-051-1/+0
* cve-check: Modify judgment processing using "=" in version comparisonMatsunaga-Shinji2023-12-021-0/+1
* cve-check: sort the package list in the JSON reportRoss Burton2023-10-261-0/+2
* cve-check: add CVSS vector string to CVE database and reportsAntoine Lubineau2023-09-281-1/+4
* classes: Drop ';' delimiter from ROOTFS/IMAGE*COMMAND variablesRichard Purdie2023-09-091-1/+1
* cve-check: add option to add additional patched CVEsAndrej Valek2023-07-191-13/+68
* image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_N...Martin Jansa2023-06-291-2/+2
* cve-update-nvd2-native: new CVE database fetcherMarta Rybczynska2023-04-011-2/+2
* cve-check: Fix false negative version issueGeoffrey GIRY2023-03-301-1/+4
* cve-check: write the cve manifest to IMGDEPLOYDIRJermain Horsman2023-01-181-3/+3
* cve-check: close cursors as soon as possibleRoss Burton2022-09-021-4/+9
* classes: cve-check: Get shared database lockJoshua Watt2022-08-311-11/+12
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* cve-check: hook cleanup to the BuildCompleted event, not CookerExitRoss Burton2022-06-301-1/+1
* cve-check: add support for Ignored CVEsMarta Rybczynska2022-06-171-13/+30
* cve-check: fix return type in check_cvesMarta Rybczynska2022-06-061-1/+1
* cve-check: write empty fragment files in the text modeMarta Rybczynska2022-06-061-14/+13
* cve-check: move update_symlinks to a libraryMarta Rybczynska2022-06-061-8/+3
* cve-check: Allow warnings to be disabledRichard Purdie2022-05-291-1/+2
* cve-check: Only include installed packages for rootfs manifestErnst Sjöstrand2022-05-271-15/+54
* cve-check: Add helper for symlink handlingErnst Sjöstrand2022-05-271-21/+13
* cve-check.bbclass: Added do_populate_sdk[recrdeptask].leimaohui2022-05-231-0/+1
* cve-check: Fix report generationMarta Rybczynska2022-05-171-8/+10
* cve-check: fix symlinks where link and output path are equalDavide Gardenal2022-05-041-8/+11
* cve-check: add JSON format to summary outputDavide Gardenal2022-05-041-18/+33
* cve-check: no need to depend on the fetch taskRoss Burton2022-04-281-1/+1
* cve-check: add coverage statistics on recipes with/without CVEsMarta Rybczynska2022-03-301-11/+40
* cve-check: add json formatMarta Rybczynska2022-03-301-1/+143
* meta/scripts: Improve internal variable namingSaul Wold2022-03-101-15/+16
* Revert "cve-check: add lockfile to task"Ross Burton2022-02-271-1/+0
* cve-check: get_cve_info should open the database read-onlyRoss Burton2022-02-251-1/+2
* meta/scripts: Automated conversion of OE renamed variablesRichard Purdie2022-02-211-5/+5
* cve-check: create directory of CVE_CHECK_MANIFEST before copyStefan Herbrechtsmeier2022-02-071-0/+1
* cve-check: add lockfile to taskKonrad Weihmann2022-01-081-0/+1
* classes/cve-check: Move get_patches_cves to libraryJoshua Watt2021-08-131-60/+2
* cve-check: remove deprecated CVE_CHECK_CVE_WHITELISTMichael Opdenacker2021-08-121-3/+0
* cve-check: improve comment about CVE patch file namesMichael Opdenacker2021-08-061-3/+6
* cve-check: update link to NVD website for CVE detailsMichael Opdenacker2021-08-061-1/+1
* cve-check: fix commentsMichael Opdenacker2021-08-061-4/+4
* Convert to new override syntaxRichard Purdie2021-08-021-1/+1
* cve-check: add include/exclude layersakuster2021-02-091-0/+17
* cve-check.bbclass: add layer to cve logakuster2021-02-091-0/+4
* cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang2021-01-301-4/+8
* cve-check: replace Looseversion with custom version classLee Chee Yang2021-01-231-5/+5
* cve-check: show real PN/PVRoss Burton2020-11-241-3/+6
* cve-check: add CVE_CHECK_REPORT_PATCHED variable to suppress reporting of pat...Chris Laplante2020-09-301-16/+22
* cve-check: introduce CVE_CHECK_RECIPE_FILE variable to allow changing of per-...Chris Laplante2020-09-301-4/+4
* cve-update-db-native: use fetch taskRoss Burton2020-09-121-1/+1