diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-22 17:28:09 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-23 09:00:14 -0800 |
commit | f1e8d8a51063cdeabeef9e38681f77e8ba9e2259 (patch) | |
tree | 063619b571736a58cb3103547a4d24d52991bc1b /meta-networking | |
parent | e0c85bdc33b7df06a03607c1df704a402630592e (diff) | |
download | meta-openembedded-f1e8d8a51063cdeabeef9e38681f77e8ba9e2259.tar.gz |
meta: Add SECURITY.md file to all layers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/SECURITY.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-networking/SECURITY.md b/meta-networking/SECURITY.md new file mode 100644 index 000000000..153010323 --- /dev/null +++ b/meta-networking/SECURITY.md | |||
@@ -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.openembedded.org/g/openembedded-devel | ||
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. | ||