Skip to content

Commit 37086b6

Browse files
authored
Merge pull request #144 from saurabhuja/patch-2
Update README.md
2 parents fc51187 + 29a38c4 commit 37086b6

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
126126
```sh
127127
kubectl apply -f rbac/node-rbac.yaml
128128
```
129-
# Installation
130-
## Install Oracle DB Operator
129+
## Installation
130+
### Install Oracle DB Operator
131131
132132
After you have completed the preceding prerequisite changes, you can install the operator. To install the operator in the cluster quickly, you can apply the modified `oracle-database-operator.yaml` file from the preceding step.
133133
@@ -154,7 +154,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
154154
You should see that the operator is up and running, along with the shipped controllers.
155155
156156
For more details, see [Oracle Database Operator Installation Instructions](./docs/installation/OPERATOR_INSTALLATION_README.md).
157-
157+
## Documentation
158158
## Getting Started with the Operator (Quickstart)
159159
160160
The following quickstarts are designed for specific database configurations:
@@ -170,6 +170,7 @@ The following quickstarts are designed for specific database configurations:
170170
The following quickstart is designed for non-database configurations:
171171
* [Oracle Database Observability](./docs/observability/README.md)
172172
173+
## Examples
173174
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
174175
175176
## Uninstall the Operator
@@ -221,15 +222,15 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
221222
222223
## Contributing
223224
224-
See [Contributing to this Repository](./CONTRIBUTING.md)
225+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
225226
226-
## Support
227+
## Help
227228
228229
You can submit a GitHub issue, oir submit an issue and then file an [Oracle Support service](https://support.oracle.com/portal/) request. To file an issue or a service request, use the following product ID: 14430.
229230
230231
## Security
231232
232-
Secure platforms are an important basis for general system security. Ensure that your deployment is in compliance with common security practices.
233+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
233234
234235
### Managing Sensitive Data
235236
@@ -244,10 +245,6 @@ The following is an example of a YAML file fragment for specifying Oracle Cloud
244245
245246
Examples in this repository where passwords are entered on the command line are for demonstration purposes only.
246247
247-
### Reporting a Security Issue
248-
249-
See [Reporting security vulnerabilities](./SECURITY.md)
250-
251248
## License
252249
253250
Copyright (c) 2022, 2024 Oracle and/or its affiliates.

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle's instructions for reporting security vulnerabilities
1+
# Reporting security vulnerabilities
22

33
Oracle values the independent security research community and believes that
44
responsible disclosure of security vulnerabilities helps us ensure the security
@@ -21,7 +21,7 @@ security features are welcome on GitHub Issues.
2121

2222
Security updates will be released on a regular cadence. Many of our projects
2323
will typically release security fixes in conjunction with the
24-
[Oracle Critical Patch Update][3] program. Additional
24+
Oracle Critical Patch Update program. Additional
2525
information, including past advisories, is available on our [security alerts][4]
2626
page.
2727

@@ -35,4 +35,4 @@ sufficiently hardened for production use.
3535
[1]: mailto:[email protected]
3636
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
3737
[3]: https://www.oracle.com/security-alerts/encryptionkey.html
38-
[4]: https://www.oracle.com/security-alerts/
38+
[4]: https://www.oracle.com/security-alerts/

0 commit comments

Comments
 (0)