summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-12-17 11:24:16 -0600
committerRyan Eatmon <reatmon@ti.com>2024-12-19 15:54:58 -0600
commit4213a71a8eaed4a57562c0608f9ba29efc39eede (patch)
tree5d50d300eb0eb35ce528b1dddde5475ec15eb6a1
parent94d038be8db2218623a76f59d1d280edeb10f589 (diff)
downloadmeta-ti-4213a71a8eaed4a57562c0608f9ba29efc39eede.tar.gz
meta-beagle: Add SECURITY file
Add missing SECURITY file required by yocto-check-layer. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/SECURITY20
1 files changed, 20 insertions, 0 deletions
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 @@
1How to Report a Potential Vulnerability?
2========================================
3
4If you would like to report a public issue (for example, one with a released
5CVE number), please report it to the mailing list:
6
7 https://lists.yoctoproject.org/g/meta-ti
8
9If you are dealing with a not-yet released or urgent issue, please send a
10message to one of the maintainers listed in the README. Include as many
11details as possible:
12 - the layer or software module affected
13 - the recipe and its version
14 - any example code, if available
15
16Branches maintained with security fixes
17---------------------------------------
18
19See https://wiki.yoctoproject.org/wiki/Releases for the list of current
20releases. We only accept patches for the LTS releases and the master branch.