summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cve-update-db-native: fix https proxy issuesChin Huat Ang2019-11-071-11/+30
* cve-update-db-native: clean up JSON fetchingRoss Burton2019-11-071-17/+12
* cve-update-db-native: improve metadata parsingRoss Burton2019-11-071-8/+10
* cve-update-db-native: use executemany() to optimise CPE insertionRoss Burton2019-11-071-53/+32
* cve-update-db: actually inherit nativeRoss Burton2019-11-071-2/+1
* cve-update-db-native: use os.path.join instead of +Ross Burton2019-11-071-4/+4
* cve-update-db-native: Remove hash column from database.Pierre Le Magourou2019-11-072-20/+13
* cve-update-db: Use NVD CPE data to populate PRODUCTS tablePierre Le Magourou2019-11-071-14/+74
* cve-update-db-native: use SQL placeholders instead of format stringsRoss Burton2019-11-071-1/+1
* cve-check: Replace CVE_CHECK_CVE_WHITELIST by CVE_CHECK_WHITELISTPierre Le Magourou2019-11-071-11/+11
* cve-check: allow comparison of Vendor as well as ProductRoss Burton2019-11-071-4/+8
* cve-check.bbclass: initialize to_appendMikko Rapeli2019-11-071-0/+1
* glibc: exclude child recipes from CVE scanningRoss Burton2019-11-074-3/+10
* cve-check-tool: removeRoss Burton2019-11-076-565/+0
* cve-check: remove redundant readline CVE whitelistingRoss Burton2019-11-071-4/+9
* cve-check: Update unpatched CVE matchingPierre Le Magourou2019-11-071-14/+40
* cve-check: Depends on cve-update-db-nativePierre Le Magourou2019-11-073-1/+3
* cve-update-db: Catch request.urlopen errors.Pierre Le Magourou2019-11-072-11/+24
* cve-update-db: do_populate_cve_db depends on do_fetchPierre Le Magourou2019-11-071-8/+13
* cve-update-db: Manage proxy if needed.Pierre Le Magourou2019-11-071-2/+9
* cve-check: be idiomaticRoss Burton2019-11-071-8/+9
* cve-update-db: Use std library instead of urllib3Pierre Le Magourou2019-11-071-6/+4
* flac: also add flac to CVE_PRODUCTChen Qi2019-11-071-1/+1
* cve-check: Consider CVE that affects versions with less than operatorPierre Le Magourou2019-11-071-2/+14
* cve-check: Manage CVE_PRODUCT with more than one namePierre Le Magourou2019-11-071-11/+14
* cve-check: Remove dependency to cve-check-tool-nativePierre Le Magourou2019-11-071-45/+26
* cve-update-db: New recipe to update CVE databasePierre Le Magourou2019-11-072-1/+122
* uninative: Switch from bz2 to xzRichard Purdie2019-11-071-2/+2
* yocto-uninative: Update to 2.5 releaseRichard Purdie2019-11-071-3/+3
* bitbake: bitbake-worker child process create group before registering SIGTERM...Ivan Efimov2019-11-071-3/+5
* bitbake: tests/fetch: Resolve fetch error in bitbake-selftestArmin Kuster2019-11-071-2/+2
* devtool: Split tests into multiple classesRichard Purdie2019-04-251-52/+61
* oeqa: Default to buffer mode for testsRichard Purdie2019-04-256-13/+1
* oeqa/selftest/devtool: Ensure dbus is built befoe running testRichard Purdie2019-04-251-0/+2
* logging: use warning instead warnChen Qi2019-04-2516-48/+48
* lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+Khem Raj2019-04-251-2/+7
* wic: use explicit errno importRoss Burton2019-04-251-4/+5
* wic/engine: Fix missing parted autobuilder failuresRichard Purdie2019-04-251-3/+5
* wic/engine.py: Load paths from PATH environment variableWilliam Bourque2019-04-251-2/+7
* scripts/lib/wic/engine: Fix cp's target path for ext* filesystemsLeonardo Augusto2019-04-251-1/+1
* wic: search nonarch STAGING_DATADIR for multilibKai Kang2019-04-251-1/+9
* wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr outputGeoff Parker2019-04-251-2/+7
* scripts/wic: Be consistent about how we call bitbakeRichard Purdie2019-04-251-11/+5
* wic: Support for changing the imager.Davis, Michael2019-04-252-1/+3
* pkgdata.py: avoid target-sdk-dummy-provides to mess things upChen Qi2019-04-251-0/+1
* resulttool/manualexecution: Refactor and simplify codebaseYeoh Ee Peng2019-04-251-36/+20
* resulttool/manualexecution: Fixed step sorted by integerYeoh Ee Peng2019-04-251-1/+1
* resulttool/manualexecution: Enable display full steps without press enterYeoh Ee Peng2019-04-251-2/+3
* resulttool/manualexecution: Standardize input checkYeoh Ee Peng2019-04-251-2/+2
* resulttool: Allow extraction of ptest dataRichard Purdie2019-04-252-9/+32