-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency parse to v2 [security] #37
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-parse-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
11c34f5
to
54bf8ae
Compare
54bf8ae
to
40ea771
Compare
40ea771
to
039895e
Compare
039895e
to
bea46ca
Compare
bea46ca
to
4952854
Compare
4952854
to
950a80d
Compare
950a80d
to
6bc2d90
Compare
6bc2d90
to
e5d5687
Compare
bc8947a
to
e5d5687
Compare
e5d5687
to
e49a138
Compare
e49a138
to
ea177e6
Compare
ea177e6
to
e4ebded
Compare
e4ebded
to
1ddfd3c
Compare
1ddfd3c
to
564c8a8
Compare
eb10833
to
e258293
Compare
e258293
to
e29e24c
Compare
e29e24c
to
985c873
Compare
985c873
to
da6b311
Compare
da6b311
to
2f6e387
Compare
2f6e387
to
e0477c9
Compare
e0477c9
to
46f3f90
Compare
46f3f90
to
3ec6d37
Compare
3ec6d37
to
97dd445
Compare
97dd445
to
7b10007
Compare
7b10007
to
45f9136
Compare
45f9136
to
b9291a9
Compare
b9291a9
to
f70f3a2
Compare
f70f3a2
to
dad841e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^1.11.0
->^2.10.0
1.11.0
->2.10.0
GitHub Vulnerability Alerts
GHSA-wvh7-5p38-2qfc
The
setPassword
method (http://parseplatform.org/Parse-SDK-JS/api/2.9.1/Parse.User.html#setPassword) stores the user's password in localStorage as raw text making it vulnerable to anyone with access to your localStorage. We believe this is the only time that password is stored at all. In the documentation under Users > Signing Up, it clearly states, "We never store passwords in plaintext, nor will we ever transmit passwords back to the client in plaintext."Example Code:
After running the above code, the new password will be stored in localStorage as a property named "password".
Proposed Solution:
Before saving anything to localStorage, Parse should strip out any properties named "password" that are attempting to be stored with a Parse.User type object.
Configuration:
Parse SDK: 2.9.1
Parse Server: 3.9.0
Release Notes
parse-community/Parse-SDK-JS (parse)
v2.10.0
Compare Source
New Features
Fixes
Parse.Object.registerSubclass('_User', CustomUser);
Security
v2.9.1
Compare Source
Fixes
v2.9.0
Compare Source
Deprecation
_linkWith
and_logInWith
are deprecated. Replace withlinkWith
andlogInWith
respectively. (#963)New Features
Fixes
Improvements
v2.8.0
Compare Source
New Features
Fixes
Improvements
v2.7.1
Compare Source
New Features
ParseConfig.save
withmasterKeyOnlyFlags
option (#910) (Requires Parse-Server 3.8.0+)ParseConfig.get
withuseMasterKey
option (#907)v2.7.0
Compare Source
New Features
ParseObject.fetchAllIfNeededWithInclude
(#900)ParseObject.exists
(#898)ParseObject.save
withcascadeSave
option (#881)Fixes
ParseUser.become
should return subclass (#897)Improvements
@babel/polyfill
(#877)v2.6.0
Compare Source
New Features:
- Support configurable WebSocketController (#64f359a)
- Support for WeChat Mini Program (#874)
- Support withCount query constraint (#868)
Improvements:
- Fix SERVER_RENDERING environment variable (#873)
v2.5.1
Compare Source
v2.4.0
Compare Source
New Features:
Improvements:
Dependency Updates:
Development Dependency Updates:
v2.3.2
Compare Source
Improvements:
getData
from Parse.File (#780)logIn
andlink
support MasterKey and SessionToken options (#779)Fixes:
http
andhttps
from React-Native build (#776)v2.3.1
Compare Source
Improvements:
_linkWith
and_unlinkFrom
support MasterKey and SessionToken options (#767)Fixes:
Miscellaneous:
v2.3.0
Compare Source
Breaking Changes:
query.subscribe()
andunsubscribe()
returns Promise.Improvements:
v2.2.1
Compare Source
Fixes:
v2.2.0
Compare Source
v2.1.0
Compare Source
v2.0.2
: 2.0.2Compare Source
2.0.2
v2.0.1
Compare Source
v2.0.0
Compare Source
v1.11.1
: 1.11.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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.