It's possible for a user to pass a relative file path for the snapshot name and reach outside of the project directory into the machine running the test. Example:
cy.get('h1').matchImageSnapshot('../../../ignore-relative-dirs')
The above will create an ignore-relative-dirs.png three levels up
Fixed in 8.0.2
Validate all the existing uses of matchImageSnapshot to ensure correct use of the filename argument. Example:
// snapshot name will be the test title
cy.matchImageSnapshot();
// snapshot name will be the name passed in
cy.matchImageSnapshot('login');
https://github.com/simonsmith/cypress-image-snapshot/issues/15
{
"github_reviewed": true,
"cwe_ids": [
"CWE-22"
],
"github_reviewed_at": "2023-08-01T16:59:40Z",
"nvd_published_at": "2023-08-04T18:15:14Z",
"severity": "MODERATE"
}