diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-24 13:38:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-24 12:56:44 +0100 |
commit | 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae (patch) | |
tree | 4208f6914229499e74296ec84c3b97d122f74875 | |
parent | 524de686205b5d6736661d4532f5f98fee8589b7 (diff) | |
download | meta-mingw-dunfell.tar.gz |
SECURITY.md: add fileyocto-3.1.33yocto-3.1.32yocto-3.1.31yocto-3.1.30yocto-3.1.29dunfell-23.0.33dunfell-23.0.32dunfell-23.0.31dunfell-23.0.30dunfell-23.0.29dunfell
Add a SECURITY.md file with hints for security researchers and other
parties who might report potential security vulnerabilities.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | SECURITY.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..7d2ce1f --- /dev/null +++ b/SECURITY.md | |||
@@ -0,0 +1,24 @@ | |||
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 | ||
6 | [https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Security Security Bugzilla]. | ||
7 | If you have a patch ready, submit it following the same procedure as any other | ||
8 | patch as described in README.md. | ||
9 | |||
10 | If you are dealing with a not-yet released or urgent issue, please send a | ||
11 | message to security AT yoctoproject DOT org, including as many details as | ||
12 | possible: the layer or software module affected, the recipe and its version, | ||
13 | and any example code, if available. | ||
14 | |||
15 | Branches maintained with security fixes | ||
16 | --------------------------------------- | ||
17 | |||
18 | See [https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS Stable release and LTS] | ||
19 | for detailed info regarding the policies and maintenance of Stable branches. | ||
20 | |||
21 | The [https://wiki.yoctoproject.org/wiki/Releases Release page] contains a list of all | ||
22 | releases of the Yocto Project. Versions in grey are no longer actively maintained with | ||
23 | security patches, but well-tested patches may still be accepted for them for | ||
24 | significant issues. | ||