summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/sbom30.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/sbom30.py b/meta/lib/oe/sbom30.py
index 0595ebd41c..227ac51877 100644
--- a/meta/lib/oe/sbom30.py
+++ b/meta/lib/oe/sbom30.py
@@ -685,6 +685,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet):
685 to, 685 to,
686 spdxid_name="vex-affected", 686 spdxid_name="vex-affected",
687 security_vexVersion=VEX_VERSION, 687 security_vexVersion=VEX_VERSION,
688 security_actionStatement="Mitigation action unknown",
688 ) 689 )
689 690
690 def new_vex_ignored_relationship(self, from_, to, *, impact_statement): 691 def new_vex_ignored_relationship(self, from_, to, *, impact_statement):