Skip to content

Commit 83774f9

Browse files
Update templates and READMEs to take note of python-oracledb.
1 parent 6766bca commit 83774f9

10 files changed

+93
-87
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Thank you for using cx_Oracle.
1313
1414
See https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html for how to report security issues
1515
16-
Please answer these questions so we can help you.
16+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
17+
repository at https://github.com/oracle/python-oracledb. The installation
18+
instructions are at:
19+
https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
20+
21+
Update to python-oracledb, if possible, and submit your bug report to the
22+
python-oracledb repository.
23+
24+
No further releases under the cx_Oracle namespace are planned.
25+
26+
Otherwise, please answer these questions so we can help you.
1727
1828
Use Markdown syntax, see https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
1929

.github/ISSUE_TEMPLATE/documentation-and-example-improvements.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ assignees: ''
99

1010
<!--
1111
12-
Thank you for using cx_Oracle.
12+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
13+
repository at https://github.com/oracle/python-oracledb. The installation
14+
instructions are at:
15+
https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
1316
14-
Please answer these questions so we can help you.
17+
Please submit your documentation and example improvements to the python-oracledb repository.
1518
16-
Use Markdown syntax, see https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
19+
No further releases under the cx_Oracle namespace are planned.
1720
1821
-->
19-
20-
1. What is the link to the documentation section that needs improving?
21-
22-
2. Describe the confusion
23-
24-
3. Suggest changes that would help

.github/ISSUE_TEMPLATE/enhancement-requests.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ assignees: ''
99

1010
<!--
1111
12-
Thank you for using cx_Oracle.
12+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
13+
repository at https://github.com/oracle/python-oracledb. The installation
14+
instructions are at:
15+
https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
1316
14-
Review existing enhancement requests: https://github.com/oracle/python-cx_Oracle/labels/enhancement
17+
Please submit your enhancement requests to the python-oracledb repository.
1518
16-
Please answer these questions so we can help you.
17-
18-
Use Markdown syntax, see https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
19+
No further releases under the cx_Oracle namespace are planned.
1920
2021
-->
21-
22-
1. Describe your new request in detail
23-
24-
2. Give supporting information about tools and operating systems. Give relevant product version numbers

.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ assignees: ''
1111
1212
Thank you for using cx_Oracle.
1313
14-
Review the user manual: https://cx-oracle.readthedocs.io/en/latest/index.html
14+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
15+
repository at https://github.com/oracle/python-oracledb. The installation
16+
instructions are at:
17+
https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
18+
19+
Update to python-oracledb, if possible.
20+
21+
Otherwise, review the cx_Oracle user manual: https://cx-oracle.readthedocs.io/en/latest/index.html
1522
1623
Please answer these questions so we can help you.
1724

.github/ISSUE_TEMPLATE/installation-questions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@ assignees: ''
1111
1212
Thank you for using cx_Oracle.
1313
14+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
15+
repository at https://github.com/oracle/python-oracledb. The installation
16+
instructions are at:
17+
https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
18+
1419
Do these before creating a new issue:
1520
16-
Review and follow the Installation Instructions: https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html
21+
Update to python-oracledb, if possible.
22+
23+
Otherwise, review and follow the Installation Instructions: https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html
1724
1825
Review the troubleshooting tips: https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#troubleshooting
1926

.github/SECURITY.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
1-
# Reporting Security Vulnerabilities
1+
# Reporting security vulnerabilities
22

3-
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+
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.
46

5-
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 secalert_us@oracle.com preferably with a proof of concept. We provide additional information on [how to report security vulnerabilities to Oracle](https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html) which includes public encryption keys for secure email.
7+
Please do NOT raise a GitHub Issue to report a security vulnerability. If you
8+
believe you have found a security vulnerability, please submit a report to
9+
[secalert_us@oracle.com][1] preferably with a proof of concept. Please review
10+
some additional information on [how to report security vulnerabilities to
11+
Oracle][2]. We encourage people who contact Oracle Security to use email
12+
encryption using [our encryption key][3].
613

7-
We ask that you do not use other channels or contact project contributors directly.
14+
We ask that you do not use other channels or contact the project maintainers
15+
directly.
816

