You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,34 @@
1
1
# Security Policy
2
2
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.
4
32
5
33
## Supported Versions
6
34
@@ -12,7 +40,3 @@ These versions of Eclipse Ditto are currently being supported with security upda
12
40
| 3.9.x |:white_check_mark:|
13
41
| 3.8.x |:white_check_mark:|
14
42
| < 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