You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This request was originally reported to [email protected], though since redirected here due to the nature of the content (3rd party libraries)
Context
We're looking to utilize Superset for use in our corporate development infrastructure though were alerted by our security team, that the package currently depends upon a number of outdated and vulnerable 3rd party Javascript libraries
I opened a PR to bring the urijs and xss packages up to date: #18922 . ajv appears to be used in storybook and build tools so shouldn't affect runtime, and trim should not affect Superset, as it's a ReDoS and we're currently only running JS on the frontend.
Feel free to hack away at the remaining ones if you have the time. One dep that would probably solve a lot of npm audit complaints is react-markdown. Updating that to the latest version (8.0.0, but even 7.1.2 would be nice if there's concern that a x.0.0 may be unstable) will require some refactoring, but would be very valuable work.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Looks like the threats have been addressed and that's probably why this has gone idle for so long. We're still open to any and all package bump PRs, and if you think I'm misconstruing anything and this needs re-opening, just say the word! Thank you!
NOTE: This request was originally reported to [email protected], though since redirected here due to the nature of the content (3rd party libraries)
Context
We're looking to utilize Superset for use in our corporate development infrastructure though were alerted by our security team, that the package currently depends upon a number of outdated and vulnerable 3rd party Javascript libraries
Details
Curious if all of the above are in the critical path of
superset-frontend
usage? Or only present during build, units or other testing.The text was updated successfully, but these errors were encountered: