Remove duplication in the description when fixed-version, to be
consistent with the other status description.
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
"status": "Patched",
"detail": "fixed-version",
"summary": description,
- "description": f"fixed-version: Fixed from version {last_affected}"
+ "description": f"Fixed from version {last_affected}"
}
not_vulnerable += 1
elif backport_base == base_version: