fix(deps): update dependency pg-native to v3 [security]#62
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency pg-native to v3 [security]#62renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
c53f6f3 to
87ae231
Compare
ac72053 to
e1eff43
Compare
fb74184 to
383f176
Compare
5edf111 to
270a4fa
Compare
270a4fa to
82f2088
Compare
1fc5de5 to
5cd4ab5
Compare
36c8969 to
40eb432
Compare
93828f5 to
3c1c515
Compare
8f0b554 to
9739b42
Compare
d66f986 to
efd1875
Compare
efd1875 to
15d47b4
Compare
8742a66 to
49009ca
Compare
4d1fd10 to
26f1e8f
Compare
0e74f65 to
a4e2bde
Compare
a044a66 to
fe39a8e
Compare
045329a to
42b7d87
Compare
7ef3f6f to
114d1dc
Compare
65c8e38 to
7096fad
Compare
a0385ea to
0445b54
Compare
7c92ddd to
1761523
Compare
d6f5314 to
6e70066
Compare
0bddfea to
8f28149
Compare
96cabfa to
7dea183
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.10.0→^3.0.1GitHub Vulnerability Alerts
CVE-2022-25852
pg-native before 3.0.1 and libpq before 1.8.10 are vulnerable to Denial of Service (DoS) when the addons attempt to cast the second argument to an array and fail. This happens for every non-array argument passed. Note: pg-native is a mere binding to npm's libpq library, which in turn has the addons and bindings to the actual C libpq library. This means that problems found in pg-native may transitively impact npm's libpq.
Release Notes
brianc/node-postgres (pg-native)
v3.0.1Compare Source
v3.0.0Compare Source
stream.closetostream.destroywhich is the official way to terminate a readable stream. This is a breaking change if you rely on thestream.closemethod on pg-query-stream...though should be just a find/replace type operation to upgrade as the semantics remain very similar (not exactly the same, since internals are rewritten, but more in line with how streams are "supposed" to behave).config.batchSizeandconfig.highWaterMarkto both do the same thing: control how many rows are buffered in memory. TheReadableStreamwill manage exactly how many rows are requested from the cursor at a time. This should give better out of the box performance and help with efficient async iteration.v2.2.0Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
For more information see #353
If you are unhappy with these changes you can always override the built in type parsing fairly easily.
v1.10.1Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.