diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-19 14:12:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-20 10:42:23 -0800 |
commit | 458566f290258d1fe63e95893bae143d9e2ab8e1 (patch) | |
tree | 467b055544454e5575bad7864d0c16df2eccb62e | |
parent | 9dc2588e34eaf27768d9606d3db2f533f0b9410b (diff) | |
download | meta-clang-458566f290258d1fe63e95893bae143d9e2ab8e1.tar.gz |
SECURITY: Add readme file for security issue reporting
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | SECURITY | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/SECURITY b/SECURITY new file mode 100644 index 0000000..952b125 --- /dev/null +++ b/SECURITY | |||
@@ -0,0 +1,20 @@ | |||
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 via Github issues: | ||
6 | |||
7 | https://github.com/kraj/meta-clang/issues/new/choose | ||
8 | |||
9 | If you are dealing with a not-yet released or urgent issue, please send a | ||
10 | message to one of the maintainers listed in the README. Include as many | ||
11 | details as possible: | ||
12 | - the layer or software module affected | ||
13 | - the recipe and its version | ||
14 | - any example code, if available | ||
15 | |||
16 | Branches maintained with security fixes | ||
17 | --------------------------------------- | ||
18 | |||
19 | See https://wiki.yoctoproject.org/wiki/Releases for the list of current | ||
20 | releases. We only accept patches for the LTS releases and the master branch. | ||