chore(deps): update dependency parse to v2 [security] #37
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:
^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.