From a9f73ef1bec28a548c492a600186ac40e8716d91 Mon Sep 17 00:00:00 2001 From: mtdelgadoa <55798452+mtdelgadoa@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:03:03 +0200 Subject: [PATCH] Update SECURITY.md Updated the reporting vulnerability process. --- SECURITY.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index aae127bef2..e2c4460f9a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,9 +1,29 @@ # How To Report a Vulnerability -If you think you have found a vulnerability in JDT LS you can report it using one of the following ways: +If you think you have found a vulnerability in this repository, please report it to us through coordinated disclosure. -* 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) +**Please do not report security vulnerabilities through public issues, discussions, or change requests.** + +Instead, report it using one of the following ways: + +* Create a [confidential issue](https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/new?issuable_template=new_vulnerability) in the Eclipse Foundation Vulnerability Reporting Tracker +* Report a [vulnerability](https://github.com///security/advisories/new) directly via private vulnerability reporting on GitHub + +You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/). + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting) +* Affected version(s) +* Impact of the issue, including how an attacker might exploit the issue +* Step-by-step instructions to reproduce the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Full paths of source file(s) related to the manifestation of the issue +* Configuration required to reproduce the issue +* Log files that are related to this issue (if possible) +* Proof-of-concept or exploit code (if possible) + +This information will help us triage your report more quickly. You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/).