From f64739ba3b9c5b7faa06241426ba72a418026795 Mon Sep 17 00:00:00 2001 From: liu Date: Tue, 17 Mar 2020 14:58:31 +0800 Subject: [PATCH 1/3] add new SIG bounds_checking_function --- repository/openeuler.yaml | 7 +++-- sig/sig-bounds_checking_function/OWNERS | 4 +++ sig/sig-bounds_checking_function/README.md | 30 +++++++++++++++++++ .../sig-bounds_checking_function.md | 26 ++++++++++++++++ .../sig-bounds_checking_function_cn.md | 19 ++++++++++++ sig/sigs.yaml | 3 ++ 6 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 sig/sig-bounds_checking_function/OWNERS create mode 100644 sig/sig-bounds_checking_function/README.md create mode 100644 sig/sig-bounds_checking_function/sig-bounds_checking_function.md create mode 100644 sig/sig-bounds_checking_function/sig-bounds_checking_function_cn.md diff --git a/repository/openeuler.yaml b/repository/openeuler.yaml index b172dded7..6f1728b3f 100644 --- a/repository/openeuler.yaml +++ b/repository/openeuler.yaml @@ -131,5 +131,8 @@ repositories: protected_branches: - master type: public - - +- name: bounds_checking_function + description: "" + protected_branches: + - master + type: public diff --git a/sig/sig-bounds_checking_function/OWNERS b/sig/sig-bounds_checking_function/OWNERS new file mode 100644 index 000000000..b27bf6fbb --- /dev/null +++ b/sig/sig-bounds_checking_function/OWNERS @@ -0,0 +1,4 @@ +maintainers: + - shiguangliang01 + - zhaozhijian01 + - jia_jian_liu diff --git a/sig/sig-bounds_checking_function/README.md b/sig/sig-bounds_checking_function/README.md new file mode 100644 index 000000000..9f3cccd82 --- /dev/null +++ b/sig/sig-bounds_checking_function/README.md @@ -0,0 +1,30 @@ +# bounds_checking_function + +- 提供了基础的边界检查函数的源代码。 +- 处理边界检查函数的版本发布、更新以及维护。 + +# 成员 + + +### Maintainer列表 + +- shiguangliang[@shiguangliang01](#https://gitee.com/shiguangliang01) +- zhaozhijian[@zhaozhijian01](#https://gitee.com/zhaozhijian01) + + +### Committer列表 + +- liujiajian[@jia_jian_liu](#https://gitee.com/jia_jian_liu) + +# 联系方式 + +- [邮件列表](sig-bounds_checking_function@openeuler.org) + + +# 项目清单 + +项目名称:bounds_checking_function + +repository地址: + +- https:/gitee.com/openeuler/bounds_checking_function/ diff --git a/sig/sig-bounds_checking_function/sig-bounds_checking_function.md b/sig/sig-bounds_checking_function/sig-bounds_checking_function.md new file mode 100644 index 000000000..9834e0889 --- /dev/null +++ b/sig/sig-bounds_checking_function/sig-bounds_checking_function.md @@ -0,0 +1,26 @@ + +# Application to create a new SIG +English | [简体中文](./sig-bounds_checking_function.md) + + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README] (/en/governance/README.md), and follows [SIG-governance] (/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +Describe the Mission and objectives of the new SIG, including but not limited to: + +- provides the basic boundary checking function source code + +- handles the release, update, and maintenance of boundary checking functions + + +  +### Repositories and description managed by this SIG + +- project name: bounds_checking_function + +- delivery form: source code + +- name: bounds_checking_function + + diff --git a/sig/sig-bounds_checking_function/sig-bounds_checking_function_cn.md b/sig/sig-bounds_checking_function/sig-bounds_checking_function_cn.md new file mode 100644 index 000000000..da7b84b0b --- /dev/null +++ b/sig/sig-bounds_checking_function/sig-bounds_checking_function_cn.md @@ -0,0 +1,19 @@ + +# 新建SIG申请 +[English](./sig-bounds_checking_function.md) | 简体中文 + + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## SIG组工作目标和范围 + + - 提供基础的边界检查函数的源代码 + + - 处理边界检查函数的版本发布、更新以及维护 + + ### 该SIG管理的repository及描述 + +- 项目名称:bounds_checking_function + - 交付件形式:源码 + - 名称:bounds_checking_function + diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 4c6f3e56e..8e52b989b 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -4063,3 +4063,6 @@ sigs: repositories: - openeuler/security-committee - openeuler/security +- name: bounds_checking_function + repositories: + - openeuler/bounds_checking_function -- Gitee From feb2174fab7dafab3b686a5e765a19d59bfe4417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E5=81=A5?= <6547955+jia_jian_liu@user.noreply.gitee.com> Date: Tue, 17 Mar 2020 15:17:05 +0800 Subject: [PATCH 2/3] update sig/sig-bounds_checking_function/OWNERS. --- sig/sig-bounds_checking_function/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig/sig-bounds_checking_function/OWNERS b/sig/sig-bounds_checking_function/OWNERS index b27bf6fbb..f53bbe04e 100644 --- a/sig/sig-bounds_checking_function/OWNERS +++ b/sig/sig-bounds_checking_function/OWNERS @@ -1,4 +1,4 @@ maintainers: - shiguangliang01 - zhaozhijian01 - - jia_jian_liu + -- Gitee From c8a827135832978ac8e3b0c3efce4f754f16b7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E5=81=A5?= Date: Thu, 19 Mar 2020 15:40:17 +0800 Subject: [PATCH 3/3] update sig/sig-bounds_checking_function/README.md. --- sig/sig-bounds_checking_function/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig/sig-bounds_checking_function/README.md b/sig/sig-bounds_checking_function/README.md index 9f3cccd82..02b7ac399 100644 --- a/sig/sig-bounds_checking_function/README.md +++ b/sig/sig-bounds_checking_function/README.md @@ -1,6 +1,6 @@ # bounds_checking_function -- 提供了基础的边界检查函数的源代码。 +- 遵循C11 Annex K (Bounds-checking interfaces)的标准,提供了一部分边界检查函数,如memcpy_s、strcpy_s等函数。 - 处理边界检查函数的版本发布、更新以及维护。 # 成员 -- Gitee