From 6d3420958a32233c624fc53220f61a975be20c27 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 15 Nov 2024 14:15:09 -0600 Subject: SECURITY: Add file Add a SECURITY file with hints for security researchers and other parties who might report potential security vulnerabilities. Signed-off-by: Ryan Eatmon Acked-by: Denys Dmytriyenko --- meta-ti-bsp/SECURITY | 20 ++++++++++++++++++++ meta-ti-extras/SECURITY | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 meta-ti-bsp/SECURITY create mode 100644 meta-ti-extras/SECURITY diff --git a/meta-ti-bsp/SECURITY b/meta-ti-bsp/SECURITY new file mode 100644 index 00000000..367adc34 --- /dev/null +++ b/meta-ti-bsp/SECURITY @@ -0,0 +1,20 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to the mailing list: + + https://lists.yoctoproject.org/g/meta-ti + +If you are dealing with a not-yet released or urgent issue, please send a +message to one of the maintainers listed in the README. Include as many +details as possible: + - the layer or software module affected + - the recipe and its version + - any example code, if available + +Branches maintained with security fixes +--------------------------------------- + +See https://wiki.yoctoproject.org/wiki/Releases for the list of current +releases. We only accept patches for the LTS releases and the master branch. diff --git a/meta-ti-extras/SECURITY b/meta-ti-extras/SECURITY new file mode 100644 index 00000000..367adc34 --- /dev/null +++ b/meta-ti-extras/SECURITY @@ -0,0 +1,20 @@ +How to Report a Potential Vulnerability? +======================================== + +If you would like to report a public issue (for example, one with a released +CVE number), please report it to the mailing list: + + https://lists.yoctoproject.org/g/meta-ti + +If you are dealing with a not-yet released or urgent issue, please send a +message to one of the maintainers listed in the README. Include as many +details as possible: + - the layer or software module affected + - the recipe and its version + - any example code, if available + +Branches maintained with security fixes +--------------------------------------- + +See https://wiki.yoctoproject.org/wiki/Releases for the list of current +releases. We only accept patches for the LTS releases and the master branch. -- cgit v1.2.3-54-g00ecf