已合并
fix(docs): update SECURITY.md protobuf version #372
Halaxy创建于 6月28日
fix(docs): update SECURITY.md protobuf version #372
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 Halaxy 的贡献)6月28日 关联了issue:【新手村任务】SECURITY.md 中 protobuf 版本引用过时且文件路径不存在
6月28日 添加了label:cann-cla/no
CANN-robot
6月28日 评论:
6月28日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/oam-tools | ✅ zhuliangying, fujun19 (2/2) | ✅ zhuliangying (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
2401_86136928, thanks for your pull request. All authors of the commits have signed the CLA. 👍


atomgit-bot
6月28日 评论:
6月28日 评论:
变更摘要
此 PR 修复了安全声明文件中记载的 protobuf 编译依赖版本号错误,将中文(SECURITY.md)和英文(SECURITY_en.md)两份安全声明文档中"公网地址声明"表格里的 protobuf 源码下载链接版本更正为 v25.1/protobuf-25.1.tar.gz,使文档中声明的版本与实际编译依赖版本保持一致。该修复对应 issue #139。
主要改动
- 更正
SECURITY.md中 protobuf 版本信息:将公网地址声明表中 protobuf 依赖的下载 URL 及版本说明更新为v25.1(protobuf-25.1.tar.gz),确保文档记录的版本号与实际编译使用的版本匹配。 - 同步更正
SECURITY_en.md中 protobuf 版本信息:在英文版安全声明文档的同一表格中做对应的版本修复,保持中英文文档一致性。


atomgit-bot
6月28日 评论:
6月28日 评论:
Halaxy
6月28日 评论:
6月28日 评论:
/check-cla


Halaxy
6月28日 评论:
6月28日 评论:
/check-cla


6月28日 删除了label:cann-cla/no
6月28日 添加了label:cann-cla/yes
Halaxy
6月30日 评论:
6月30日 评论:
@zhuliangying @chenhao_1209 @fujun19 您好,PR 中的文档修正已经全部完成,并且顺利通过了自动化检查和 CLA 校验。麻烦各位老师在空闲时间帮忙 Review 一下,如果没问题的话恳请给予 /lgtm 和 /approve。非常感谢!


zhuliangying
6月30日 评论:
6月30日 评论:
/approve


6月30日 添加了label:approved
zhuliangying
6月30日 评论:
6月30日 评论:
/compile


6月30日 添加了label:ci-pipeline-running
CANN-robot
6月30日 评论:
6月30日 评论:
流水线任务触发成功
任务链接 [d72b3a15bb6642d3918bd3d401a7a706][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| cocheck_codestyle | ✅ SUCCESS | ||
| precommit | ✅ SUCCESS | >>>>> | |
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| UT_Test_asys | ✅ SUCCESS | ||
| UT_Test_msaicerr | ✅ SUCCESS | ||
| UT_Test_msprof | ✅ SUCCESS | ||
| API_Check | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900 | ✅ SUCCESS | >>>>> |
[2026-06-30 23:53:49] CI执行结束


6月30日 添加了label:api-check-pass
6月30日 删除了label:ci-pipeline-running
6月30日 添加了label:ci-pipeline-passed
CANN-robot
6月30日 评论:
6月30日 评论:
流水线 PR-pipeline_cann_oam-tools#1215 [ commitID:a24e2ba3 ] 已完成


7月1日 添加了label:lgtm
7月1日 合入了pull request
fix protobuf version in SECURITY.md. Closes #139