🚨 [security] [js] Update sequelize: 6.21.2 → 6.29.0 (minor) #1158
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.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sequelize (6.21.2 → 6.29.0) · Repo
Security Advisories 🚨
🚨 Sequelize - Default support for “raw attributes” when using parentheses
🚨 Unsafe fall-through in getWhereConditions
🚨 Sequelize information disclosure vulnerability
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 34 commits:
feat: throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710)
meta: fix null test getWhereConditions (#15705)
fix: accept undefined in where (#15703)
fix: throw if where receives an invalid value (#15699)
fix: update moment-timezone version (#15685)
feat(types): use retry-as-promised types for retry options to match documentation (#15484)
feat: add support for bigints (backport of #14485) (#15413)
feat(postgres): add support for lock_timeout [#15345] (#15355)
fix(oracle): remove hardcoded maxRows value (#15323)
fix: fix parameters not being replaced when after $$ strings (#15307)
fix(postgres): invalidate connection after client-side timeout (#15283)
fix: remove options.model overwrite on bulkUpdate (#15252)
fix(types): add instance.dataValues property to model.d.ts (#15240)
meta: swap Slack links (#15159)
fix: don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix (#15139)
fix(types): fix TS 4.9 excessive depth error on `InferAttributes` (v6) (#15135)
fix(types): expose legacy "types" folder in export alias ( #15123)
feat(oracle): add support for `dialectOptions.connectString` (#15042)
feat(snowflake): Add support for `QueryGenerator#tableExistsQuery` (#15087)
docs: add missing ssl options for sequelize instance (v6) (#15049)
docs(model): Added paranoid option for Model.BelongsToMany.through (#15065)
fix(postgres): add custom order direction to subQuery ordering with minified alias (#15056)
fix(oracle): add support for Oracle DB 18c CI (#15016)
feat(types): add typescript 4.8 compatibility (#14990)
fix(types): missing type for oracle dialect in v6 (#14992)
feat(oracle): add oracle dialect support (#14638)
fix(types): backport #14704 for v6 (#14964)
meta: update retry-as-promised (#14966)
fix(mariadb): do not automatically parse JSON fields (#14800)
meta: update types property package.json (#14909)
fix: minified aliases are now properly referenced in subqueries (v6) (#14852)
docs: fix missing closing quotation mark (#14786)
meta: fix alignment logo (v6) (#14745)
fix(postgres): attach postgres error-handler earlier in lifecycle (v6) (#14731)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands