From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 17 Feb 2025 08:25:04 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tjvV2-003O7I-1x for lore@lore.pengutronix.de; Mon, 17 Feb 2025 08:25:04 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tjvV1-0004Th-Ba; Mon, 17 Feb 2025 08:25:03 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tjvUR-0003mR-Sl; Mon, 17 Feb 2025 08:24:27 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tjvUR-001Mox-2F; Mon, 17 Feb 2025 08:24:27 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tjvUR-000DWG-25; Mon, 17 Feb 2025 08:24:27 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 17 Feb 2025 08:24:27 +0100 Message-Id: <20250217072427.51961-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250210101102.363875-1-rhi@pengutronix.de> References: <20250210101102.363875-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] doc: ref_make_variables: document new CVE variables X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 304a45f58b04a931fb9e688b8ced3d8ae39587fc. Michael [sent from post-receive hook] On Mon, 17 Feb 2025 08:24:27 +0100, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20250210101102.363875-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/doc/ref_make_variables.rst b/doc/ref_make_variables.rst > index 358701aab9e2..37748b09820e 100644 > --- a/doc/ref_make_variables.rst > +++ b/doc/ref_make_variables.rst > @@ -256,6 +256,18 @@ Package Definition > UTF-8 files the encoding can be specified with ``encoding=``. > See the section :ref:`licensing_in_packages` for more information. > > +``_CVE_PRODUCT`` > + The product ID in the `CVE Database `__, used for > + generating SBoM reports. > + It can be of the form ``:`` and contain multiple values > + separated by spaces if necessary. > + If not set, it defaults to ````. > + > +``_CVE_VERSION`` > + The version number in the `CVE Database `__, used for > + generating SBoM reports. > + If not set, it defaults to ``$(_VERSION)``. > + > For most packages the variables described above are undefined by default. > However, for cross and host packages these variables default to the value > of the corresponding target package if it exists.