已关闭
[Bug]: README.OpenSource 数据治理异常 #48
dong_jinguang创建于  2月10日关闭于  6月22日
dong_jinguang
2月10日 创建

感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。

发生了什么问题?

[
{
"Name" : "MarkupSafe",
"License" : "BSD 3-clause License", 使用SPDX 标识字字段
"License File" : "LICENSE.rst",
"Version Number" : "2.1.5",
"owner": "xxx", 缺少owner字段
"Upstream URL" : "https://palletsprojects.com/p/markupsafe/",
"Description" : "MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Escaping is implemented in C so it is as efficient as possible."
}
]

期望行为是什么?

[
{
"Name" : "MarkupSafe",
"License" : "BSD 3-clause License", 使用SPDX 标识字字段
"License File" : "LICENSE.rst",
"Version Number" : "2.1.5",
"owner": "xxx", 缺少owner字段
"Upstream URL" : "https://palletsprojects.com/p/markupsafe/",
"Description" : "MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Escaping is implemented in C so it is as efficient as possible."
}
]

如何复现该缺陷

检视代码

其他补充信息

版本或分支信息


[x] master

[x] Release 6.1

[ ] Release 6.0

[ ] Release 5.1.0

[ ] Release 5.0.3

[ ] Release 4.1

[ ] Other

likedislike
Ddong_jinguang
2月10日 添加了label:bug
openharmony_ci
openharmony_ci成员
2月10日 评论:

感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@handyohos](https://gitcode.com/handyohos) [@ringking0](https://gitcode.com/ringking0) [@liwentao_ui](https://gitcode.com/liwentao_ui) [@mudanchen](https://gitcode.com/mudanchen) 。如果需要调整订阅PR、Issue的变更状态,请访问链接


Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
2月10日 添加了label:waiting_for_assign
xuezhou_yanxuezhou_yan
6月22日 关联了pull request:更新README.OpenSource Co-Authored-By:Agent
openharmony_ciopenharmony_ci成员
6月22日 关闭了 issue
openharmony_ciopenharmony_ci成员
6月22日 issue状态由 待办的 改变为 已完成