]> code.ossystems Code Review - openembedded-core.git/commit
cve-check: get_cve_info should open the database read-only
authorRoss Burton <ross@burtonini.com>
Wed, 23 Feb 2022 12:54:31 +0000 (12:54 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 7 Mar 2022 02:52:04 +0000 (10:52 +0800)
commit3c79237085169b96cc56910b08263437cad09e4d
tree0c1524d3fddbec89efc00f9628ee5ad3b31cef73
parent04c5f72add897fe2ef09b5ac0983ede8a36e7816
cve-check: get_cve_info should open the database read-only

All of the function in cve-check should open the database read-only, as
the only writer is the fetch task in cve-update-db.  However,
get_cve_info() was failing to do this, which might be causing locking
issues with sqlite.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8de517238f1f418d9af1ce312d99de04ce2e26fc)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/cve-check.bbclass