summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
Commit message (Expand)AuthorAgeFilesLines
* cve-check: sort the package list in the JSON reportRoss Burton2023-11-171-0/+2
* cve-update-nvd2-native: new CVE database fetcherMarta Rybczynska2023-06-271-2/+2
* cve-check: Fix false negative version issueGeoffrey GIRY2023-04-141-1/+4
* cve-check: write the cve manifest to IMGDEPLOYDIRJermain Horsman2023-02-131-3/+3
* cve-check: close cursors as soon as possibleRoss Burton2022-09-121-4/+9
* classes: cve-check: Get shared database lockJoshua Watt2022-09-121-11/+12
* classes/cve-check: Move get_patches_cves to libraryJoshua Watt2022-07-161-60/+2
* cve-check: hook cleanup to the BuildCompleted event, not CookerExitRoss Burton2022-07-151-1/+1
* cve-check: add support for Ignored CVEsMarta Rybczynska2022-07-081-12/+29
* cve-check: add coverage statistics on recipes with/without CVEsMarta Rybczynska2022-06-111-11/+37
* cve-check: write empty fragment files in the text modeMarta Rybczynska2022-06-111-14/+13
* cve-check: move update_symlinks to a libraryMarta Rybczynska2022-06-111-8/+3
* cve-check: Allow warnings to be disabledRichard Purdie2022-06-041-1/+2
* cve-check: Only include installed packages for rootfs manifestErnst Sjöstrand2022-06-041-15/+54
* cve-check: Add helper for symlink handlingErnst Sjöstrand2022-06-041-21/+13
* cve-check.bbclass: Added do_populate_sdk[recrdeptask].leimaohui2022-06-041-0/+1
* cve-check: Fix report generationMarta Rybczynska2022-05-241-8/+10
* cve-check: fix symlinks where link and output path are equalDavide Gardenal2022-05-141-8/+11
* cve-check: add JSON format to summary outputDavide Gardenal2022-05-141-18/+33
* cve-check: no need to depend on the fetch taskRoss Burton2022-05-141-1/+1
* cve-check: add json formatMarta Rybczynska2022-05-031-1/+143
* Revert "cve-check: add lockfile to task"Ross Burton2022-03-091-1/+0
* cve-check: get_cve_info should open the database read-onlyRoss Burton2022-03-091-1/+2
* cve-check: create directory of CVE_CHECK_MANIFEST before copyStefan Herbrechtsmeier2022-02-231-0/+1
* cve-check: add lockfile to taskKonrad Weihmann2022-01-221-0/+1
* cve-update-db-native: use fetch taskRoss Burton2022-01-221-1/+1
* cve-check: remove deprecated CVE_CHECK_CVE_WHITELISTMichael Opdenacker2021-08-181-3/+0
* cve-check: improve comment about CVE patch file namesMichael Opdenacker2021-08-181-3/+6
* cve-check: update link to NVD website for CVE detailsMichael Opdenacker2021-08-181-1/+1
* cve-check: fix commentsMichael Opdenacker2021-08-181-4/+4
* cve-check: add include/exclude layersakuster2021-08-181-0/+17
* cve-check.bbclass: add layer to cve logakuster2021-03-041-0/+4
* cve-check: add CVE_CHECK_REPORT_PATCHED variable to suppress reporting of pat...Chris Laplante2021-03-041-16/+22
* cve-check: introduce CVE_CHECK_RECIPE_FILE variable to allow changing of per-...Chris Laplante2021-03-041-4/+4
* cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang2021-02-101-4/+8
* cve-check: replace Looseversion with custom version classLee Chee Yang2021-02-101-5/+5
* cve-check: show real PN/PVRoss Burton2020-12-091-3/+6
* cve-check: avoid FileNotFoundError if no do_cve_check task has runChris Laplante2020-09-171-6/+7
* cve-check/cve-update-db-native: use lockfile to fix usage under multiconfigChris Laplante2020-09-171-0/+1
* cve-check.bbclass: always save cve reportakuster2020-09-171-0/+32
* cve-check: include epoch in product version outputRalph Siemsen2020-06-181-1/+1
* cve-check: Run it after do_fetchKhem Raj2020-06-051-1/+1
* cve-check: CPE version '-' as all versionLee Chee Yang2020-04-011-1/+1
* cve-check: fix ValueErrorChee Yang Lee2020-03-101-2/+2
* cve-check: show whitelisted statusChee Yang Lee2020-03-071-5/+7
* cve-check: fail gracefully when file not foundArmin Kuster2019-12-281-1/+8
* cve-check: Switch to NVD CVE JSON feed version 1.1Niko Mauno2019-12-091-1/+1
* cve-check: fetch CVE data once at a time instead of in a single callRoss Burton2019-11-211-10/+10
* cve-check: neaten get_cve_infoRoss Burton2019-11-211-13/+5
* cve-check: rewrite look to fix false negativesRoss Burton2019-11-211-29/+34