@opensip-tools/contracts
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:new-function-constructor | AI (semgrep): Fires in test files only; explicitly annotated as trusted source; not in runtime code. | ai | |
| semgrep | semgrep:etc-passwd-access | AI (semgrep): Fires on a unit test validating path sanitization; not credential harvesting. Stable false positive for this package. | ai |
Versions (showing 27 of 27)
| Version | Deps | Published |
|---|---|---|
| 2.7.1 | 1 / 4 | |
| 2.7.0 | 1 / 4 | |
| 2.6.2 | 1 / 4 | |
| 2.6.1 | 1 / 4 | |
| 2.6.0 | 1 / 4 | |
| 2.5.2 | 1 / 4 | |
| 2.5.1 | 1 / 4 | |
| 2.4.1 | 1 / 4 | |
| 2.4.0 | 1 / 4 | |
| 2.3.3 | 1 / 4 | |
| 2.3.2 | 1 / 4 | |
| 2.3.1 | 1 / 4 | |
| 2.3.0 | 1 / 4 | |
| 2.2.1 | 1 / 4 | |
| 2.1.0 | 1 / 4 | |
| 2.0.1 | 3 / 5 | |
| 2.0.0 | 3 / 5 | |
| 1.3.1 | 1 / 4 | |
| 1.3.0 | 1 / 4 | |
| 1.2.0 | 1 / 4 | |
| 1.0.10 | 1 / 3 | |
| 1.0.9 | 1 / 3 | |
| 1.0.8 | 1 / 3 | |
| 1.0.7 | 1 / 3 | |
| 1.0.6 | 1 / 3 | |
| 1.0.5 | 1 / 3 | |
| 1.0.4 | 1 / 3 |
v2.7.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.7.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.6.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.6.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.6.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.5.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.5.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.4.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.4.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.3.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.3.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.3.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.3.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.2.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.0.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v2.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.3.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.3.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.2.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.10
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.9
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.8
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.7
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.6
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.5
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.4
2 findingsAccessing /etc/passwd or /etc/shadow — credential harvesting on Linux 64 | 65 | it('collapses parent traversal', () => { > 66 | expect(sanitizeForFilename('../../etc/passwd')).not.toContain('..'); 67 | }); 68 | });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.