Skip to content

Commit c8fe99a

Browse files
committed
Adding CONTRIBUTING.md and SECURITY.md files
Aligning to Oracle guidelines, MySQL Github repos should each include a CONTRIBUTING.md (text) and a SECURITY.md file Change-Id: I95e268759f4ed4ece8caa602618addda86d76972
1 parent d4a461a commit c8fe99a

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
We welcome your code contributions. Before submitting code via a GitHub pull
2+
request, or by filing a bug in https://bugs.mysql.com you will need to have
3+
signed the Oracle Contributor Agreement, see https://oca.opensource.oracle.com
4+
5+
Only pull requests from committers that can be verified as having signed the OCA
6+
can be accepted.
7+
8+
Submitting a contribution
9+
-------------------------
10+
11+
1. Make sure you have a user account at https://bugs.mysql.com. You'll need to reference
12+
this user account when you submit your OCA (Oracle Contributor Agreement).
13+
2. Sign the Oracle OCA. You can find instructions for doing that at the OCA Page,
14+
at https://oca.opensource.oracle.com
15+
3. Validate your contribution by including tests that sufficiently cover the functionality.
16+
4. Verify that the entire test suite passes with your code applied.
17+
5. Submit your pull request via GitHub or uploading it using the contribution tab to a bug
18+
record in https://bugs.mysql.com (using the 'contribution' tab).

SECURITY.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Reporting security vulnerabilities
2+
==================================
3+
4+
Oracle values the independent security research community and believes that
5+
responsible disclosure of security vulnerabilities helps us ensure the security
6+
and privacy of all our users.
7+
8+
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
9+
believe you have found a security vulnerability, please submit a report to
10+
[email protected] preferably with a proof of concept. Please review
11+
some additional information on how to report security vulnerabilities to Oracle,
12+
see https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
13+
14+
We encourage people who contact Oracle Security to use email encryption using
15+
our encryption key, see https://www.oracle.com/security-alerts/encryptionkey.html
16+
17+
We ask that you do not use other channels or contact the project maintainers
18+
directly.
19+
20+
Non-vulnerability related security issues including ideas for new or improved
21+
security features are welcome on GitHub Issues.
22+
23+
Security updates, alerts and bulletins
24+
--------------------------------------
25+
Security updates will be released on a regular cadence. Many of our projects
26+
will typically release security fixes in conjunction with the Oracle Critical Patch
27+
Update program. Additional information, including past advisories, is available on our
28+
security alerts page at https://www.oracle.com/security-alerts/
29+
30+
Security-related information
31+
----------------------------
32+
We will provide security related information such as a threat model, considerations
33+
for secure use, or any known security issues in our documentation. Please note
34+
that labs and sample code are intended to demonstrate a concept and may not be
35+
sufficiently hardened for production use.

0 commit comments

Comments
 (0)