summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/cve-update-db-native.bb
Commit message (Expand)AuthorAgeFilesLines
* cve-update-db-native: show IP on failureRoss Burton2023-02-131-1/+4
* cve-update-db-native: avoid incomplete updatesMarta Rybczynska2023-02-131-22/+61
* cve-update-db-native: add more logging when fetchingRoss Burton2023-02-131-1/+4
* cve-update-db-native: Allow to overrule the URL in a bbappend.jan2023-02-131-2/+2
* cve-update-db-native: add timeout to urlopen() callsFrank de Brabander2022-11-091-2/+7
* cve-check: close cursors as soon as possibleRoss Burton2022-09-121-23/+28
* cve-update-db-native: make it possible to disable database updatesMarta Rybczynska2022-06-111-2/+4
* cve-update-db-native: let the user to drive the update intervalMarta Rybczynska2022-05-141-1/+10
* cve-update-db-native: update the CVE database once a day onlyMarta Rybczynska2022-05-141-2/+2
* cve-update-db-native: use fetch taskRoss Burton2022-01-221-4/+5
* cve-update-db-native: skip on empty cpe23UriKonrad Weihmann2021-05-041-1/+6
* cve-update-db-native: consider version suffix when update CVE dbLee Chee Yang2021-03-281-1/+6
* cve-update-db-native: handle all-wildcard versionsRoss Burton2020-12-181-1/+6
* cve-update-db-native: remove unused variableChris Laplante2020-10-061-1/+0
* cve-update-db-native: move -journal checking into do_fetchChris Laplante2020-10-061-6/+8
* cve-update-db-native: be less magical about checking whether the cve-check cl...Chris Laplante2020-10-061-2/+1
* cve-update-db-native: use context manager for cve_fChris Laplante2020-09-171-4/+1
* cve-check/cve-update-db-native: use lockfile to fix usage under multiconfigChris Laplante2020-09-171-2/+3
* cve-update-db-native: add progress handlerChris Laplante2020-09-171-43/+47
* cve-update: handle baseMetricV2 as optionalKonrad Weihmann2020-08-071-4/+9
* cve-update-db-native: fix DB file version for '-'Lee Chee Yang2020-04-051-0/+3
* cve-check: CPE version '-' as all versionLee Chee Yang2020-04-011-1/+1
* cve-update-db-native: clean DB if temporary file existLee Chee Yang2020-03-291-1/+8
* cve-update-db-native: prevent fatal error cause by networkLee Chee Yang2020-03-291-1/+7
* cve-check: Switch to NVD CVE JSON feed version 1.1Niko Mauno2019-12-091-1/+1
* cve-update-db-native: clean up proxy handlingRoss Burton2019-11-211-26/+5
* cve-update-db-native: add an index on the CVE ID columnRoss Burton2019-11-211-0/+3
* cve-update-db-native: don't hardcode the database nameRoss Burton2019-11-211-2/+2
* cve-update-db-native: don't refresh more than once an hourRoss Burton2019-11-141-1/+9
* cve-update-db-native: fix https proxy issuesChin Huat Ang2019-07-261-11/+30
* cve-update-db-native: clean up JSON fetchingRoss Burton2019-07-221-17/+12
* cve-update-db-native: improve metadata parsingRoss Burton2019-07-221-8/+10
* cve-update-db-native: use executemany() to optimise CPE insertionRoss Burton2019-07-221-53/+32
* cve-update-db: actually inherit nativeRoss Burton2019-07-191-2/+1
* cve-update-db-native: use os.path.join instead of +Ross Burton2019-07-191-4/+4
* cve-update-db-native: Remove hash column from database.Pierre Le Magourou2019-07-191-14/+7
* cve-update-db-native: use SQL placeholders instead of format stringsRoss Burton2019-07-181-1/+1
* cve-update-db-native: Skip recipe when cve-check class is not loaded.Pierre Le Magourou2019-07-101-0/+5
* cve-update-db: Use NVD CPE data to populate PRODUCTS tablePierre Le Magourou2019-07-091-14/+74
* cve-check: Depends on cve-update-db-nativePierre Le Magourou2019-07-091-0/+143