Tim Stackhouse

Results 35 comments of Tim Stackhouse

Hi @tanya732! The advisory being cited was not the root issue of the issue I submitted, v3 of this library is still affected by the following vulnerabilities in [vm2](https://github.com/patriksimek/vm2), which...

There's another CVE out, minimum patched version is now 0.30.2

Chiming in with another example: ```js const { preprocessTypescript } = require('@nrwl/cypress/plugins/preprocessor'); const tagify = require('cypress-tags'); module.exports = (on, config) => { on('file:preprocessor', tagify(config)); on('file:preprocessor', preprocessTypescript(config)); return config; }; ```...

This is the same issue as reported in #672