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
The modules you list with security vulnerabilities are provided as part of the Cypress binary. They cannot be updated by Cypress Docker images and any update needs to come from the core https://github.com/cypress-io/cypress software.
Closing, since the Cypress Docker image cypress/browsers:latest does not contain any Cypress software and therefore the vulnerability report does not concern this repository. Even if cypress/included images were used, any issues need to be addressed directly through the process described on https://github.com/cypress-io/cypress .
Hello
I use cypress/browsers:latest to create my base image
My Dockerfile
I install cypress manually, this is the content of my package.json
Content of cypress.config.js
I use AWS Inspector to scan vulnerabilities and I get 3 critcal ones :
root/.cache/Cypress/13.6.0/Cypress/resources/app/node_modules/flat/package.json (current 4.1.1)
Update flat to 5.0.2
root/.cache/Cypress/13.6.0/Cypress/resources/app/node_modules/mocha-7.0.1/node_modules/minimist/package.json (current 0.0.8)
Update minimist to 1.2.6
root/.cache/Cypress/13.6.0/Cypress/resources/app/node_modules/loader-utils/package.json (current 1.4.0)
Update loader-utils to 2.0.3
Any idea how can I fix it ?
PS : I know "cypress-xpath" is deprecated and no longer supported
The text was updated successfully, but these errors were encountered: