Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SECURITY.md #2445

Merged
merged 1 commit into from Feb 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 13 additions & 7 deletions SECURITY.md
@@ -1,15 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.
1) We value backward compatibility, so we expect that upgrading pgjdbc versions should not involve code changes nor it should it require configuration changes.
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

| Version | Supported |
| -------- | ------------------ |
| 42.2.x | :white_check_mark: |
| 42.3.x | :white_check_mark: |
| < 42.2.x | :x: |
| 42.3.x | security fixes, features, bug fixes |
| 42.2.x | (the latest branch that supports Java 6, and 7): security fixes, critical bug fixes only. |
| < 42.2.x | security fixes (upon request) |

The intention is to separate «we are eager fixing bugs» from «we can roll security releases».
It would not be impossible for us to roll security fixes even for 9.4 versions if necessary.

## Reporting a Vulnerability
davecramer marked this conversation as resolved.
Show resolved Hide resolved

Please send reports of security issues to pgsql-jdbc-security@lists.postgresql.org


## Reporting a Vulnerability

Expand Down