summaryrefslogtreecommitdiffstats
path: root/meta/classes/cve-check.bbclass
Commit message (Expand)AuthorAgeFilesLines
* 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
* cve-check: avoid FileNotFoundError if no do_cve_check task has runChris Laplante2020-09-101-6/+7
* cve-check/cve-update-db-native: use lockfile to fix usage under multiconfigChris Laplante2020-09-101-0/+1
* cve-check.bbclass: always save cve reportakuster2020-07-181-0/+32
* cve-check: include epoch in product version outputRalph Siemsen2020-06-041-1/+1
* cve-check: Run it after do_fetchKhem Raj2020-05-241-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
* cve-check: we don't actually need to unpack to checkRoss Burton2019-11-141-2/+1
* cve-check: failure to parse versions should be more visibleRoss Burton2019-11-041-2/+2
* cve-check: ensure all known CVEs are in the reportRoss Burton2019-10-311-2/+7
* cve-update-db-native: Remove hash column from database.Pierre Le Magourou2019-07-191-6/+6
* cve-check: Replace CVE_CHECK_CVE_WHITELIST by CVE_CHECK_WHITELISTPierre Le Magourou2019-07-191-11/+11
* cve-check: allow comparison of Vendor as well as ProductRoss Burton2019-07-181-4/+8
* cve-check.bbclass: initialize to_appendMikko Rapeli2019-07-181-0/+1
* glibc: exclude child recipes from CVE scanningRoss Burton2019-07-171-3/+1
* cve-check: remove redundant readline CVE whitelistingRoss Burton2019-07-171-4/+9
* cve-check: Update unpatched CVE matchingPierre Le Magourou2019-07-091-14/+40
* cve-check: Depends on cve-update-db-nativePierre Le Magourou2019-07-091-1/+1
* cve-update-db: Catch request.urlopen errors.Pierre Le Magourou2019-07-051-2/+3