chore: update dependency loopback-connector-postgresql to v5.5.1 [security] #125
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:
5.3.0
->5.5.1
GitHub Vulnerability Alerts
CVE-2022-35942
Improper input validation on the
contains
LoopBack filter may allow for arbitrary SQL injection.Impact
When the extended filter property
contains
is permitted to be interpreted by the Postgres connector, it is possible to inject arbitrary SQL which may affect the confidentiality and integrity of data stored on the connected database.This affects users who does any of the following:
allowExtendedProperties: true
setting ORPatches
Patch release
loopback-connector-postgresql@5.5.1
has been published of which resolves this issue.Workarounds
Users who are unable to upgrade should do the following if applicable:
allowExtendedProperties: true
DataSource settingallowExtendedProperties: false
DataSource settingcontains
LoopBack filter beforehand.Release Notes
loopbackio/loopback-connector-postgresql (loopback-connector-postgresql)
v5.5.1
Compare Source
=========================
fix: improve filter sanitisation (Rifa Achrinza)
fix: debug prints the password in plain text (Francisco Buceta)
docs: add SECURITY.md (Diana Lau)
docs: update coc (Diana Lau)
docs: add code of conduct (Diana Lau)
v5.5.0
Compare Source
=========================
chore: add Rifa and Mario as codeowners (Diana Lau)
fix: disregard empty and/or fields (Abhilash Murthy)
feat(operators): add fts match operator (Akshat Dubey)
chore: move repo to loopbackio org (Diana Lau)
Defensively drop constraints during migrations (Chris Kobrzak)
v5.4.0
Compare Source
=========================
Add on delete options on FK constraints (Quentin Le Bour)
ci: switch from Travis to Github Actions (Agnes Lin)
Revert "ci: switch travis to github actions" (Miroslav Bajtoš)
ci: switch travis to github actions (Francisco Buceta)
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.