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