-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add frontend dependencies security audit #23437
Comments
I think this could be useful if we end up managing the alters and making sure we upgrade. Not sure however if we are in a position to do that on the frontend codebase. I think it is worth a try. What do you think @martint @dain @electrum .. Also @glebcha could we just run this locally for starters to test it out? Maybe an initial PR could just document how to do that manually, and we can talk about automation later |
Yeah let's add a script to package.json first and go from there |
@mosabua, created a PR with scripts in package.json both for current and new ui. |
@mosabua Any chance for a quick review of PR? |
The idea is to add security analysis tool like auditjs to eliminate potential risks in release flow.
This can be done both for current and new ui.
Output made with auditjs for current frontend dependencies (also can be exported in json or xml):
I can make a PR if this proposal will be approved by maintainers.
The text was updated successfully, but these errors were encountered: