Clear audit hooks after destructors
未关闭
还没有人认领这个 Issue。
3.10
3.8 (EOL)
3.9 (EOL)
interpreter-core
type-security
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 41162 |
|---|---|
| Nosy | @tiran, @zooba, @zkonge, @frankli0324 |
| PRs | |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-06-29.16:28:11.224>
labels = ['type-security', 'interpreter-core', '3.8', '3.9', '3.10']
title = 'Clear audit hooks after destructors'
updated_at = <Date 2020-07-06.19:23:17.309>
user = 'https://github.com/zooba'
bugs.python.org fields:
activity = <Date 2020-07-06.19:23:17.309>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-06-29.16:28:11.224>
creator = 'steve.dower'
dependencies = []
files = ['49276']
hgrepos = []
issue_num = 41162
keywords = ['patch']
message_count = 7.0
messages = ['372601', '372610', '372892', '372958', '372965', '372970', '373158']
nosy_count = 4.0
nosy_names = ['christian.heimes', 'steve.dower', 'zkonge', 'frankli']
pr_nums = ['21222', '21302', '21303', '21304']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'security'
url = 'https://bugs.python.org/issue41162'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从链接的 clearaudithook.patch 和引用的四个 pull request 开始,然后阅读 CPython 解释器核心周边的更改。检查现有 patch 和 review 历史,以确定析构函数之后的预期行为;完成的标准是 audit hooks 已按规定清除,并且相关的 review 问题已得到解决。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- operating-systems, security
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100