Message ID | 20190617160648.8506-2-ferruh.yigit@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | [1/2] doc/security: clarify pre-release end of the embargo date | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | success | Compilation OK |
> -----Original Message----- > From: Yigit, Ferruh > Sent: Monday, June 17, 2019 5:07 PM > To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko > <marko.kovacevic@intel.com> > Cc: dev@dpdk.org; Thomas Monjalon <thomas@monjalon.net>; Maxime Coquelin > <maxime.coquelin@redhat.com> > Subject: [PATCH 2/2] doc/security: clarify experimental API status > > Explicitly note that experimental APIs also part of security process. > Acked-by: John McNamara <john.mcnamara@intel.com>
diff --git a/doc/guides/contributing/vulnerability.rst b/doc/guides/contributing/vulnerability.rst index 0d8432d56..a69da0d36 100644 --- a/doc/guides/contributing/vulnerability.rst +++ b/doc/guides/contributing/vulnerability.rst @@ -8,7 +8,7 @@ Scope ----- Only the main repositories (dpdk and dpdk-stable) of the core project -are in the scope of this security process. +are in the scope of this security process (including experimental APIs). If a stable branch is declared unmaintained (end of life), no fix will be applied.
Explicitly note that experimental APIs also part of security process. Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> --- doc/guides/contributing/vulnerability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)