actions / actions/setup-python
Verify checksum of downloaded version archive
未关闭
还没有人认领这个 Issue。
feature request
- 主要语言
- TypeScript
- 星标
- 2.2k
- 派生
- 739
- 平均合并
- 6 天 18 小时
- 30 天内合并 PR
- 1
描述
Description:
After the download of the version archive it should verify the checksum of the file against the provided hashes.sha256 for the release in question.
Justification:
This ensures that the downloaded file is the actually intended one.
Are you willing to submit a PR?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 setup-python 中版本归档的下载流程,并确定如何获取 release 的 hashes.sha256。定义验证点,并测试已下载归档的校验和行为,包括不匹配的情况。完成标准是:只有当归档的校验和与提供的 release hash 匹配时,才接受该归档。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, typescript
- 领域
- devops, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100