-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Snyk] Upgrade playwright from 1.42.1 to 1.45.0 #4
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade playwright from 1.42.1 to 1.45.0. See this package in npm: playwright See this project in Snyk: https://app.snyk.io/org/eryn-muetzel/project/0c5924b1-f0dd-47b6-9de1-8c9fb6f5c7cb?utm_source=github&utm_medium=referral&page=upgrade-pr
Minder Vulnerability Report ✅Minder analyzed this PR and found no vulnerable dependencies.
|
1 similar comment
Minder Vulnerability Report ✅Minder analyzed this PR and found no vulnerable dependencies.
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected] |
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
|
Package | Summary | Details |
---|---|---|
fsevents | Malicious code in fsevents (npm) | This advisory is intended to inform the npm ecosystem with details to resolve a third-party malware incident that may have impacted your infrastructure if you are directly or transitively dependent on the fsevents npm package. fsevents v1.0.0 <= v1.2.10 downloaded binary executables that contained unintended code due to an expired cloud storage resource being reclaimed by a third party. The fsevents npm package v1.0.0 through v1.2.10 attempts to fetch a pre-built binary executable artifact (fse.node) from cloud storage. If this fetch fails, fsevents v1.x will attempt to build this artifact directly from source. Version 1.x of fsevents has been deprecated for several years and as a result the aforementioned cloud storage resource namespace was available for registration. A third party, unrelated to the fsevents maintainers, subsequently claimed this namespace and in April 2023 this third party started serving modified versions of the “fse.node” binary executable artifact to new fsevents v1.x users. As of April 27, 2023 the cloud storage resource in question has been indefinitely suspended and is no longer serving binaries. The affected cloud storage pre-fetch was removed in fsevents version 1.2.11. The impact of the modified versions of fse.node appears to be limited to information gathering. Note that initial analysis was performed for the modified artifact associated with fsevents v1.2.9, which was distributed as fse-v1.2.9-node-v72-darwin-x64.tar.gz prior to the cloud storage resource being suspended. For more detailed analysis you may compare a decompilation of the v1.x fse.node artifacts on your systems with the intended fsevents v1.x source as it exists at https://github.com/fsevents/fsevents/tree/v1.x If you are dependent on the deprecated version of fsevents v1.x, the recommended course of action is to upgrade to fsevents v2.x or remove the dependency altogether as currently maintained versions of Node.js no longer require fsevents for file system watching on macOS. |
Dependency Information
Minder analyzed the dependencies introduced in this pull request and detected that some dependencies do not meet your security profile.
📦 Dependency: @nrwl/nx-darwin-arm64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-darwin-x64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-arm-gnueabihf
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-arm64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-arm64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-x64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-x64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 0 |
Provenance | 0 |
Malicious | false |
📦 Dependency: @nrwl/nx-win32-arm64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: @nrwl/nx-win32-x64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Malicious | false |
Package activity | 0 |
Provenance | 0 |
📦 Dependency: json-schema-traverse
Trusty Score: 4.8
Scoring details
Component | Score |
---|---|
Malicious | false |
User activity | 6.5 |
Repository activity | 3.1 |
From | activity |
Package activity | 4.8 |
Trust-summary | 4.7 |
Provenance | 8 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 9 |
Number of git tags or releases | 8 |
Versions matched to tags or releases | 5 |
|
Package | Summary | Details |
---|---|---|
fsevents | Malicious code in fsevents (npm) | This advisory is intended to inform the npm ecosystem with details to resolve a third-party malware incident that may have impacted your infrastructure if you are directly or transitively dependent on the fsevents npm package. fsevents v1.0.0 <= v1.2.10 downloaded binary executables that contained unintended code due to an expired cloud storage resource being reclaimed by a third party. The fsevents npm package v1.0.0 through v1.2.10 attempts to fetch a pre-built binary executable artifact (fse.node) from cloud storage. If this fetch fails, fsevents v1.x will attempt to build this artifact directly from source. Version 1.x of fsevents has been deprecated for several years and as a result the aforementioned cloud storage resource namespace was available for registration. A third party, unrelated to the fsevents maintainers, subsequently claimed this namespace and in April 2023 this third party started serving modified versions of the “fse.node” binary executable artifact to new fsevents v1.x users. As of April 27, 2023 the cloud storage resource in question has been indefinitely suspended and is no longer serving binaries. The affected cloud storage pre-fetch was removed in fsevents version 1.2.11. The impact of the modified versions of fse.node appears to be limited to information gathering. Note that initial analysis was performed for the modified artifact associated with fsevents v1.2.9, which was distributed as fse-v1.2.9-node-v72-darwin-x64.tar.gz prior to the cloud storage resource being suspended. For more detailed analysis you may compare a decompilation of the v1.x fse.node artifacts on your systems with the intended fsevents v1.x source as it exists at https://github.com/fsevents/fsevents/tree/v1.x If you are dependent on the deprecated version of fsevents v1.x, the recommended course of action is to upgrade to fsevents v2.x or remove the dependency altogether as currently maintained versions of Node.js no longer require fsevents for file system watching on macOS. |
Dependency Information
Minder analyzed the dependencies introduced in this pull request and detected that some dependencies do not meet your security profile.
📦 Dependency: @nrwl/cli
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | unknown |
Provenance | 0 |
Trust-summary | 6.3 |
From | provenance |
User activity | 8.7 |
Repository activity | 8.7 |
Package activity | 8.7 |
📦 Dependency: @nrwl/nx-darwin-arm64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | unknown |
Provenance | 0 |
User activity | 0 |
Repository activity | 0 |
From | activity |
Package activity | 0 |
Trust-summary | 2.6 |
📦 Dependency: @nrwl/nx-darwin-x64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | unknown |
Provenance | 0 |
From | activity |
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
Trust-summary | 2.6 |
📦 Dependency: @nrwl/nx-linux-arm-gnueabihf
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 0 |
Trust-summary | 2.6 |
Provenance_type | unknown |
Provenance | 0 |
User activity | 0 |
Repository activity | 0 |
From | activity |
📦 Dependency: @nrwl/nx-linux-arm64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
From | activity |
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
Trust-summary | 2.7 |
Provenance_type | unknown |
Provenance | 0 |
📦 Dependency: @nrwl/nx-linux-arm64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
Trust-summary | 2.6 |
Provenance_type | unknown |
Provenance | 0 |
From | activity |
📦 Dependency: @nrwl/nx-linux-x64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 2.7 |
Provenance_type | unknown |
Provenance | 0 |
User activity | 0 |
Repository activity | 0 |
From | activity |
Package activity | 0 |
📦 Dependency: @nrwl/nx-linux-x64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 2.8 |
Provenance_type | unknown |
Provenance | 0 |
From | activity |
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
📦 Dependency: @nrwl/nx-win32-arm64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 2.7 |
Provenance_type | unknown |
Provenance | 0 |
From | activity |
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
📦 Dependency: @nrwl/nx-win32-x64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | unknown |
Provenance | 0 |
From | activity |
User activity | 0 |
Repository activity | 0 |
Package activity | 0 |
Trust-summary | 2.6 |
📦 Dependency: @nrwl/tao
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | verified_provenance_match |
Provenance | 0 |
User activity | 8.7 |
Repository activity | 8.7 |
From | activity |
Package activity | 8.7 |
Trust-summary | 9.3 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 1613 |
Number of git tags or releases | 313 |
Versions matched to tags or releases | 247 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=137014867 |
📦 Dependency: @nrwl/workspace
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.7 |
Trust-summary | 9.2 |
Provenance_type | verified_provenance_match |
Provenance | 0 |
User activity | 8.7 |
Repository activity | 8.7 |
From | activity |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 1645 |
Number of git tags or releases | 313 |
Versions matched to tags or releases | 247 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=137014897 |
📦 Dependency: @parcel/watcher
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
User activity | 8.4 |
Repository activity | 4.8 |
From | activity |
Package activity | 6.6 |
Trust-summary | 5.2 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 37 |
Number of git tags or releases | 25 |
Versions matched to tags or releases | 21 |
📦 Dependency: acorn
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | historical_provenance_match |
Provenance | 0 |
From | provenance |
User activity | 9.4 |
Repository activity | 6.8 |
Package activity | 8.1 |
Trust-summary | 6.2 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 136 |
Number of git tags or releases | 103 |
Versions matched to tags or releases | 102 |
📦 Dependency: ajv
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Trust-summary | 7.4 |
User activity | 8.5 |
Repository activity | 7.6 |
From | activity |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 357 |
Number of git tags or releases | 121 |
Versions matched to tags or releases | 100 |
📦 Dependency: ansi-styles
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 10 |
Repository activity | 3.7 |
From | activity |
Package activity | 6.8 |
Trust-summary | 5.3 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 28 |
Number of git tags or releases | 27 |
Versions matched to tags or releases | 26 |
📦 Dependency: babel-plugin-macros
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 5.1 |
From | activity |
Package activity | 7.3 |
Trust-summary | 5 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 9.6 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 37 |
Number of git tags or releases | 39 |
Versions matched to tags or releases | 22 |
📦 Dependency: brace-expansion
Trusty Score: 0
Scoring details
Component | Score |
---|---|
User activity | 9.4 |
Repository activity | 3.5 |
From | activity |
Package activity | 6.5 |
Trust-summary | 4.9 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 19 |
Number of git tags or releases | 18 |
Versions matched to tags or releases | 17 |
📦 Dependency: chalk
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
Trust-summary | 5.6 |
User activity | 9.9 |
Repository activity | 6.4 |
From | provenance |
Package activity | 8.2 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 38 |
Number of git tags or releases | 44 |
Versions matched to tags or releases | 37 |
📦 Dependency: cliui
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 5.2 |
From | activity |
User activity | 8.1 |
Repository activity | 4.2 |
Package activity | 6.2 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 25 |
Number of git tags or releases | 39 |
Versions matched to tags or releases | 24 |
📦 Dependency: cosmiconfig
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.8 |
Trust-summary | 5.1 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 8.6 |
Repository activity | 5.1 |
From | activity |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 57 |
Number of git tags or releases | 59 |
Versions matched to tags or releases | 50 |
📦 Dependency: dotenv
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 8.8 |
Repository activity | 6.6 |
From | activity |
Package activity | 7.7 |
Trust-summary | 5.8 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 86 |
Number of git tags or releases | 78 |
Versions matched to tags or releases | 75 |
📦 Dependency: emoji-regex
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
Trust-summary | 4.9 |
User activity | 8.7 |
Repository activity | 4.9 |
From | activity |
Package activity | 6.8 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 35 |
Number of git tags or releases | 35 |
Versions matched to tags or releases | 34 |
📦 Dependency: fast-glob
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | historical_provenance_match |
Provenance | 0 |
Trust-summary | 5.2 |
User activity | 9.4 |
Repository activity | 5.1 |
From | activity |
Package activity | 7.2 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 43 |
Number of git tags or releases | 40 |
Versions matched to tags or releases | 37 |
📦 Dependency: fast-uri
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 3.4 |
Package activity | 5.9 |
Trust-summary | 4.9 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
From | activity |
User activity | 8.4 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 14 |
Number of git tags or releases | 13 |
Versions matched to tags or releases | 13 |
📦 Dependency: fs-extra
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 6.5 |
From | activity |
Package activity | 7.8 |
Trust-summary | 6 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 9.2 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 96 |
Number of git tags or releases | 89 |
Versions matched to tags or releases | 89 |
📦 Dependency: glob
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 6.1 |
From | activity |
Package activity | 8 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Trust-summary | 6 |
User activity | 10 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 170 |
Number of git tags or releases | 112 |
Versions matched to tags or releases | 108 |
📦 Dependency: has-flag
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 2.7 |
Package activity | 6.2 |
Trust-summary | 4.2 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
From | activity |
User activity | 9.6 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 6 |
Number of git tags or releases | 5 |
Versions matched to tags or releases | 5 |
📦 Dependency: json-schema-traverse
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 4.8 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Trust-summary | 4.4 |
From | activity |
User activity | 6.5 |
Repository activity | 3.1 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 9 |
Number of git tags or releases | 8 |
Versions matched to tags or releases | 5 |
📦 Dependency: minimatch
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
Trust-summary | 5.7 |
User activity | 9.3 |
Repository activity | 5.3 |
From | activity |
Package activity | 7.4 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 110 |
Number of git tags or releases | 104 |
Versions matched to tags or releases | 101 |
📦 Dependency: nx
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Repository activity | 8.7 |
From | activity |
Package activity | 8.8 |
Trust-summary | 9.4 |
Provenance_type | verified_provenance_match |
Provenance | 0 |
User activity | 8.9 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 1501 |
Number of git tags or releases | 346 |
Versions matched to tags or releases | 278 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=149132471 |
📦 Dependency: playwright
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 10 |
Provenance_type | verified_provenance_match |
Provenance | 0 |
User activity | 9.5 |
Repository activity | 10 |
From | activity |
Package activity | 9.7 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 4660 |
Number of git tags or releases | 125 |
Versions matched to tags or releases | 98 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/microsoft/playwright |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish_release_npm.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=149571219 |
📦 Dependency: playwright-core
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance_type | verified_provenance_match |
Provenance | 0 |
User activity | 9.5 |
Repository activity | 10 |
From | activity |
Package activity | 9.7 |
Trust-summary | 10 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 4646 |
Number of git tags or releases | 125 |
Versions matched to tags or releases | 98 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/microsoft/playwright |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish_release_npm.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=149571274 |
📦 Dependency: rxjs
Trusty Score: 0
Scoring details
Component | Score |
---|---|
User activity | 9 |
Repository activity | 8.7 |
From | provenance |
Package activity | 8.9 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Trust-summary | 7.3 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 162 |
Number of git tags or releases | 94 |
Versions matched to tags or releases | 85 |
📦 Dependency: search-insights
Trusty Score: 0
Scoring details
Component | Score |
---|---|
From | activity |
User activity | 9.7 |
Repository activity | 4.7 |
Package activity | 7.2 |
Trust-summary | 4.8 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 65 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 54 |
📦 Dependency: string-width
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
Trust-summary | 5 |
From | activity |
User activity | 9.8 |
Repository activity | 4 |
Package activity | 6.9 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 24 |
Number of git tags or releases | 23 |
Versions matched to tags or releases | 23 |
📦 Dependency: supports-color
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.1 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
From | activity |
Trust-summary | 5.2 |
User activity | 10 |
Repository activity | 4.2 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 50 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 49 |
📦 Dependency: tslib
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | 0 |
Trust-summary | 5.6 |
From | activity |
User activity | 9.7 |
Repository activity | 5.8 |
Package activity | 7.8 |
Provenance_type | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 48 |
Number of git tags or releases | 87 |
Versions matched to tags or releases | 45 |
📦 Dependency: v8-compile-cache
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Trust-summary | 4.6 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
User activity | 7.7 |
Repository activity | 4.1 |
From | activity |
Package activity | 5.9 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 13 |
Number of git tags or releases | 13 |
Versions matched to tags or releases | 13 |
📦 Dependency: wrap-ansi
Trusty Score: 0
Scoring details
Component | Score |
---|---|
User activity | 9.7 |
Repository activity | 3.3 |
Package activity | 6.5 |
Provenance_type | historical_provenance_match |
Provenance | 0 |
From | activity |
Trust-summary | 4.7 |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 20 |
Number of git tags or releases | 18 |
Versions matched to tags or releases | 18 |
|
Package | Summary | Details |
---|---|---|
fsevents | Malicious code in fsevents (npm) | This advisory is intended to inform the npm ecosystem with details to resolve a third-party malware incident that may have impacted your infrastructure if you are directly or transitively dependent on the fsevents npm package. fsevents v1.0.0 <= v1.2.10 downloaded binary executables that contained unintended code due to an expired cloud storage resource being reclaimed by a third party. The fsevents npm package v1.0.0 through v1.2.10 attempts to fetch a pre-built binary executable artifact (fse.node) from cloud storage. If this fetch fails, fsevents v1.x will attempt to build this artifact directly from source. Version 1.x of fsevents has been deprecated for several years and as a result the aforementioned cloud storage resource namespace was available for registration. A third party, unrelated to the fsevents maintainers, subsequently claimed this namespace and in April 2023 this third party started serving modified versions of the “fse.node” binary executable artifact to new fsevents v1.x users. As of April 27, 2023 the cloud storage resource in question has been indefinitely suspended and is no longer serving binaries. The affected cloud storage pre-fetch was removed in fsevents version 1.2.11. The impact of the modified versions of fse.node appears to be limited to information gathering. Note that initial analysis was performed for the modified artifact associated with fsevents v1.2.9, which was distributed as fse-v1.2.9-node-v72-darwin-x64.tar.gz prior to the cloud storage resource being suspended. For more detailed analysis you may compare a decompilation of the v1.x fse.node artifacts on your systems with the intended fsevents v1.x source as it exists at https://github.com/fsevents/fsevents/tree/v1.x If you are dependent on the deprecated version of fsevents v1.x, the recommended course of action is to upgrade to fsevents v2.x or remove the dependency altogether as currently maintained versions of Node.js no longer require fsevents for file system watching on macOS. |
Dependency Information
Minder analyzed the dependencies introduced in this pull request and detected that some dependencies do not meet your security profile.
📦 Dependency: @nrwl/cli
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.8 |
Repository activity | 8.7 |
User activity | 8.8 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 997 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 3 |
Alternatives
Package | Score | Description |
---|---|---|
@angular/cli | 0 | |
create-react-app | 0 |
📦 Dependency: @nrwl/nx-darwin-arm64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-darwin-x64
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-linux-arm-gnueabihf
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-linux-arm64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-linux-arm64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-linux-x64-gnu
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-linux-x64-musl
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-win32-arm64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/nx-win32-x64-msvc
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Provenance | unknown |
📦 Dependency: @nrwl/tao
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.8 |
Repository activity | 8.7 |
User activity | 8.8 |
Provenance | verified_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 1095 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 50 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=137014867 |
Alternatives
Package | Score | Description |
---|---|---|
create-react-app | 0 | |
create-react-app | 0 |
📦 Dependency: @nrwl/workspace
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.7 |
Repository activity | 8.7 |
User activity | 8.7 |
Provenance | verified_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 1127 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 50 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=137014897 |
📦 Dependency: @parcel/watcher
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.6 |
Repository activity | 4.8 |
User activity | 8.4 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 20 |
Number of git tags or releases | 17 |
Versions matched to tags or releases | 13 |
📦 Dependency: acorn
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.1 |
Repository activity | 6.8 |
User activity | 9.4 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 107 |
Number of git tags or releases | 73 |
Versions matched to tags or releases | 72 |
📦 Dependency: ajv
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.1 |
Repository activity | 7.6 |
User activity | 8.6 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 352 |
Number of git tags or releases | 115 |
Versions matched to tags or releases | 95 |
Alternatives
Package | Score | Description |
---|---|---|
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 | |
joi | 0 | |
jsonschema | 0 |
📦 Dependency: ansi-styles
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.8 |
Repository activity | 3.7 |
User activity | 10 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 20 |
Number of git tags or releases | 19 |
Versions matched to tags or releases | 18 |
Alternatives
Package | Score | Description |
---|---|---|
chalk | 0 | |
colors | 0 | |
kleur | 0 | |
colorette | 0 | |
chalk | 0 | |
colors | 0 | |
kleur | 0 | |
colorette | 0 |
📦 Dependency: babel-plugin-macros
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.3 |
Repository activity | 5.1 |
User activity | 9.6 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 34 |
Number of git tags or releases | 36 |
Versions matched to tags or releases | 19 |
Alternatives
Package | Score | Description |
---|---|---|
babel-plugin-preval | 0 |
📦 Dependency: brace-expansion
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.5 |
Repository activity | 3.5 |
User activity | 9.4 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 15 |
Number of git tags or releases | 13 |
Versions matched to tags or releases | 13 |
Alternatives
Package | Score | Description |
---|---|---|
braces | 0 | |
expand-braces | 0 | |
expand-range | 0 | |
braces | 0 | |
expand-braces | 0 | |
expand-range | 0 |
📦 Dependency: chalk
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.2 |
Repository activity | 6.4 |
User activity | 9.9 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 31 |
Number of git tags or releases | 38 |
Versions matched to tags or releases | 31 |
Alternatives
Package | Score | Description |
---|---|---|
colors | 0 | |
kleur | 0 | |
colorette | 0 | |
ansi-colors | 0 | |
colors | 0 | |
kleur | 0 | |
colorette | 0 | |
ansi-colors | 0 |
📦 Dependency: cliui
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.2 |
Repository activity | 4.2 |
User activity | 8.2 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 23 |
Number of git tags or releases | 35 |
Versions matched to tags or releases | 22 |
Alternatives
Package | Score | Description |
---|---|---|
blessed-contrib | 0 | |
ink | 0 | |
react-blessed | 0 | |
blessed-contrib | 0 | |
ink | 0 | |
react-blessed | 0 |
📦 Dependency: cosmiconfig
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.8 |
Repository activity | 5.1 |
User activity | 8.6 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 36 |
Number of git tags or releases | 32 |
Versions matched to tags or releases | 32 |
Alternatives
Package | Score | Description |
---|---|---|
confit | 0 | |
find-config | 0 | |
confit | 0 | |
find-config | 0 |
📦 Dependency: dotenv
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.7 |
Repository activity | 6.6 |
User activity | 8.8 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 47 |
Number of git tags or releases | 39 |
Versions matched to tags or releases | 37 |
Alternatives
Package | Score | Description |
---|---|---|
dotenv-webpack | 0 | |
dotenv-cli | 0 | |
dotenv-safe | 0 | |
dotenv-webpack | 0 | |
dotenv-cli | 0 | |
dotenv-safe | 0 |
📦 Dependency: emoji-regex
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.8 |
Repository activity | 4.9 |
User activity | 8.7 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 23 |
Number of git tags or releases | 22 |
Versions matched to tags or releases | 22 |
📦 Dependency: fast-glob
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7 |
Repository activity | 5.1 |
User activity | 8.9 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 35 |
Number of git tags or releases | 31 |
Versions matched to tags or releases | 29 |
Alternatives
Package | Score | Description |
---|---|---|
glob | 0 | |
fs-extra | 0 | |
globby | 0 | |
micromatch | 0 | |
glob-stream | 0 | |
find-up | 0 | |
glob-parent | 0 | |
glob-fs | 0 | |
glob | 0 | |
fs-extra | 0 | |
globby | 0 | |
micromatch | 0 | |
glob-stream | 0 | |
find-up | 0 | |
glob-parent | 0 | |
glob-fs | 0 |
📦 Dependency: fast-uri
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 5.9 |
Repository activity | 3.4 |
User activity | 8.4 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 12 |
Number of git tags or releases | 11 |
Versions matched to tags or releases | 11 |
Alternatives
Package | Score | Description |
---|---|---|
uri-js | 0 |
📦 Dependency: fs-extra
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.8 |
Repository activity | 6.5 |
User activity | 9.2 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 96 |
Number of git tags or releases | 89 |
Versions matched to tags or releases | 89 |
Alternatives
Package | Score | Description |
---|---|---|
rimraf | 0 | |
graceful-fs | 0 | |
fs-jetpack | 0 | |
rimraf | 0 | |
graceful-fs | 0 | |
fs-jetpack | 0 |
📦 Dependency: glob
Trusty Score: 0
Alternatives
Package | Score | Description |
---|---|---|
rimraf | 0 | |
minimatch | 0 | |
fast-glob | 0 | |
glob-stream | 0 | |
glob-parent | 0 | |
node-glob | 0 | |
rimraf | 0 | |
minimatch | 0 | |
fast-glob | 0 | |
glob-stream | 0 | |
glob-parent | 0 | |
node-glob | 0 |
📦 Dependency: has-flag
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.2 |
Repository activity | 2.7 |
User activity | 9.6 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 4 |
Number of git tags or releases | 3 |
Versions matched to tags or releases | 3 |
Alternatives
Package | Score | Description |
---|---|---|
arg | 0 | |
yargs-parser | 0 | |
minimist | 0 | |
arg | 0 | |
yargs-parser | 0 | |
minimist | 0 |
📦 Dependency: json-schema-traverse
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 4.8 |
Repository activity | 3.1 |
User activity | 6.5 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 9 |
Number of git tags or releases | 8 |
Versions matched to tags or releases | 5 |
Alternatives
Package | Score | Description |
---|---|---|
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 | |
ajv | 0 | |
swagger-parser | 0 |
📦 Dependency: minimatch
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.4 |
Repository activity | 5.4 |
User activity | 9.3 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 42 |
Number of git tags or releases | 36 |
Versions matched to tags or releases | 33 |
Alternatives
Package | Score | Description |
---|---|---|
glob | 0 | |
micromatch | 0 | |
braces | 0 | |
picomatch | 0 | |
minimatch-all | 0 | |
glob | 0 | |
micromatch | 0 | |
braces | 0 | |
picomatch | 0 | |
minimatch-all | 0 |
📦 Dependency: nx
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.8 |
Repository activity | 8.7 |
User activity | 8.8 |
Provenance | verified_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 875 |
Number of git tags or releases | 57 |
Versions matched to tags or releases | 50 |
This package has been digitally signed using sigtore.
Source repository | https://github.com/nrwl/nx |
Cerificate Issuer | CN=sigstore-intermediate,O=sigstore.dev |
GitHub action workflow | .github/workflows/publish.yml |
Rekor (public ledger) entry | https://search.sigstore.dev/?logIndex=152325964 |
📦 Dependency: playwright
Trusty Score: 0
Alternatives
Package | Score | Description |
---|---|---|
puppeteer | 0 | |
selenium-webdriver | 0 | |
cypress | 0 | |
puppeteer | 0 | |
selenium-webdriver | 0 | |
cypress | 0 |
📦 Dependency: playwright-core
Trusty Score: 0
Alternatives
Package | Score | Description |
---|---|---|
puppeteer | 0 | |
selenium-webdriver | 0 | |
webdriverio | 0 | |
puppeteer | 0 | |
selenium-webdriver | 0 | |
webdriverio | 0 |
📦 Dependency: rxjs
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 8.9 |
Repository activity | 8.7 |
User activity | 9 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 128 |
Number of git tags or releases | 60 |
Versions matched to tags or releases | 53 |
📦 Dependency: search-insights
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.2 |
Repository activity | 4.7 |
User activity | 9.7 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 57 |
Number of git tags or releases | 49 |
Versions matched to tags or releases | 46 |
Alternatives
Package | Score | Description |
---|---|---|
algoliasearch | 0 |
📦 Dependency: string-width
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.9 |
Repository activity | 4 |
User activity | 9.8 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 16 |
Number of git tags or releases | 16 |
Versions matched to tags or releases | 16 |
Alternatives
Package | Score | Description |
---|---|---|
string-length | 0 | |
wide-align | 0 | |
string-length | 0 | |
wide-align | 0 |
📦 Dependency: supports-color
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.1 |
Repository activity | 4.2 |
User activity | 9.9 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 36 |
Number of git tags or releases | 43 |
Versions matched to tags or releases | 35 |
📦 Dependency: tslib
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 7.8 |
Repository activity | 5.8 |
User activity | 9.7 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 30 |
Number of git tags or releases | 56 |
Versions matched to tags or releases | 27 |
Alternatives
Package | Score | Description |
---|---|---|
ts-toolbelt | 0 | |
ts-helpers | 0 |
📦 Dependency: v8-compile-cache
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 5.9 |
Repository activity | 4.1 |
User activity | 7.7 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 12 |
Number of git tags or releases | 12 |
Versions matched to tags or releases | 12 |
📦 Dependency: wrap-ansi
Trusty Score: 0
Scoring details
Component | Score |
---|---|
Package activity | 6.5 |
Repository activity | 3.3 |
User activity | 9.7 |
Provenance | historical_provenance_match |
Proof of Origin (Provenance)
This package can be linked back to its source code using a historical provenance map.
We were able to correlate a significant number of git tags and tagged releases in this package’s source code to versions of the published package. This mapping creates a strong link from the package back to its source code repository, verifying proof of origin.
Published package versions | 16 |
Number of git tags or releases | 14 |
Versions matched to tags or releases | 14 |
Alternatives
Package | Score | Description |
---|---|---|
chalk | 0 | |
ansi-styles | 0 | |
ansi-escapes | 0 | |
chalk | 0 | |
ansi-styles | 0 | |
ansi-escapes | 0 |
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade playwright from 1.42.1 to 1.45.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 157 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: playwright
Clock
Utilizing the new Clock API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:
await page.clock.install({ time: new Date('2024-02-02T08:00:00') });
await page.goto('http://localhost:3333');
// Pretend that the user closed the laptop lid and opened it again at 10am,
// Pause the time once reached that point.
await page.clock.pauseAt(new Date('2024-02-02T10:00:00'));
// Assert the page state.
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:00:00 AM');
// Close the laptop lid again and open it at 10:30am.
await page.clock.fastForward('30:00');
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:30:00 AM');
See the clock guide for more details.
Test runner
New CLI option
--fail-on-flaky-tests
that sets exit code to1
upon any flaky tests. Note that by default, the test runner exits with code0
when all failed tests recovered upon a retry. With this option, the test run will fail in such case.New enviroment variable
PLAYWRIGHT_FORCE_TTY
controls whether built-inlist
,line
anddot
reporters assume a live terminal. For example, this could be useful to disable tty behavior when your CI environment does not handle ANSI control sequences well. Alternatively, you can enable tty behavior even when to live terminal is present, if you plan to post-process the output and handle control sequences.PLAYWRIGHT_FORCE_TTY=0 npx playwright test
# Enable TTY features, assuming a terminal width 80
PLAYWRIGHT_FORCE_TTY=80 npx playwright test
New options testConfig.respectGitIgnore and testProject.respectGitIgnore control whether files matching
.gitignore
patterns are excluded when searching for tests.New property
timeout
is now available for custom expect matchers. This property takes into accountplaywright.config.ts
andexpect.configure()
.export const expect = baseExpect.extend({
async toHaveAmount(locator: Locator, expected: number, options?: { timeout?: number }) {
// When no timeout option is specified, use the config timeout.
const timeout = options?.timeout ?? this.timeout;
// ... implement the assertion ...
},
});
Miscellaneous
Method locator.setInputFiles() now supports uploading a directory for
<input type=file webkitdirectory>
elements.Multiple methods like locator.click() or locator.press() now support a
ControlOrMeta
modifier key. This key maps toMeta
on macOS and maps toControl
on Windows and Linux.New property
httpCredentials.send
in apiRequest.newContext() that allows to either always send theAuthorization
header or only send it in response to401 Unauthorized
.New option
reason
in apiRequestContext.dispose() that will be included in the error message of ongoing operations interrupted by the context disposal.New option
host
in browserType.launchServer() allows to accept websocket connections on a specific address instead of unspecified0.0.0.0
.Playwright now supports Chromium, Firefox and WebKit on Ubuntu 24.04.
v1.45 is the last release to receive WebKit update for macOS 12 Monterey. Please update macOS to keep using the latest WebKit.
Browser Versions
This version was also tested against the following stable channels:
Highlights
#30779 - [REGRESSION]: When using
video: 'on'
with VSCode extension the browser got closed#30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work
#30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work
#30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile
. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI option for running only tests that failed in the previous run.First run all tests:
Running 103 tests using 5 workers
...
2 failed
[chromium] › my-test.spec.ts:8:5 › two ─────────────────────────────────────────────────────────
[chromium] › my-test.spec.ts:13:5 › three ──────────────────────────────────────────────────────
101 passed (30.0s)
Now fix the failing tests and run Playwright again with
--last-failed
option:Running 2 tests using 2 workers
2 passed (1.2s)
Browser Versions
This version was also tested against the following stable channels:
Highlights
#30300 - [REGRESSION]: UI mode restarts if keep storage state
#30339 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failure
for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.export default defineConfig({
use: {
trace: 'retain-on-first-failure',
},
});
New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
object obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocator
object to aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@ fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
Highlights
#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0
#29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import
#29739 - [Bug]: Component tests fails when imported a module with a dot in a name
#29731 - [Regression]: 1.42.0 breaks some import statements
#29760 - [Bug]: Possible regression with chained locators in v1.42
Browser Versions
This version was also tested against the following stable channels:
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:![](https://camo.githubusercontent.com/818ad3738c0e04db3d2ae8a11258ea6ac0cc6534879c669e47f2dfb263a547ac/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f694a6a4e6a52684e6a4a69596931684f4449324c54526d4e324d744f44426c4d6930354f5459315a546b7a4d6a6b304d7a4d694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496d4d324e4745324d6d4a694c5745344d6a59744e475933597930344d4755794c546b354e6a566c4f544d794f54517a4d794a3966513d3d)