From 3fa8b30015ee5955726e5170a7dd6084d1cba132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Barbero?= Date: Thu, 30 May 2024 18:49:37 +0200 Subject: [PATCH] Create SECURITY.md Proposed security policy (from template https://gitlab.eclipse.org/security/best-practices/) --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..7cf59da363 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# How To Report a Vulnerability + +If you think you have found a vulnerability in Eclipse Tycho, you can report it using one of the following ways: + +* Contact the [Eclipse Foundation Security Team](mailto:security@eclipse-foundation.org) +* Create a [confidential issue](https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/new?issuable_template=new_vulnerability) + +You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/). + +# Supported Versions + +Latest major version only is supported. + +# Security Policy + +This project follows [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/security/policy/).