Considering that *detail* is an actual variable, not a string, remove the
quotes to make the 'in' statement coherent.
Signed-off-by: João Marcos Costa (Schneider Electric) <joaomarcos.costa@bootlin.com>
Reviewed-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
# specified.
if (
include_vex != "all"
- and "detail" in ("fixed-version", "cpe-stable-backport")
+ and detail in ("fixed-version", "cpe-stable-backport")
):
bb.debug(1, "Skipping %s since it is already fixed upstream" % cve_id)
continue