diff options
author | Chee Yang Lee <chee.yang.lee@intel.com> | 2020-03-09 12:57:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-16 16:44:54 +0000 |
commit | c6f99b055ef6f47bedea0c1cf040e5fb69523eb9 (patch) | |
tree | 07a48b543f0b7d0e77aefc8cdb0215ec2d5f9d73 /meta/classes/ccmake.bbclass | |
parent | 8b1eccc311640190a590510e338f6631ecc59392 (diff) | |
download | poky-c6f99b055ef6f47bedea0c1cf040e5fb69523eb9.tar.gz |
cve-check: fix ValueError
fix below error for whitelisted recipe and recipe skip cve check.
Error:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_cve_check(d)
0003:
File: '/poky-master/meta/classes/cve-check.bbclass', lineno: 59, function: do_cve_check
0055: try:
0056: patched_cves = get_patches_cves(d)
0057: except FileNotFoundError:
0058: bb.fatal("Failure in searching patches")
*** 0059: whitelisted, patched, unpatched = check_cves(d, patched_cves)
0060: if patched or unpatched:
0061: cve_data = get_cve_info(d, patched + unpatched)
0062: cve_write_data(d, patched, unpatched, whitelisted, cve_data)
0063: else:
Exception: ValueError: not enough values to unpack (expected 3, got 2)
(From OE-Core rev: d8cfc309f9dd0dc8904ab18e5898770502ee2540)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 64a362bd2dd0b4f3165d5162adbc600826af66f8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/ccmake.bbclass')
0 files changed, 0 insertions, 0 deletions