Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Drafts/Security Policy"

 
Line 12: Line 12:
 
</div>
 
</div>
  
The Eclipse Security Policy provides guidance in dealing with Vulnerabilities affecting Eclipse software. An issue is considered a Vulnerability if the Eclipse software grants unintended access to data, or allows a computer to be compromised (hijacked) for purposes otherwise unintended by the owner. The primary target audience for this document is the Eclipse committers and project leadership who are involved in creation of Eclipse software and are--by extension--the first line of defense with respect to Vulnerability mitigation. The greater Eclipse community--including users and adopters of Eclipse Technology--is the secondary target audience.
+
The text of the policy has been moved to http://eclipse.org/security/policy.php.
 
+
==Overview==
+
 
+
The purpose of the Eclipse Security Policy is to set forth the general principles under which the Eclipse Foundation will manage the reporting, management, discussion, and disclosure of Vulnerabilities discovered in Eclipse software. This Security Policy applies to all software distributed by the Eclipse Foundation, including all software authored by Eclipse Committers and third-parties. This IP Policy should at all times be interpreted in a manner that is consistent with the Purposes of the Eclipse Foundation as set forth in the Eclipse Foundation Bylaws.
+
 
+
This document uses terms from the [http://www.eclipse.org/projects/dev_process/development_process.php Eclipse Development Process].
+
 
+
==Eclipse Security Team==
+
 
+
The Security Team is the first line of defense: it is effectively a triage unit with security expertise. Ultimately, Vulnerabilities are resolved by individual projects with assistance from the Security Team.
+
 
+
The Security Team is composed of a small number of security experts. At any point in time, there are no more than seven (7) members, including a minimum of one representative each from the Eclipse and RT Top-Level Projects, and a representative of the EMO(ED). All members are appointed by EMO(ED).
+
 
+
Mail sent to the security mail address is sent exclusively to all members of the Security Team. Anybody can send mail to this address.
+
 
+
==Reporting==
+
 
+
Vulnerabilities can be reported either via email or directly with a project via Bugzilla.
+
 
+
The general security mailing list address is security@eclipse.org. Members of the Eclipse Security Team will receive messages sent to this address. This address should be used only for reporting undisclosed Vulnerabilities; regular bug reports and questions unrelated to Vulnerabilities in Eclipse software will be ignored. Note that this email address is not encrypted.
+
 
+
The community is encouraged to report Vulnerabilities using the standard Eclipse Bugzilla instance. Bug reports related to Vulnerabilities must be marked as "committers-only", either by the reporter, or by a committer during the triage process.
+
 
+
Note that bugs marked "committers-only" are visible to all Eclipse committers. By default, a "committers-only" bug is also accessible to the reporter and individuals explicitly indicated in the "cc" list. These defaults can be overridden to further restrict access at the discretion of the committer and project leadership.
+
 
+
:''Note that Bugzilla sends out emails as bugs are modified. Email is inherently insecure.''
+
 
+
==Discussion==
+
 
+
Initial discussion of an open Vulnerability may occur privately amongst members of the Security Team. Discussion should be moved to a Bugzilla record in a timely manner.
+
 
+
==Resolution==
+
 
+
A Vulnerability is considered resolved when either a patch or workaround is available, or it is determined that a fix is not possible or desirable.
+
 
+
The Eclipse IP Team will give priority to contribution questionnaires (CQs) required to resolve Vulnerabilities.
+
 
+
It is left to the discretion of the Security Team and project leadership to determine what subset of the project committers are best suited to resolve Vulnerabilities. The Security Team and project leaders may also&mdash;at their discretion&mdash;assemble external resources (e.g. subject matter experts) or call on the expertise of the Architecture Council.
+
 
+
==Distribution==
+
 
+
Once a Vulnerability has been resolved, the updated software must be made available to the community.
+
 
+
At a minimum, updated software is made available via normal project distribution channels (e.g. downloads and update sites).
+
 
+
The planning council must be made aware of Vulnerabilities in software that is part of the simultaneous release. The Planning Council will determine whether or not a "respin" of the simultaneous release repository and EPP packages is required. The Planning Council will coordinate the timing of the "respin" with the Project Leadership.
+
 
+
==Disclosure==
+
 
+
Disclosure is initially limited to the reporter and all Eclipse Committers, but can be expanded to include other individuals.
+
 
+
All Vulnerabilities must be disclosed, regardless of the resolution. Users and administrators of Eclipse software must made aware that a vulnerability exists so they can assess risk, and take the appropriate action to protect their users, servers and systems from potential exploit.
+
 
+
===Timing===
+
The timing of disclosure is left to the discretion of the project leadership, including the Project Lead(s), PMC, and EMO(ED). In the absence of specific guidance from the project leadership, the following guidelines are recommended:
+
 
+
* Vulnerabilities for which there is a patch, workaround or fix, should be disclosed to the community immediately.
+
* vulnerabilities--regardless of state--must be disclosed to the community after a maximum three months.
+
 
+
Vulnerabilities need not necessarily be resolved at the time of disclosure.
+
 
+
===Quiet Disclosure===
+
 
+
A Vulnerability can be ''quietly'' disclosed by simply removing the 'committers_only' flag. The bug's history will record that the flag has been removed, and the bug will become visible for everyone in searches.
+
 
+
In general, quiet disclosure is appropriate only for bugs that are identified by a committer as having been erroneously marked as Vulnerabilities.
+
 
+
===Progressive Disclosure===
+
 
+
Knowledge of a Vulnerability can be easily extended to individuals by adding them to the "cc" list on the bug. A Vulnerability may--at the discretion of the committer--be disclosed to specific individuals. A committer may, for example, provide access to a subject-matter expert to solicit help or advice. The Vulnerability may also be disclosed to known adopters to allow them an opportunity to mitigate their immediate risk and prepare for a forthcoming resolution.
+
 
+
Contacts added to an unresolved Vulnerability must be individuals. Groups (e.g. mailing lists)--with the exception of security@eclipse.org--should never be copied on a Vulnerability bug.
+
 
+
===Full Disclosure===
+
 
+
All Vulnerabilities must ultimately be fully disclosed to the community at large.
+
 
+
All Vulnerabilities affecting projects that participate in the Simultaneous Release must be reported to the Planning Council prior to full disclosure to the community at large. Disclosure of a Vulnerability must be coordinated with the distribution of the updated software from the Project's own distribution channels, the Simultaneous Release repository, and EPP packages (please see [[#Distribution|Distribution]].
+
 
+
To complete the disclosure of a Vulnerability, the committers-only flag must be removed from the bug and the 'security' keyword added. Bugs in this state are automatically reported on the security page and RSS feed.
+
 
+
===Escalation===
+
 
+
A security vulnerability may--at the discretion of the project leadership--be escalated to a outside body such as [http://www.cert.org CERT]. The EMO can provide assistance.
+

Latest revision as of 00:06, 20 May 2011

Warning2.png
Draft Content
This is a work-in-progress document. This not (currently) an official policy.


This document is a work in progress. Please see the following bugs.

Note that the ideas expressed here do not necessarily reflect the current state of these bugs and are subject to change. Heck, why don't you change them?

The text of the policy has been moved to http://eclipse.org/security/policy.php.

Back to the top