summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2026-06-16 14:34:21 +0200
committerOlivier Deprez <olivier.deprez@arm.com>2026-06-17 12:02:21 +0200
commitb47650c693a9ba274682a9642eaf95eb79ca24a3 (patch)
tree8ac6855b7d68ada4e902feb27932f0cc434f9dca /.github
parentee2f5959c087bc836cb08c49719be584f17d1116 (diff)
downloadarm-trusted-firmware-b47650c693a9ba274682a9642eaf95eb79ca24a3.tar.gz
arm-trusted-firmware-b47650c693a9ba274682a9642eaf95eb79ca24a3.zip
docs: add github SECURITY.md file
Add .github/SECURITY.md file instructing how to report security issues. It advertises the TF-A security process in the UI of GitHub mirrors. As we already cover this information as part of TF-A and trustedfirmware.org's RTD, mention links to relevant pages. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I56b891531ecc0b58933edaf7211b16d802265a74
Diffstat (limited to '.github')
-rw-r--r--.github/SECURITY.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 000000000..e6de13711
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,5 @@
+# Security Handling
+
+For reporting a security vulnerability affecting TF-A please refer to [Security Handling](https://trustedfirmware-a.readthedocs.io/en/latest/process/security.html).
+
+For more general information on Trusted Firmware Security Incident Handling Process, please reach to [Trusted Firmware Security Center](https://general.docs.trustedfirmware.org/en/latest/security_center/index.html).