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
b70ce5a to
484af54
Compare
1393827 to
ff28027
Compare
5629018 to
97e7ad8
Compare
433d5d7 to
6c387cd
Compare
46e0966 to
69b3f2a
Compare
bd4ca84 to
d1c58db
Compare
d1c58db to
2907604
Compare
d0d33f8 to
2f580cf
Compare
799fa19 to
5539855
Compare
3a4d3d4 to
38c6d5c
Compare
089e036 to
df2111b
Compare
a546054 to
6fc374e
Compare
6fc374e to
c6a6a04
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.