@@ -9563,6 +9563,20 @@ system and gives an overview of their function and contents.
increases the SBOM size (potentially by several gigabytes for typical
images).
+ :term:`SPDX_INCLUDE_VEX`
+ This option controls what `VEX <https://cyclonedx.org/capabilities/vex/>`__
+ information will be present in the output SPDX documents.
+
+ It can take three different values:
+
+ - ``none``: disable all VEX data.
+
+ - ``current`` (default): include VEX data for vulnerabilities not already
+ fixed in the upstream source code.
+
+ - ``all``: get all known historical vulnerabilities, including those
+ already fixed upstream (warning: this can be large and slow).
+
:term:`SPDX_INVOKED_BY`
The base variable name describing the agent that invoked the build.
Each ``Build`` object in the SPDX output is linked to this agent with an
Added by commit b63f6f50458f ("classes/create-spdx-3.0: Add classes") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+)