@wordpress/scripts and vulnerability warnings
-
I am using @wordpress/scripts for building client sites. I use it locally on mamp to develop themes. More often than not, when I install it or update/audit it as per the instructions at https://developer.www.ads-software.com/block-editor/reference-guides/packages/packages-scripts/ I get a warning in Terminal about vulnerabilities.
Today, I took a first post-Christmas look at a site I have been working on, and immediately got warned about 5 high severity vulnerabilities. Running ‘npm audit fix’ changed this to “11 vulnerabilities (3 moderate, 8 high)”, and also seemed to change the version from @wordpress/[email protected] to @wordpress/[email protected]!
Running Audit fix again seemed to reinstate the latest version of @wordpress/[email protected], along with the same 5 vulnerabilities I started with, so back to square one.
So it seems that there is no way to fix these vulnerabilities, but Terminal is telling me they are high severity. What are you supposed to do in situations like this? I have to use @wordpress/scripts because it seems you can’t construct Gutenberg blocks without it, but I feel out of my depth with these vulnerability issues. I don’t know how to fix them, which means it feels like I am providing client work that is full of vulnerabilities.
At the same time, I don’t see how vulnerabilities that presumably only exist in my local version of the theme folder could cause vulnerabilities on the public, live version of a site. And if someone was able to break into my local theme folders, I think they’d have better things to do than mess with my themes.
Should I just ignore these warnings? I have searched online but have not found any useful info about this issue, that I feel I can trust.
- The topic ‘@wordpress/scripts and vulnerability warnings’ is closed to new replies.