Skip to content

fix(deps): update dependency immer to v9 [security] - abandoned #298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
immer 8.0.4 -> 9.0.6 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2021-23436

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "proto" || p === "constructor") in applyPatches_ returns false if p is ['proto'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type.

CVE-2021-3757

immer is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution').


Release Notes

immerjs/immer

v9.0.6

Compare Source

Bug Fixes
  • security: Follow up on CVE-2020-28477 where path: [["__proto__"], "x"] could still pollute the prototype (fa671e5)

v9.0.5

Compare Source

Bug Fixes
  • release missing dist/ folder (bfb8dec)

v9.0.4

Compare Source

Bug Fixes

v9.0.3

Compare Source

Bug Fixes
  • isPlainObject: add quick comparison between input and Object to short-circuit taxing Function.toString invocations (#​805) (07575f3)

v9.0.2

Compare Source

Bug Fixes

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

feature
BREAKING CHANGES
  • It is no longer allowed to return nothing from a recipe if the target state doesn't accept undefined.
  • It is no longer allowed to return arbitrary things from a recipe. Recipes should either return nothing, or something that is assignable to the original state type. This will catch mistakes with accidental returns earlier.

Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Sep 3, 2021
@vercel
Copy link

vercel bot commented Sep 3, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mikan3rd/commitly-next-web/AVNh1vfJUPgP64NcUng2hawL6p1j
✅ Preview: https://commitly-next-web-git-renovate-npm-immer-vulnerability-mikan3rd.vercel.app

@renovate renovate bot force-pushed the renovate/npm-immer-vulnerability branch from c1350d9 to 271710b Compare October 29, 2021 18:16
@renovate renovate bot changed the title fix(deps): update dependency immer to v9 [security] fix(deps): update dependency immer to v9 [security] - autoclosed Dec 2, 2021
@renovate renovate bot closed this Dec 2, 2021
@renovate renovate bot deleted the renovate/npm-immer-vulnerability branch December 2, 2021 18:31
@renovate renovate bot changed the title fix(deps): update dependency immer to v9 [security] - autoclosed fix(deps): update dependency immer to v9 [security] Dec 2, 2021
@renovate renovate bot reopened this Dec 2, 2021
@renovate renovate bot restored the renovate/npm-immer-vulnerability branch December 2, 2021 19:56
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency immer to v9 [security] fix(deps): update dependency immer to v9 [security] - abandoned Mar 17, 2024
Copy link
Contributor Author

renovate bot commented Mar 17, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant