Skip to content

Commit ddc6315

Browse files
authored
Update SECURITY.md (#2445)
1 parent 38d9608 commit ddc6315

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

SECURITY.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Security Policy
22

3-
## Supported Versions
4-
5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
3+
1) We value backward compatibility, so we expect that upgrading pgjdbc versions should not involve code changes nor it should it require configuration changes.
4+
2) In the event that you are unable to upgrade, you might expect or ask for security fixes for the past versions as well. However, please raise the reason you unable to upgrade in the mailing list or in the issues
75

86
| Version | Supported |
97
| -------- | ------------------ |
10-
| 42.2.x | :white_check_mark: |
11-
| 42.3.x | :white_check_mark: |
12-
| < 42.2.x | :x: |
8+
| 42.3.x | security fixes, features, bug fixes |
9+
| 42.2.x | (the latest branch that supports Java 6, and 7): security fixes, critical bug fixes only. |
10+
| < 42.2.x | security fixes (upon request) |
11+
12+
The intention is to separate «we are eager fixing bugs» from «we can roll security releases».
13+
It would not be impossible for us to roll security fixes even for 9.4 versions if necessary.
14+
15+
## Reporting a Vulnerability
16+
17+
Please send reports of security issues to pgsql-jdbc-security@lists.postgresql.org
18+
1319

1420
## Reporting a Vulnerability
1521

0 commit comments

Comments
 (0)