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
Our build broke due to a security vulnerability in Growl, found by retire.js.
Growl is included in many major libraries, including Mocha. I added a commit to ignore Mocha in retire.js, but to get our build to run I also had to disable Growl, which means it's being included by another dependency (possibly Babel, but I don't see it in their package.json).
We should remove the ignore setting for Growl as soon as the vulnerability is fixed, unless we determine it only impacts testing and therefore has a lower risk. The vuln can be monitored at https://nodesecurity.io/advisories/146.
The text was updated successfully, but these errors were encountered:
Our build broke due to a security vulnerability in Growl, found by retire.js.
Growl is included in many major libraries, including Mocha. I added a commit to ignore Mocha in retire.js, but to get our build to run I also had to disable Growl, which means it's being included by another dependency (possibly Babel, but I don't see it in their package.json).
We should remove the ignore setting for Growl as soon as the vulnerability is fixed, unless we determine it only impacts testing and therefore has a lower risk. The vuln can be monitored at https://nodesecurity.io/advisories/146.
The text was updated successfully, but these errors were encountered: