-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Sanitize html props with xss vulnerability. #2732
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
936bde3
Sanitize html props with xss vulnerability.
T4rk1n 66b3b7e
Lint fix.
T4rk1n 98c7aae
Allow img src
T4rk1n 5bd2c70
Put back html react 16 in dev deps.
T4rk1n 33b79b5
Remove href from omitted props.
T4rk1n d3e2d18
destructure newProps to get _dash_error.
T4rk1n 0fcdd41
Audit fix.
T4rk1n 0d63b0b
Update components deps.
T4rk1n 6bdd256
Fix dash-table typescript errors.
T4rk1n 714ff86
Update changelog.
T4rk1n 86bd8a3
chokidar fix.
T4rk1n 70948c0
Remove old Link comment.
T4rk1n 737cfd9
build
T4rk1n f1fc2e0
build
T4rk1n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
5,093 changes: 2,949 additions & 2,144 deletions
5,093
components/dash-core-components/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
"maintainer": "Alex Johnson <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@braintree/sanitize-url": "^7.0.0", | ||
"@fortawesome/fontawesome-svg-core": "1.2.36", | ||
"@fortawesome/free-regular-svg-icons": "^5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
|
@@ -49,7 +50,7 @@ | |
"moment": "^2.29.4", | ||
"node-polyfill-webpack-plugin": "^2.0.1", | ||
"prop-types": "^15.8.1", | ||
"ramda": "^0.29.0", | ||
"ramda": "^0.29.1", | ||
"rc-slider": "^9.7.5", | ||
"react-addons-shallow-compare": "^15.6.3", | ||
"react-dates": "^21.8.0", | ||
|
@@ -64,11 +65,11 @@ | |
"uniqid": "^5.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.0", | ||
"@babel/cli": "^7.23.4", | ||
"@babel/core": "^7.23.7", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-env": "^7.23.8", | ||
"@babel/preset-react": "^7.23.3", | ||
"@plotly/dash-component-plugins": "^1.2.3", | ||
"@plotly/webpack-dash-dynamic-import": "^1.3.0", | ||
"babel-loader": "^9.1.3", | ||
|
@@ -88,9 +89,10 @@ | |
"react-jsx-parser": "1.21.0", | ||
"style-loader": "^3.3.3", | ||
"styled-jsx": "^3.4.4", | ||
"webpack": "^5.88.2", | ||
"webpack": "^5.90.0", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"optionalDependencies": { "fsevents": "*" }, | ||
"files": [ | ||
"/dash_core_components/*{.js,.map}", | ||
"/lib/" | ||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.