Skip to content

Commit 39e115f

Browse files
committed
chore: required documentation for release
Signed-off-by: Marc Nuri <[email protected]>
1 parent b813857 commit 39e115f

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
For information related to contributing to Eclipse JKube, please check out the
44
[Contributing](https://www.eclipse.org/jkube/contributing)
55
section at the [Eclipse JKube](https://www.eclipse.org/jkube/) site.
6+
7+
## Legal
8+
9+
All original contributions to Eclipse JKube are licensed under the
10+
[Eclipse Public License - v2.0.](https://github.com/eclipse/jkube/blob/master/LICENSE)
11+
12+
First step before submitting any pull request is singing an
13+
[Eclipse Contributor Agreement](https://accounts.eclipse.org/user/eca).

SECURITY.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!--- https://www.eclipse.org/security/ --->
2+
_ISO 27005 defines vulnerability as:
3+
"A weakness of an asset or group of assets that can be exploited by one or more threats."_
4+
5+
## The Eclipse Security Team
6+
7+
The Eclipse Security Team provides help and advice to Eclipse projects
8+
on vulnerability issues and is the first point of contact
9+
for handling security vulnerabilities.
10+
Members of the Security Team are committers on Eclipse Projects
11+
and members of the Eclipse Architecture Council.
12+
13+
Contact the [Eclipse Security Team](mailto:[email protected]).
14+
15+
**Note that, as a matter of policy, the security team does not open attachments.**
16+
17+
## Reporting a Security Vulnerability
18+
19+
Vulnerabilities can be reported either via email to the Eclipse Security Team
20+
or directly with a project via the Eclipse Foundation's Bugzilla instance.
21+
22+
The general security mailing list address is [email protected].
23+
Members of the Eclipse Security Team will receive messages sent to this address.
24+
This address should be used only for reporting undisclosed vulnerabilities;
25+
regular issue reports and questions unrelated to vulnerabilities in Eclipse software
26+
will be ignored.
27+
Note that this email address is not encrypted.
28+
29+
The community is also encouraged to report vulnerabilities using the
30+
[Eclipse Foundation's Bugzilla instance](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=Vulnerability%20Reports&keywords=security&groups=Security_Advisories).
31+
Note that you will require an Eclipse Foundation account to create an issue report,
32+
but by doing so you will be able to participate directly in the resolution of the issue.
33+
34+
Issue reports related to vulnerabilities must be marked as "committers-only",
35+
either automatically by clicking the provided link, by the reporter,
36+
or by a committer during the triage process.
37+
Note that issues marked "committers-only" are visible to all Eclipse committers.
38+
By default, a "committers-only" issue is also accessible to the reporter
39+
and individuals explicitly indicated in the "cc" list.
40+
41+
## Disclosure
42+
43+
Disclosure is initially limited to the reporter and all Eclipse Committers,
44+
but is expanded to include other individuals, and the general public.
45+
The timing and manner of disclosure is governed by the
46+
[Eclipse Security Policy](https://www.eclipse.org/security/policy.php).
47+
48+
Publicly disclosed issues are listed on the
49+
[Disclosed Vulnerabilities Page](https://www.eclipse.org/security/known.php).

0 commit comments

Comments
 (0)