diff mbox series

[scarthgap,13/13] meta-beagle: Add SECURITY file

Message ID 20241218204923.2601088-13-denis@denix.org
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [scarthgap,01/13] conf/machine: rename beagleplay machine to beagleplay-ti | expand

Commit Message

Denys Dmytriyenko Dec. 18, 2024, 8:49 p.m. UTC
From: Ryan Eatmon <reatmon@ti.com>

Add missing SECURITY file required by yocto-check-layer.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-beagle/SECURITY | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-beagle/SECURITY
diff mbox series

Patch

diff --git a/meta-beagle/SECURITY b/meta-beagle/SECURITY
new file mode 100644
index 00000000..367adc34
--- /dev/null
+++ b/meta-beagle/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.