@posthog/webpack-plugin
Webpack plugin for Posthog 🦔
Supply chain provenance
Status for the latest visible version.
Maintainers
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 env into child process spawn is standard; not exfiltration. | ai | |
| phantom-deps | phantom-dep:@posthog/cli | AI (phantom-deps): @posthog/cli is a same-org dep declared in package.json; phantom-dep false positive for this package. | ai |
Versions (showing 9 of 111)
| Version | Deps | Published |
|---|---|---|
| 1.2.1 | 2 / 4 | |
| 1.2.0 | 2 / 4 | |
| 1.1.4 | 2 / 4 | |
| 1.1.3 | 2 / 4 | |
| 1.1.2 | 2 / 4 | |
| 1.1.1 | 2 / 4 | |
| 1.1.0 | 2 / 4 | |
| 1.0.2 | 2 / 4 | |
| 1.0.0 | 2 / 4 |
v1.2.1
2 findingsSpreading entire process.env into an object — may capture all secrets 83 | await spawnLocal(config.cliBinaryPath, args, { 84 | cwd: process.cwd(), > 85 | env: { 86 | ...process.env, 87 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets 83 | await spawnLocal(config.cliBinaryPath, args, { 84 | cwd: process.cwd(), > 85 | env: { 86 | ...process.env, 87 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.4
2 findingsSpreading entire process.env into an object — may capture all secrets 80 | await spawnLocal(config.cliBinaryPath, args, { 81 | cwd: process.cwd(), > 82 | env: { 83 | ...process.env, 84 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.3
2 findingsSpreading entire process.env into an object — may capture all secrets 80 | await spawnLocal(config.cliBinaryPath, args, { 81 | cwd: process.cwd(), > 82 | env: { 83 | ...process.env, 84 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.2
2 findingsSpreading entire process.env into an object — may capture all secrets 80 | await spawnLocal(config.cliBinaryPath, args, { 81 | cwd: process.cwd(), > 82 | env: { 83 | ...process.env, 84 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.1
2 findingsSpreading entire process.env into an object — may capture all secrets 72 | await spawnLocal(config.cliBinaryPath, args, { 73 | cwd: process.cwd(), > 74 | env: { 75 | ...process.env, 76 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.0
2 findingsSpreading entire process.env into an object — may capture all secrets 72 | await spawnLocal(config.cliBinaryPath, args, { 73 | cwd: process.cwd(), > 74 | env: { 75 | ...process.env, 76 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.2
2 findingsSpreading entire process.env into an object — may capture all secrets 72 | await spawnLocal(config.cliBinaryPath, args, { 73 | cwd: process.cwd(), > 74 | env: { 75 | ...process.env, 76 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets 72 | await spawnLocal(config.cliBinaryPath, args, { 73 | cwd: process.cwd(), > 74 | env: { 75 | ...process.env, 76 | RUST_LOG: `posthog_cli=${config.logLevel}`,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.