spinframework / spinframework/spin-plugins
Verify URLs and digests as part of PR CI
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 13
- Forks
- 21
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 5
Description
As an additional safety measure, it might be nice if for new/update plugin PRs the CI could:
- Verify that the URLs are reachable
- Verify that the blobs at those URLs have the claimed digest
(I dunno if this creates risk though that a malicious submitter could point us at an infinite stream and do awful things to our ingress.)
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the repository's PR CI workflow and the plugin manifest fields containing URLs and claimed digests. Determine how new and updated plugin PRs are checked, then define completion as safely verifying URL reachability and matching blob digests without allowing unbounded downloads or streams.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- ci-cd, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100