mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
lib: sbom30: Add action statement for affected VEX statements
VEX Affected relationships have a mandatory action statement that indicates the mitigation for a vulnerability. Since we don't track this add a statement indicating that no mitigation is known. (From OE-Core rev: 39545c955474a43d11a45d74a88a5999b02cb8b3) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b34f84dce8
commit
5d7d2981bd
|
@ -685,6 +685,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet):
|
|||
to,
|
||||
spdxid_name="vex-affected",
|
||||
security_vexVersion=VEX_VERSION,
|
||||
security_actionStatement="Mitigation action unknown",
|
||||
)
|
||||
|
||||
def new_vex_ignored_relationship(self, from_, to, *, impact_statement):
|
||||
|
|
Loading…
Reference in New Issue
Block a user