← Home

@nx/playwright

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.

50
Versions
MIT
License
No
Install Scripts
Verified
Provenance

Supply chain provenance

Status for the latest visible version.

SLSA provenance attestation npm registry signatures No source commit

Maintainers

nrwlownernrwl-jasonjack-nrwlmaxklessjameshenry

Keywords

MonorepoAngularReactWebNodeNestJestPlaywrightCLITestingFront-end

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:dynamic-require AI (semgrep): Migration helper loads a known Nx plugin by name; not arbitrary code execution. ai
semgrep semgrep:env-spread AI (semgrep): Test executor intentionally passes env to subprocess; standard pattern for Playwright/test runners. ai
semgrep semgrep:child-process-import AI (semgrep): Playwright executor must spawn child processes to run tests; expected and legitimate use. ai

Versions (showing 50 of 50)

Version Deps Published
22.7.5 5 / 1
22.7.4 5 / 1
22.7.3 5 / 1
22.7.2 5 / 1
22.7.1 5 / 1
22.7.0 5 / 1
22.6.5 5 / 1
22.6.4 5 / 1
22.6.3 5 / 1
22.6.2 5 / 1
22.6.1 5 / 1
22.6.0 5 / 1
22.5.4 5 / 1
22.5.3 5 / 1
22.5.2 5 / 1
22.5.1 5 / 1
22.5.0 5 / 1
22.4.5 5 / 1
22.4.4 5 / 1
22.4.3 5 / 1
22.4.2 5 / 1
22.4.1 5 / 1
22.4.0 5 / 1
22.3.3 5 / 1
22.3.2 5 / 1
22.3.1 5 / 1
22.3.0 5 / 1
22.2.7 5 / 1
22.2.6 5 / 1
22.2.5 5 / 1
22.2.4 5 / 1
22.2.3 5 / 1
22.2.2 5 / 1
22.2.1 5 / 1
22.2.0 5 / 1
22.1.3 5 / 1
22.1.2 5 / 1
22.1.1 5 / 1
22.1.0 5 / 1
22.0.4 5 / 1
22.0.3 5 / 1
22.0.2 5 / 1
22.0.1 5 / 1
22.0.0 5 / 1
21.6.11 6 / 1
21.6.10 6 / 1
21.6.9 6 / 1
21.3.12 6 / 0
20.8.4 6 / 0
20.8.3 6 / 0

v22.7.5

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.7.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.7.3

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.7.2

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.7.0

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.5

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.4

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.3

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.2

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.1

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.6.0

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.5.4

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.5.3

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.5.2

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.5.1

2 findings
HIGH env-spread: src/executors/playwright/playwright.impl.js:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.5.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.5

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.4.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.3.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.3.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.3.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.3.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.7

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.6

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.5

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.2.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.1.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.1.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.1.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.1.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.0.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.0.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.0.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.0.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v22.0.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v21.6.11

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v21.6.10

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v21.6.9

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v21.3.12

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v20.8.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v20.8.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.