summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-11-03 17:23:20 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commitf7bffb351c59cc972d9141ac2ab5ee2c40e19547 (patch)
treeda6d847cf4407cefcdb9e548684e322a2da0bad4
parent115f6367f37095415f289fb6981cda9608ac72ff (diff)
downloadmeta-virtualization-f7bffb351c59cc972d9141ac2ab5ee2c40e19547.tar.gz
docs: add SECURITY.md and rename README.md
To be compliant with the recent yocto project security processes, add a SECURITY.md file that explains what to do if an issue is detected. This also renames README to README.md to be similar to other layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--README.md (renamed from README)0
-rw-r--r--SECURITY.md23
2 files changed, 23 insertions, 0 deletions
diff --git a/README b/README.md
index 7a848bb6..7a848bb6 100644
--- a/README
+++ b/README.md
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..9fe8a8e2
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,23 @@
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 mailing list as described in README.md
6If you have a patch ready, submit it following the same procedure as any other
7patch as described in the same file.
8
9If you are dealing with a not-yet released or urgent issue, please send a
10message to the layer maintainer, including as many details as
11possible: the software module affected, the recipe and its version,
12and any example code, if available.
13
14Branches maintained with security fixes
15---------------------------------------
16
17See [https://wiki.yoctoproject.org/wiki/Stable_Release_and_LTS Stable release and LTS]
18for detailed info regarding the policies and maintenance of Stable branches.
19
20The [https://wiki.yoctoproject.org/wiki/Releases Release page] contains a list of all
21releases of the Yocto Project. Versions in grey are no longer actively maintained with
22security patches, but well-tested patches may still be accepted for them for
23significant issues.