-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update e2e-tests to v8 [security] #39090
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-simonsmith-cypress-image-snapshot-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update e2e-tests to v8 [security] #39090
renovate
wants to merge
1
commit into
master
from
renovate/npm-simonsmith-cypress-image-snapshot-vulnerability
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135808f
to
c59e3ee
Compare
c59e3ee
to
e920315
Compare
e920315
to
e273e9c
Compare
e273e9c
to
ee36adc
Compare
ee36adc
to
daee163
Compare
daee163
to
d271f6b
Compare
d271f6b
to
920b5cc
Compare
920b5cc
to
a770d7e
Compare
a770d7e
to
6b9e57c
Compare
6b9e57c
to
9b5a7cb
Compare
9b5a7cb
to
b5cb8f0
Compare
2256254
to
ae58c0a
Compare
ae58c0a
to
b6114fd
Compare
b6114fd
to
ef7a253
Compare
ef7a253
to
9f6b055
Compare
9f6b055
to
725b691
Compare
725b691
to
ee2904e
Compare
ee2904e
to
1321c1f
Compare
1321c1f
to
c99c7c4
Compare
c99c7c4
to
9a0d887
Compare
9a0d887
to
8e0a0c4
Compare
8e0a0c4
to
7770319
Compare
7770319
to
30ba1b6
Compare
30ba1b6
to
e4a08ac
Compare
e4a08ac
to
f46913d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.1.1
->^8.0.2
GitHub Vulnerability Alerts
CVE-2023-38695
Impact
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:
The above will create an
ignore-relative-dirs.png
three levels upPatches
Fixed in
8.0.2
Workarounds
Validate all the existing uses of
matchImageSnapshot
to ensure correct use of the filename argument. Example:References
https://github.com/simonsmith/cypress-image-snapshot/issues/15
Release Notes
simonsmith/cypress-image-snapshot (@simonsmith/cypress-image-snapshot)
v8.0.2
Compare Source
Bug Fixes
v8.0.1
Compare Source
Bug Fixes
v8.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Cypress.spec.relative
option togenerate the snapshot directory and changes the folder structure.
It should now match the directory structure found in the
cypress/e2e/
directory
Updating to this change may mean committing new snapshot paths and
removing old ones in your project (especially with component testing)
See the section "Snapshot paths" in the README for more information
v7.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
This is a rewrite of the original library, now with full support for
TypeScript and improved testing.
Notes:
matchImageSnapshot
remains the same, as well as all theimport paths
options
TypeScript types are exported under
@simonsmith/cypress-image-snapshot/types
.These should be used instead of the package on DefinitelyTyped
Removed:
reporter
is not supported in this version.Configuration
📅 Schedule: Branch creation - "" in timezone GMT, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.