Skip to content

Commit 812dff3

Browse files
committed
update SECURITY.md based on latest EF proposal
1 parent ac80f7b commit 812dff3

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

SECURITY.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Security Policy
22

3-
Eclipse Ditto follows the [Eclipse Vulnerability Reporting Policy](https://www.eclipse.org/security/policy.php). Vulnerabilities are tracked by the Eclipse security team, in cooperation with the Ditto project leads. Fixing vulnerabilities is taken care of by the Ditto project committers, with assistance and guidance of the security team.
3+
Eclipse Ditto follows the [Eclipse Vulnerability Reporting Policy](https://www.eclipse.org/security/policy/).
4+
Vulnerabilities are tracked by the Eclipse security team, in cooperation with the Ditto project leads.
5+
Fixing vulnerabilities is taken care of by the Ditto project committers, with assistance and guidance of the security team.
6+
7+
## How To Report a Vulnerability
8+
9+
If you think you have found a vulnerability in this repository, please report it to us through coordinated disclosure.
10+
11+
**Please do not report security vulnerabilities through public issues, discussions, or change requests.**
12+
13+
Instead, report it using one of the following ways:
14+
15+
* Create a [confidential issue](https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/new?issuable_template=new_vulnerability) in the Eclipse Foundation Vulnerability Reporting Tracker
16+
17+
You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/).
18+
19+
Please include as much of the information listed below as you can to help us better understand and resolve the issue:
20+
21+
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
22+
* Affected version(s)
23+
* Impact of the issue, including how an attacker might exploit the issue
24+
* Step-by-step instructions to reproduce the issue
25+
* The location of the affected source code (tag/branch/commit or direct URL)
26+
* Full paths of source file(s) related to the manifestation of the issue
27+
* Configuration required to reproduce the issue
28+
* Log files that are related to this issue (if possible)
29+
* Proof-of-concept or exploit code (if possible)
30+
31+
This information will help us triage your report more quickly.
432

533
## Supported Versions
634

@@ -12,7 +40,3 @@ These versions of Eclipse Ditto are currently being supported with security upda
1240
| 3.9.x | :white_check_mark: |
1341
| 3.8.x | :white_check_mark: |
1442
| < 3.8.0 | :x: |
15-
16-
## Reporting a Vulnerability
17-
18-
Please report a found vulnerability here: [https://www.eclipse.org/security/](https://www.eclipse.org/security/)

0 commit comments

Comments
 (0)