@pnpm/engine.pm.commands
pnpm commands for self-updating and setting up pnpm
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Spreading process.env to pass to spawnSync with a single override is standard pnpm tooling pattern, not a secret leak. | ai |
Versions (showing 26 of 26)
| Version | Deps | Published |
|---|---|---|
| 1101.1.20 | 29 / 10 | |
| 1101.1.19 | 29 / 10 | |
| 1101.1.18 | 29 / 10 | |
| 1101.1.17 | 29 / 10 | |
| 1101.1.16 | 29 / 10 | |
| 1101.1.15 | 29 / 10 | |
| 1101.1.14 | 29 / 10 | |
| 1101.1.13 | 29 / 10 | |
| 1101.1.12 | 28 / 10 | |
| 1101.1.11 | 28 / 10 | |
| 1101.1.10 | 28 / 10 | |
| 1101.1.9 | 28 / 10 | |
| 1101.1.8 | 28 / 10 | |
| 1101.1.7 | 28 / 10 | |
| 1101.1.6 | 28 / 10 | |
| 1101.1.5 | 28 / 10 | |
| 1101.1.4 | 28 / 10 | |
| 1101.1.3 | 27 / 10 | |
| 1101.1.2 | 27 / 10 | |
| 1101.1.1 | 27 / 10 | |
| 1101.1.0 | 27 / 10 | |
| 1101.0.2 | 27 / 10 | |
| 1101.0.0 | 26 / 10 | |
| 1100.0.1 | 24 / 12 | |
| 1100.0.0 | 24 / 11 | |
| 1000.0.0 | 22 / 11 |
v1101.1.20
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.19
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.18
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.17
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.16
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.15
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.14
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.13
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.12
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.11
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.10
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.9
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.8
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.7
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.6
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.1
3 findingsSpreading entire process.env into an object — may capture all secrets 70 | const { status, error } = spawnSync(execPath, ['add', '-g', `file:${execDir}`], { 71 | stdio: 'inherit', > 72 | env: { 73 | ...process.env, 74 | PNPM_HOME: pnpmHomeDir,
Spreading entire process.env into an object — may capture all secrets 77 | // by pnpm releases that ship the `pmOnFail` setting. 78 | const pnpmEnv = prependDirsToPath([binDir]); > 79 | const spawnEnv = { 80 | ...process.env, 81 | [pnpmEnv.name]: pnpmEnv.value,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.0.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1101.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1100.0.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1100.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1000.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.