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: CONTRIBUTING.md
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ For bugs or enhancement requests, please file a GitHub issue unless it's securit
10
10
11
11
We welcome your code contributions. To get started, you will need to sign the [Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA).
12
12
13
-
For pull requests to be accepted, the bottom of your commit message must have
14
-
the following line using the name and e-mail address you used for the OCA.
13
+
For pull requests to be accepted, the bottom of your commit message must have the following line using the name and e-mail address you used for the OCA.
@@ -29,16 +28,13 @@ signed the OCA can be accepted.
29
28
### Pull request process
30
29
31
30
1. Fork this repository
32
-
1. Create a branch in your fork to implement the changes. We recommend using
33
-
the issue number as part of your branch name, e.g. `1234-fixes`
34
-
1. Ensure that any documentation is updated with the changes that are required
35
-
by your fix.
36
-
1. Ensure that any samples are updated if the base image has been changed.
37
-
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
38
-
what your changes are meant to do and provide simple steps on how to validate
39
-
your changes. Ensure that you reference the issue you created as well.
40
-
1. We will assign the pull request to 2-3 people for review before it is merged.
31
+
2. Create a branch in your fork to implement the changes. We recommend using the issue number as part of your branch name, e.g. `1234-fixes`
32
+
3. Ensure that any documentation is updated with the changes that are required by your fix.
33
+
4. Ensure that any samples are updated if the base image has been changed.
34
+
5. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
35
+
what your changes are meant to do and provide simple steps on how to validate your changes. Ensure that you reference the issue you created as well.
36
+
6. We will assign the pull request to 2-3 people for review before it is merged.
41
37
42
38
## Code of Conduct
43
39
44
-
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd like more specific guidelines see the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)
40
+
Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd like more specific guidelines see the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct/)
Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
Oracle values the independent security research community and believes that responsible disclosure of security vulnerabilities helps us ensure the security and privacy of all our users.
3
3
Please do NOT raise a GitHub Issue to report a security vulnerability. If you believe you have found a security vulnerability, please submit a report to [email protected] preferably with a proof of concept. We provide additional information on how to report security vulnerabilities to Oracle which includes public encryption keys for secure email.
4
4
We ask that you do not use other channels or contact project contributors directly.
5
-
Non-vulnerability related security issues such as new great new ideas for security features are welcome on GitHub Issues.
5
+
Non-vulnerability related security issues such as great new ideas for security features are welcome on GitHub Issues.
6
6
7
7
# Security Updates, Alerts and Bulletins
8
8
Security updates will be released on a regular cadence. Many of our projects will typically release security fixes in conjunction with the Oracle Critical Patch Update program. Security updates are released on the Tuesday closest to the 17th day of January, April, July and October. A pre-release announcement will be published on the Thursday preceding each release. Additional information, including past advisories, is available on our Security Alerts page.
9
9
10
10
# Security-Related Information
11
-
We will provide security related information such as a threat model, considerations for secure use, or any known security issues in our documentation. Please note that labs and sample code are intended to demonstrate a concept and may not be sufficiently hardened for production use.
11
+
We will provide security related information such as a threat model, considerations for secure use, or any known security issues in our documentation. Please note sample code (if any) are intended to demonstrate a concept and may not be sufficiently hardened for production use.
0 commit comments