diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-12-17 11:22:22 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-12-17 15:56:51 -0600 |
commit | df20c5b64af4ec080b7d055c50c4a5ebd3ee0ac2 (patch) | |
tree | fd6e53f0bc191f6f0b6f50a5077912651b3af434 | |
parent | e02c49fd97a3682b0724dd62cec19d017c363ce3 (diff) | |
download | meta-ti-df20c5b64af4ec080b7d055c50c4a5ebd3ee0ac2.tar.gz |
meta-beagle: Add SECURITY filecicd.master.202412200100
Add missing SECURITY file required by yocto-check-layer.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/SECURITY | 20 |
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 @@ | |||
1 | How to Report a Potential Vulnerability? | ||
2 | ======================================== | ||
3 | |||
4 | If you would like to report a public issue (for example, one with a released | ||
5 | CVE number), please report it to the mailing list: | ||
6 | |||
7 | https://lists.yoctoproject.org/g/meta-ti | ||
8 | |||
9 | If you are dealing with a not-yet released or urgent issue, please send a | ||
10 | message to one of the maintainers listed in the README. Include as many | ||
11 | details as possible: | ||
12 | - the layer or software module affected | ||
13 | - the recipe and its version | ||
14 | - any example code, if available | ||
15 | |||
16 | Branches maintained with security fixes | ||
17 | --------------------------------------- | ||
18 | |||
19 | See https://wiki.yoctoproject.org/wiki/Releases for the list of current | ||
20 | releases. We only accept patches for the LTS releases and the master branch. | ||