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
Just noticed Dependabot's security alert in my project regarding SSRF vulnerability of ip 1.1.8. The dependency is being imported through puppeteer.
They already have issue in there, so I guess they will mitigate it sooner or later, although it looks the ip is currently not being developed. But once it is done, a new version of backstopjs will be required, so I am opening this to get attention.
Currently it is possible to shift back to version 6.2.2 which depends on older (and also unmaintained) version of pupetteer, but this is obviously not the ideal solution.
The text was updated successfully, but these errors were encountered:
This can be manually fixed in package.json by overriding proxy-agent for now. When puppeteer does so in their dependencies, it will organically find its way into backstop.
Just noticed Dependabot's security alert in my project regarding SSRF vulnerability of
ip 1.1.8
. The dependency is being imported throughpuppeteer
.They already have issue in there, so I guess they will mitigate it sooner or later, although it looks the
ip
is currently not being developed. But once it is done, a new version ofbackstopjs
will be required, so I am opening this to get attention.Currently it is possible to shift back to version
6.2.2
which depends on older (and also unmaintained) version ofpupetteer
, but this is obviously not the ideal solution.The text was updated successfully, but these errors were encountered: