]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cve-check: Fix errors in log lines
authorColin McAllister <colinmca242@gmail.com>
Mon, 30 Dec 2024 19:22:23 +0000 (19:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jan 2025 13:03:18 +0000 (13:03 +0000)
commitc9d059e8a362b3c9d604f7ebe8fd1dd994f0af6b
tree2027070fea0d7c319099efbb27c9e247e51a0e75
parent1c61a1eb9c4faa9ab32b0440bbdd88c22c3cd945
cve-check: Fix errors in log lines

Two warning lines in cve_check.py reference a variable that doesn't
exist. These would cause a runtime error if the conditions they are
hidden in were to be entered. The log lines have been updated to no
longer reference an undefined variable.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/cve_check.py