9-
Non-vulnerability related security issues such as great new ideas for security features are welcome on GitHub Issues.
17+
Non-vulnerability related security issues including ideas for new or improved
18+
security features are welcome on GitHub Issues.
1019

11-
## Security-Related Information
20+
## Security updates, alerts and bulletins
1221

13-
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.
22+
Security updates will be released on a regular cadence. Many of our projects
23+
will typically release security fixes in conjunction with the Oracle Critical
24+
Patch Update program. Additional information, including past advisories, is
25+
available on our [security alerts][4] page.
26+
27+
## Security-related information
28+
29+
We will provide security related information such as a threat model,
30+
considerations for secure use, or any known security issues in our
31+
documentation. Please note that labs and sample code are intended to
32+
demonstrate a concept and may not be sufficiently hardened for production use.
33+
34+
[1]: mailto:secalert_us@oracle.com
35+
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
36+
[3]: https://www.oracle.com/security-alerts/encryptionkey.html
37+
[4]: https://www.oracle.com/security-alerts/

.github/SUPPORT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Python cx_Oracle Support
22

3-
cx_Oracle is an Open Source project, so do some searching and reading
4-
before asking questions.
3+
**The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a
4+
new repository at https://github.com/oracle/python-oracledb. Please update to
5+
this new driver. If you still have problems, open an issue on the new
6+
repository.**
57

68
## cx_Oracle Installation issues
79

.github/pull_request_template.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
Thanks for contributing!
22

3-
Before submitting PRs for cx_Oracle you must have your signed *Oracle
4-
Contributor Agreement* accepted. See https://oca.opensource.oracle.com
3+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
4+
repository at https://github.com/oracle/python-oracledb.
55

6-
If the problem solved is small, you may find it easier to open an Issue
7-
describing the problem and its cause so we can create the fix.
6+
Please submit your contributions to the python-oracledb repository.
87

9-
The bottom of your commit message must have the following line using your name
10-
and e-mail address as it appears in the OCA Signatories list.
11-
12-
```
13-
Signed-off-by: Your Name <you@example.org>
14-
```
15-
16-
This can be automatically added to pull requests by committing with:
17-
18-
```
19-
git commit --signoff
20-
````
8+
No further releases under the cx_Oracle namespace are planned.

CONTRIBUTING.md

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,8 @@
11
# Contributing
22

3-
We welcome your contributions! There are multiple ways to contribute.
3+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
4+
repository at https://github.com/oracle/python-oracledb
45

5-
## Issues
6+
Please submit your contributions to the python-oracledb repository.
67

7-
For bugs or enhancement requests, please file a GitHub issue unless it's security related. When filing a bug remember that the better written the bug is, the more likely it is to be fixed. If you think you've found a security vulnerability, do not raise a GitHub issue and follow the instructions on our [Security Policy](./.github/SECURITY.md).
8-
9-
## Contributing Code
10-
11-
We welcome your code contributions. To get started, you will need to sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com) (OCA).
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.
15-
16-
```text
17-
Signed-off-by: Your Name <you@example.org>
18-
```
19-
20-
This can be automatically added to pull requests by committing with:
21-
22-
```text
23-
git commit --signoff
24-
```
25-
26-
Only pull requests from committers that can be verified as having
27-
signed the OCA can be accepted.
28-
29-
### Pull request process
30-
31-
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 review your PR before it is merged.
41-
42-
## Code of Conduct
43-
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/)
8+
No further releases under the cx_Oracle namespace are planned.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,17 @@ See [/test][11].
5353

5454
## Contributing
5555

56-
See [CONTRIBUTING](https://github.com/oracle/python-cx_Oracle/blob/main/CONTRIBUTING.md)
56+
The cx_Oracle driver was renamed to python-oracledb in May 2022. It has a new
57+
repository at https://github.com/oracle/python-oracledb
58+
59+
Please submit your contributions to the python-oracledb repository.
60+
61+
No further releases under the cx_Oracle namespace are planned.
62+
63+
## Security
64+
65+
Please consult the [security guide](./SECURITY.md) for our responsible security
66+
vulnerability disclosure process.
5767

5868
## License
5969

0 commit comments

Comments
 (0)