summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/cve_check.py
Commit message (Expand)AuthorAgeFilesLines
* cve-check: extract extending CVE_STATUS to library functionPeter Marko2025-04-241-0/+22
* lib/oe/cve_check: Mark variable flag dependenciesJoshua Watt2025-04-161-0/+2
* meta/lib/oe/cve_check.py: fix patched_cves not updatedhongxu2025-01-121-1/+1
* cve-check: Rework patch parsingColin McAllister2025-01-081-54/+112
* cve-check: Fix errors in log linesColin McAllister2025-01-081-3/+10
* cve-check: fix malformed cve status description with : charactersPeter Marko2024-11-011-1/+1
* cve-check: do not skip cve status description after :Peter Marko2024-11-011-1/+1
* cve-check: annotate CVEs during analysisMarta Rybczynska2024-08-201-6/+29
* cve-check: encode affected product/vendor in CVE_STATUSMarta Rybczynska2024-08-201-9/+30
* cve_check: cleanup loggingRoss Burton2024-01-231-7/+6
* cve_check: handle CVE_STATUS being set to the empty stringRoss Burton2024-01-231-2/+2
* cve-check: don't warn if a patch is remoteRoss Burton2023-11-031-5/+6
* cve-check: slightly more verbose warning when adding the same package twiceRoss Burton2023-10-261-1/+1
* cve_check: Fix cpe_id generationJasper Orschulko2023-08-221-1/+1
* cve-check: add option to add additional patched CVEsAndrej Valek2023-07-191-0/+25
* cve-check: Fix false negative version issueGeoffrey GIRY2023-03-301-0/+39
* cve-check: Don't use f-stringsErnst Sjöstrand2022-08-141-1/+1
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+6
* cve-check: move update_symlinks to a libraryMarta Rybczynska2022-06-061-0/+10
* cve_check: skip remote patches that haven't been fetched when searching for C...Ross Burton2022-04-281-2/+3
* cve-check: add json formatMarta Rybczynska2022-03-301-0/+16
* classes/cve-check: Move get_patches_cves to libraryJoshua Watt2021-08-131-0/+83
* cve-check: CVE_VERSION_SUFFIX to work with patched releaseLee Chee Yang2021-03-201-1/+6
* cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioningLee Chee Yang2021-01-301-19/+21
* cve-check: replace Looseversion with custom version classLee Chee Yang2021-01-231-0/+58