-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update dependency parse to v2 [security] #37
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 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
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
September 25, 2022 15:53
11c34f5
to
54bf8ae
Compare
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
August 6, 2024 09:39
54bf8ae
to
40ea771
Compare
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
October 9, 2024 11:36
40ea771
to
039895e
Compare
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse [security]
Oct 9, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
October 9, 2024 12:44
039895e
to
bea46ca
Compare
renovate
bot
changed the title
chore(deps): update dependency parse [security]
chore(deps): update dependency parse to v2 [security]
Oct 9, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
October 28, 2024 14:52
bea46ca
to
4952854
Compare
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse [security]
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
October 28, 2024 15:39
4952854
to
950a80d
Compare
renovate
bot
changed the title
chore(deps): update dependency parse [security]
chore(deps): update dependency parse to v2 [security]
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 2, 2024 12:22
950a80d
to
6bc2d90
Compare
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse [security]
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 2, 2024 17:44
6bc2d90
to
e5d5687
Compare
renovate
bot
changed the title
chore(deps): update dependency parse [security]
chore(deps): update dependency parse to v2 [security]
Dec 2, 2024
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse to v2 [security] - autoclosed
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security] - autoclosed
chore(deps): update dependency parse to v2 [security]
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 8, 2024 23:21
bc8947a
to
e5d5687
Compare
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 17, 2024 19:11
e5d5687
to
e49a138
Compare
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse [security]
Dec 17, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 17, 2024 21:24
e49a138
to
ea177e6
Compare
renovate
bot
changed the title
chore(deps): update dependency parse [security]
chore(deps): update dependency parse to v2 [security]
Dec 17, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 22, 2024 15:47
ea177e6
to
e4ebded
Compare
renovate
bot
changed the title
chore(deps): update dependency parse to v2 [security]
chore(deps): update dependency parse [security]
Dec 22, 2024
renovate
bot
force-pushed
the
renovate/npm-parse-vulnerability
branch
from
December 22, 2024 20:09
e4ebded
to
1ddfd3c
Compare
renovate
bot
changed the title
chore(deps): update dependency parse [security]
chore(deps): update dependency parse to v2 [security]
Dec 22, 2024
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.
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.