summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMarta Rybczynska <rybczynska@gmail.com>2023-10-24 13:38:38 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-24 05:28:15 -1000
commit70f4bd1b3c3a1e9711dc7202a6068b36ad77d218 (patch)
tree9493c6ccb63fdee00b736c03dedb645fb7880c87 /bitbake
parent72ddfbc89aa94c2a4adfe2b8545c52fc2a0065ab (diff)
downloadpoky-70f4bd1b3c3a1e9711dc7202a6068b36ad77d218.tar.gz
bitbake: SECURITY.md: add file
Add a SECURITY.md file with hints for security researchers and other parties who might report potential security vulnerabilities. (Bitbake rev: 6c1ffa9091d0c53a100e8c8c15122d28642034bd) Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/SECURITY.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/bitbake/SECURITY.md b/bitbake/SECURITY.md
new file mode 100644
index 0000000000..7d2ce1f631
--- /dev/null
+++ b/bitbake/SECURITY.md
@@ -0,0 +1,24 @@
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 using the
6[https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Security Security Bugzilla].
7If you have a patch ready, submit it following the same procedure as any other
8patch as described in README.md.
9
10If you are dealing with a not-yet released or urgent issue, please send a
11message to security AT yoctoproject DOT org, including as many details as
12possible: the layer or software module affected, the recipe and its version,
13and any example code, if available.
14
15Branches maintained with security fixes
16---------------------------------------
17
18See [https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS Stable release and LTS]
19for detailed info regarding the policies and maintenance of Stable branches.
20
21The [https://wiki.yoctoproject.org/wiki/Releases Release page] contains a list of all
22releases of the Yocto Project. Versions in grey are no longer actively maintained with
23security patches, but well-tested patches may still be accepted for them for
24significant issues.