Skip to content

Commit 6bdb0b7

Browse files
authored
Update index.js
1 parent c546e88 commit 6bdb0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pg-connection-string/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function deprecatedSslModeWarning(sslmode) {
210210
if (!deprecatedSslModeWarning.warned) {
211211
deprecatedSslModeWarning.warned = true
212212
emitWarning(`SECURITY WARNING: The SSL modes 'prefer', 'require', and 'verify-ca' are treated as aliases for 'verify-full'.
213-
In the next major version (v3.0.0), these modes will adopt standard libpq semantics, which have weaker security guarantees.
213+
In the next major version (pg-connection-string v3.0.0 and pg v9.0.0), these modes will adopt standard libpq semantics, which have weaker security guarantees.
214214
215215
To prepare for this change:
216216
- If you want the current behavior, explicitly use 'sslmode=verify-full'

0 commit comments

Comments
 (0)