Chains should stop signing artifacts type-hinted in pipelines
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 277
- Forks
- 164
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 61
Description
Feature request
Chains uses type hinting to identify the artifacts that might be produced in a pipeline. Even if it was possible for Chains to identify whether the artifact was produced in the pipeline, Chains knows nothing about the artifact.
Since Chains knows nothing about, a consumer of the signed artifacts would not have any additional hardened security posture by requiring this Chains produced signature. At best, consumers would know to effectively ignore the signature. At worst, consumers would put additional trust in the signature which can be easily applied to untrusted artifacts.
If signatures are just used to ensure that artifacts are not mutated from when they were produced, the generated SLSA provenance can be used as this also is created with the Chains identity.
Use case
Consumers of signatures might want to use signature verification as a means to hardening a software supply chain. Therefore, signatures should have a specific meaning which maps to a supply chain hardening pattern.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name any files, tests, or entry points. Start by tracing how Chains discovers type-hinted pipeline artifacts and applies signatures, then clarify the intended behavior and affected verification or provenance tests with maintainers. Done should mean type-hinted artifacts are not signed unless Chains can establish their provenance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devops, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100