Skip to content

Commit e7d54e2

Browse files
authored
Update SECURITY.md, README.md (#14)
* Update SECURITY.md * Update README.md * Update README.md
1 parent 71d868f commit e7d54e2

File tree

2 files changed

+34
-17
lines changed

2 files changed

+34
-17
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@ Run within Kubernetes:
8080

8181
See example yaml in examples directory
8282

83-
### Security and Other
83+
## Contributing
84+
85+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
86+
87+
## Security
88+
89+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
8490

8591
The exporters are built on the Spring Boot framework and thereby inherit all of the capabilities present there, including
8692

@@ -96,4 +102,11 @@ The reader is referred to this material to configure security and other aspects
96102
[Metrics Exporter]: Metrics.md
97103
[Log Exporter]: Logs.md
98104
[Trace Exporter]: Tracing.md
99-
[old implementation branch]: https://github.com/oracle/oracle-db-appdev-monitoring/tree/old-go-implementation
105+
[old implementation branch]: https://github.com/oracle/oracle-db-appdev-monitoring/tree/old-go-implementation
106+
107+
## License
108+
109+
Copyright (c) 2021 Oracle and/or its affiliates.
110+
111+
Released under the Universal Permissive License v1.0 as shown at
112+
<https://oss.oracle.com/licenses/upl/>.

SECURITY.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1-
# Reporting Security Vulnerabilities
1+
# Reporting security vulnerabilities
22

3-
Oracle values the independent security research community, and believes that
4-
responsible disclosure of security vulnerabilities helps us to ensure the security
5-
and privacy of all of our users.
3+
Oracle values the independent security research community and believes that
4+
responsible disclosure of security vulnerabilities helps us ensure the security
5+
and privacy of all our users.
66

77
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
8-
believe you have found a security vulnerability, then please submit a report to
8+
believe you have found a security vulnerability, please submit a report to
99
[secalert_us@oracle.com][1] preferably with a proof of concept. Please review
1010
some additional information on [how to report security vulnerabilities to Oracle][2].
11-
Oracle encourages anyone who contacts Oracle Security to use email encryption, using
11+
We encourage people who contact Oracle Security to use email encryption using
1212
[our encryption key][3].
1313

14-
Please do not use other channels, or contact the project maintainers
14+
We ask that you do not use other channels or contact the project maintainers
1515
directly.
1616

17-
For non-vulnerability related security issues, including ideas for new or improved
18-
security features, you are welcome to post these as GitHub Issues.
17+
Non-vulnerability related security issues including ideas for new or improved
18+
security features are welcome on GitHub Issues.
1919

20-
## Security Updates, Alerts and Bulletins
20+
## Security updates, alerts and bulletins
2121

22-
Oracle issues security updates on a regular cadence. Many of our projects typically include release security fixes in conjunction with the [Oracle Critical Patch Update][3] program. Security updates are released on the
23-
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][4]
22+
Security updates will be released on a regular cadence. Many of our projects
23+
will typically release security fixes in conjunction with the
24+
[Oracle Critical Patch Update][3] program. Additional
25+
information, including past advisories, is available on our [security alerts][4]
2426
page.
2527

26-
## Security-Related Information
28+
## Security-related information
2729

28-
Oracle will provide security-related information in our documentation. The information can be a threat model, best practices for secure use, or any known security issues. Please note
29-
that labs and example code are intended to demonstrate a concept. These examples should not be used for production use without ensuring that the code is hardened, and in compliance with common security practices.
30+
We will provide security related information such as a threat model, considerations
31+
for secure use, or any known security issues in our documentation. Please note
32+
that labs and sample code are intended to demonstrate a concept and may not be
33+
sufficiently hardened for production use.
3034

3135
[1]: mailto:secalert_us@oracle.com
3236
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html

0 commit comments

Comments
 (0)