diff options
-rw-r--r-- | README.md (renamed from README) | 0 | ||||
-rw-r--r-- | SECURITY.md | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..9fe8a8e2 --- /dev/null +++ b/SECURITY.md | |||
@@ -0,0 +1,23 @@ | |||
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 using the mailing list as described in README.md | ||
6 | If you have a patch ready, submit it following the same procedure as any other | ||
7 | patch as described in the same file. | ||
8 | |||
9 | If you are dealing with a not-yet released or urgent issue, please send a | ||
10 | message to the layer maintainer, including as many details as | ||
11 | possible: the software module affected, the recipe and its version, | ||
12 | and any example code, if available. | ||
13 | |||
14 | Branches maintained with security fixes | ||
15 | --------------------------------------- | ||
16 | |||
17 | See [https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS Stable release and LTS] | ||
18 | for detailed info regarding the policies and maintenance of Stable branches. | ||
19 | |||
20 | The [https://wiki.yoctoproject.org/wiki/Releases Release page] contains a list of all | ||
21 | releases of the Yocto Project. Versions in grey are no longer actively maintained with | ||
22 | security patches, but well-tested patches may still be accepted for them for | ||
23 | significant issues. | ||