-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mikan3rd/commitly-next-web/AVNh1vfJUPgP64NcUng2hawL6p1j |
b02c9a0
to
66ade28
Compare
66ade28
to
65d5505
Compare
65d5505
to
c1350d9
Compare
c1350d9
to
271710b
Compare
Edited/Blocked NotificationRenovate 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. |
Autoclosing SkippedThis 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. |
This PR contains the following updates:
8.0.4
->9.0.6
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
path: [["__proto__"], "x"]
could still pollute the prototype (fa671e5)v9.0.5
Compare Source
Bug Fixes
v9.0.4
Compare Source
Bug Fixes
v9.0.3
Compare Source
Bug Fixes
Object
to short-circuit taxingFunction.toString
invocations (#805) (07575f3)v9.0.2
Compare Source
Bug Fixes
v9.0.1
Compare Source
Bug Fixes
immerable
field being lost during patch value cloning (#771) (e0b7c01)v9.0.0
Compare Source
feature
BREAKING CHANGES
nothing
from a recipe if the target state doesn't acceptundefined
.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.
This PR has been generated by Mend Renovate. View repository job log here.