-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependency striptags to v3.2.0 [security] #316
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-striptags-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
a89223f
to
ae0fd28
Compare
ae0fd28
to
93b7946
Compare
8c77c85
to
d63de54
Compare
d63de54
to
87b465e
Compare
2bf15dc
to
32f7ee6
Compare
69c0c13
to
f6c4225
Compare
809c180
to
0808990
Compare
0808990
to
94f7a43
Compare
f0640c1
to
67a6c03
Compare
1420825
to
db45348
Compare
c31dd40
to
5761dcc
Compare
3ff9c94
to
80bfdc9
Compare
0bb2f99
to
399a21b
Compare
399a21b
to
9bd4c3d
Compare
ec9671d
to
3b3e0f7
Compare
3b3e0f7
to
ea93aba
Compare
dc6dd04
to
15a3198
Compare
15a3198
to
8e6f6a5
Compare
2d70e80
to
53e928b
Compare
fd6be40
to
f2e7963
Compare
817a98a
to
967e930
Compare
fe0e5ef
to
cafac69
Compare
6777ad8
to
76d096a
Compare
3051c23
to
0525489
Compare
7c4bf92
to
ec9479f
Compare
ec9479f
to
5a7ff19
Compare
5a7ff19
to
d39a726
Compare
d39a726
to
d60afa6
Compare
4d82dd0
to
a690a8a
Compare
a690a8a
to
4a111ff
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.
This PR contains the following updates:
3.1.1
->3.2.0
GitHub Vulnerability Alerts
CVE-2021-32696
A type-confusion vulnerability can cause
striptags
to concatenate unsanitized strings when an array-like object is passed in as thehtml
parameter. This can be abused by an attacker who can control the shape of their input, e.g. if query parameters are passed directly into the function.Impact
XSS
Patches
3.2.0
Workarounds
Ensure that the
html
parameter is a string before calling the function.Release Notes
ericnorris/striptags (striptags)
v3.2.0
Compare Source
This release fixes a potential type confusion vulnerability when passing in a non-string argument to the function.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.