From dec59bfc0c1e1296881d6d4a9689a9c7b482b2f2 Mon Sep 17 00:00:00 2001 From: zhushy Date: Sun, 14 May 2023 23:11:47 +0800 Subject: [PATCH 01/52] fix 0514 issue Signed-off-by: zhushy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fdda6fc..d531bb4 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,6 @@ Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) + + +0514 fix issue -- Gitee From 781af68b8f40bf7eecb2e8bca47ec978a23c05b5 Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Mon, 22 May 2023 17:00:09 +0800 Subject: [PATCH 02/52] template --- .gitee/ISSUE_TEMPLATE/bug-report.yml | 70 ++++++++++++++++++++ .gitee/ISSUE_TEMPLATE/config.en.yml | 5 ++ .gitee/ISSUE_TEMPLATE/config.yml | 5 ++ .gitee/ISSUE_TEMPLATE/config.zh-CN.yml | 5 ++ .gitee/ISSUE_TEMPLATE/feature-request.yml | 39 +++++++++++ .gitee/ISSUE_TEMPLATE/question.yml | 15 +++++ .gitee/ISSUE_TEMPLATE/selfTracking-issue.yml | 24 +++++++ 7 files changed, 163 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .gitee/ISSUE_TEMPLATE/config.en.yml create mode 100644 .gitee/ISSUE_TEMPLATE/config.yml create mode 100644 .gitee/ISSUE_TEMPLATE/config.zh-CN.yml create mode 100644 .gitee/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .gitee/ISSUE_TEMPLATE/question.yml create mode 100644 .gitee/ISSUE_TEMPLATE/selfTracking-issue.yml diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..54c5e03 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,70 @@ +name: Bug 反馈 +description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。 +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + 感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。 + - type: textarea + attributes: + label: 【模块名_概率】简要描述: + description: 缺陷发生在的模块,发生概率,必现还是概率发生等。 + placeholder: "" + validations: + required: true + - type: textarea + attributes: + label: 【环境信息 + description: 描述下缺陷发生时的环境信息。 + placeholder: | + - 网络环境 + - 硬件开发板型号 + - 软件版本信息或tag节点 + - 测试环境 + - 其他 + validations: + required: false + - type: textarea + attributes: + label: 【预置条件】 + description: 缺陷发生前的一些操作。 + validations: + required: false + - type: textarea + attributes: + label: 【测试步骤】 + description: 描述下如何复现问题。 + validations: + required: true + - type: textarea + attributes: + label: 【预期结果】 + description: 您期望的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【实际结果】 + description: 实际的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【恢复手段】 + description: 如何从缺陷中恢复。 + validations: + required: false + - type: textarea + attributes: + label: 【出现概率】:问题出现次数/实际测试次数 + description: 缺陷是否必须,如果概率性缺陷,出现概率是多少。 + validations: + required: false + - type: textarea + attributes: + label: 【定位信息】 + description: 如果有其他辅助定位的信息,请提供。 + validations: + required: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.en.yml b/.gitee/ISSUE_TEMPLATE/config.en.yml new file mode 100644 index 0000000..7a6f4da --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.en.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: How to contribute documentation + url: https://gitee.com/openharmony/docs/blob/master/en/contribute/documentation-contribution.md + about: You can help us improve the existing documents or submit new, original content. \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d72b870 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 了解如何贡献文档 + url: https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/%E8%B4%A1%E7%8C%AE%E6%96%87%E6%A1%A3.md + about: 您可以对现有文档进行评价、简单更改、反馈文档质量问题、贡献您的原创内容。 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.zh-CN.yml b/.gitee/ISSUE_TEMPLATE/config.zh-CN.yml new file mode 100644 index 0000000..bd6da05 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.zh-CN.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gitee 帮助中心 + url: https://help.gitee.com/ + about: 提供 Git 使用指南、教程、Gitee.com 平台基本功能使用、介绍和常见问题解答 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/feature-request.yml b/.gitee/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..5c2a69a --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,39 @@ +name: 功能建议、需求 +description: 对本项目提出一个功能建议,需求 +title: "[功能建议]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + 感谢提出功能建议,我们将仔细考虑! + - type: textarea + attributes: + label: 【需求价值】 + description: 请描述下需求的价值。 + validations: + required: true + - type: textarea + attributes: + label: 【需求描述】 + description: 请描述下需求的价值。 + validations: + required: true + - type: textarea + attributes: + label: 【方案描述】 + description: 请描述下需求的价值。 + validations: + required: false + - type: textarea + attributes: + label: 【配套文档】 + description: 请描述下需求的价值。 + validations: + required: false + - type: textarea + attributes: + label: 【验收标准】 + description: 请描述下需求的价值。 + validations: + required: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..cfd3a2d --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,15 @@ +name: 问题咨询 +description: 使用OpenHarmony文档时,如有问题,欢迎反馈。 +title: "[问题咨询]: " +labels: ["question"] +body: + - type: markdown + attributes: + value: | + 感谢提出问题,我们将安排人答复! + - type: textarea + attributes: + label: 问题描述 + description: 请描述下您的问题 + validations: + required: true diff --git a/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml b/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml new file mode 100644 index 0000000..6c4a8ac --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/selfTracking-issue.yml @@ -0,0 +1,24 @@ +name: 开发自提单 +description: 提交一个自提单,会自行提供Pull Request来修复描述的问题 +title: "" +labels: ["SelfTracking"] +body: + - type: markdown + attributes: + value: | + 请简要描述下要解决什么问题。 + - type: input + id: sig_name_id + attributes: + label: 子系统名称 + description: "请描述下自提单属于哪个子系统?" + placeholder: "" + validations: + required: true + - type: textarea + id: problem-detail-id + attributes: + label: 请简要描述下问题。 + description: "请描述下要解决什么问题,修复后的效果等" + validations: + required: true -- Gitee From 6617377c08da545ac15a65e8b9eb7bfb8efa974b Mon Sep 17 00:00:00 2001 From: kenneth Date: Mon, 22 May 2023 09:26:01 +0000 Subject: [PATCH 03/52] fix env info Signed-off-by: kenneth --- .gitee/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml index 54c5e03..58d7bd3 100644 --- a/.gitee/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -16,7 +16,7 @@ body: required: true - type: textarea attributes: - label: 【环境信息 + label: 【环境信息】 description: 描述下缺陷发生时的环境信息。 placeholder: | - 网络环境 -- Gitee From b335763b83ea474f43e600842add16492b9bbd2f Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Mon, 22 May 2023 20:40:46 +0800 Subject: [PATCH 04/52] add integration test Signed-off-by: zhushangyuan --- .gitee/ISSUE_TEMPLATE/Integration_Test.yml | 70 ++++++++++++++++++++++ .gitee/ISSUE_TEMPLATE/bug-report.yml | 65 +++++++------------- 2 files changed, 93 insertions(+), 42 deletions(-) create mode 100644 .gitee/ISSUE_TEMPLATE/Integration_Test.yml diff --git a/.gitee/ISSUE_TEMPLATE/Integration_Test.yml b/.gitee/ISSUE_TEMPLATE/Integration_Test.yml new file mode 100644 index 0000000..aafb319 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/Integration_Test.yml @@ -0,0 +1,70 @@ +name: 集成测试缺陷 +description: 当您在集成测试中发现了一个缺陷时,使用此模板反馈。 +title: "" +labels: ["Integration_Test"] +body: + - type: markdown + attributes: + value: | + 感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。 + - type: textarea + attributes: + label: 【模块名_概率】简要描述: + description: 缺陷发生在的模块,发生概率,必现还是概率发生等。 + placeholder: "" + validations: + required: true + - type: textarea + attributes: + label: 【环境信息】 + description: 描述下缺陷发生时的环境信息。 + placeholder: | + - 网络环境 + - 硬件开发板型号 + - 软件版本信息或tag节点 + - 测试环境 + - 其他 + validations: + required: false + - type: textarea + attributes: + label: 【预置条件】 + description: 缺陷发生前的一些操作。 + validations: + required: false + - type: textarea + attributes: + label: 【测试步骤】 + description: 描述下如何复现问题。 + validations: + required: true + - type: textarea + attributes: + label: 【预期结果】 + description: 您期望的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【实际结果】 + description: 实际的结果是什么。 + validations: + required: true + - type: textarea + attributes: + label: 【恢复手段】 + description: 如何从缺陷中恢复。 + validations: + required: false + - type: textarea + attributes: + label: 【出现概率】:问题出现次数/实际测试次数 + description: 缺陷是否必须,如果概率性缺陷,出现概率是多少。 + validations: + required: false + - type: textarea + attributes: + label: 【定位信息】 + description: 如果有其他辅助定位的信息,请提供。 + validations: + required: false \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml index 58d7bd3..49eb46a 100644 --- a/.gitee/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug 反馈 -description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。 +description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。 title: "[Bug]: " labels: ["bug"] body: @@ -9,62 +9,43 @@ body: 感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。 - type: textarea attributes: - label: 【模块名_概率】简要描述: - description: 缺陷发生在的模块,发生概率,必现还是概率发生等。 + label: 发生了什么问题? + description: 提供尽可能多的信息描述产生了什么问题。 placeholder: "" validations: required: true - type: textarea attributes: - label: 【环境信息】 - description: 描述下缺陷发生时的环境信息。 - placeholder: | - - 网络环境 - - 硬件开发板型号 - - 软件版本信息或tag节点 - - 测试环境 - - 其他 - validations: - required: false - - type: textarea - attributes: - label: 【预置条件】 - description: 缺陷发生前的一些操作。 - validations: - required: false - - type: textarea - attributes: - label: 【测试步骤】 - description: 描述下如何复现问题。 - validations: - required: true - - type: textarea - attributes: - label: 【预期结果】 - description: 您期望的结果是什么。 + label: 期望行为是什么? + description: 描述期望的行为应该是什么样子的。 + placeholder: "" validations: required: true - type: textarea attributes: - label: 【实际结果】 - description: 实际的结果是什么。 + label: 如何复现该缺陷 + description: 提供尽可能多的信息描述如何复现该缺陷。 validations: required: true - type: textarea attributes: - label: 【恢复手段】 - description: 如何从缺陷中恢复。 - validations: - required: false - - type: textarea - attributes: - label: 【出现概率】:问题出现次数/实际测试次数 - description: 缺陷是否必须,如果概率性缺陷,出现概率是多少。 + label: 其他补充信息 + description: 补充下其他您认为需要提供的信息。 validations: required: false - type: textarea attributes: - label: 【定位信息】 - description: 如果有其他辅助定位的信息,请提供。 + label: 版本或分支信息 + description: 您期望的结果是什么。 validations: - required: false \ No newline at end of file + required: true + - type: checkboxes + attributes: + label: 版本或分支信息 + description: 在哪些版本、分支存在该缺陷的? + options: + - label: master + - label: Release 3.2 + - label: Release 3.1 + - label: Release 3.0 + required: true \ No newline at end of file -- Gitee From 418d067e1559184fb635c07d72e1669511fd0e97 Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Mon, 22 May 2023 20:47:50 +0800 Subject: [PATCH 05/52] fix required Signed-off-by: zhushangyuan --- .gitee/ISSUE_TEMPLATE/bug-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml index 49eb46a..0366198 100644 --- a/.gitee/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -36,7 +36,7 @@ body: - type: textarea attributes: label: 版本或分支信息 - description: 您期望的结果是什么。 + description: 您期望的结果是什么? validations: required: true - type: checkboxes @@ -48,4 +48,5 @@ body: - label: Release 3.2 - label: Release 3.1 - label: Release 3.0 - required: true \ No newline at end of file + validations: + required: true \ No newline at end of file -- Gitee From 940e5e082efbfd7f692417da931484b2e49867c3 Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Mon, 22 May 2023 20:52:09 +0800 Subject: [PATCH 06/52] remove element --- .gitee/ISSUE_TEMPLATE/bug-report.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug-report.yml b/.gitee/ISSUE_TEMPLATE/bug-report.yml index 0366198..1599c9f 100644 --- a/.gitee/ISSUE_TEMPLATE/bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/bug-report.yml @@ -33,12 +33,6 @@ body: description: 补充下其他您认为需要提供的信息。 validations: required: false - - type: textarea - attributes: - label: 版本或分支信息 - description: 您期望的结果是什么? - validations: - required: true - type: checkboxes attributes: label: 版本或分支信息 -- Gitee From 7f478ad5097661f9030bcf241245af9e0c578e70 Mon Sep 17 00:00:00 2001 From: kenneth Date: Mon, 22 May 2023 12:54:50 +0000 Subject: [PATCH 07/52] blank_issues_enabled Signed-off-by: kenneth --- .gitee/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml index d72b870..ccef33d 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yml +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: 了解如何贡献文档 url: https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/%E8%B4%A1%E7%8C%AE%E6%96%87%E6%A1%A3.md -- Gitee From dc6221d4564359ca324d792a1730c079d713cdd9 Mon Sep 17 00:00:00 2001 From: kenneth Date: Mon, 22 May 2023 12:59:08 +0000 Subject: [PATCH 08/52] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=BB=BA=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kenneth --- .gitee/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/feature-request.yml b/.gitee/ISSUE_TEMPLATE/feature-request.yml index 5c2a69a..df4af25 100644 --- a/.gitee/ISSUE_TEMPLATE/feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ -name: 功能建议、需求 -description: 对本项目提出一个功能建议,需求 +name: 需求建议 +description: 您需要反馈一个有价值的需求时,使用此模板反馈 title: "[功能建议]: " labels: ["enhancement"] body: -- Gitee From c3c9989ac24b2e269d51daf8fccf0f8b31da3d99 Mon Sep 17 00:00:00 2001 From: kenneth Date: Mon, 22 May 2023 13:10:54 +0000 Subject: [PATCH 09/52] enhancement Signed-off-by: kenneth --- .gitee/ISSUE_TEMPLATE/feature-request.yml | 28 ++++------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/feature-request.yml b/.gitee/ISSUE_TEMPLATE/feature-request.yml index df4af25..52ebdd3 100644 --- a/.gitee/ISSUE_TEMPLATE/feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/feature-request.yml @@ -9,31 +9,13 @@ body: 感谢提出功能建议,我们将仔细考虑! - type: textarea attributes: - label: 【需求价值】 - description: 请描述下需求的价值。 + label: 您需要什么功能? + description: 请描述下您需要的功能是什么?社区会综合考虑是否支持您提出的需求。 validations: required: true - type: textarea attributes: - label: 【需求描述】 - description: 请描述下需求的价值。 + label: 为什么需要该功能? + description: 请描述下该需求的价值,应用场景等。 validations: - required: true - - type: textarea - attributes: - label: 【方案描述】 - description: 请描述下需求的价值。 - validations: - required: false - - type: textarea - attributes: - label: 【配套文档】 - description: 请描述下需求的价值。 - validations: - required: false - - type: textarea - attributes: - label: 【验收标准】 - description: 请描述下需求的价值。 - validations: - required: false \ No newline at end of file + required: true \ No newline at end of file -- Gitee From beb40baae0730989bb62d36737e239c32744665f Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Thu, 15 Jun 2023 09:38:45 +0800 Subject: [PATCH 10/52] add security issue template Signed-off-by: zhushangyuan --- .gitee/ISSUE_TEMPLATE/security-issue.yml | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/security-issue.yml diff --git a/.gitee/ISSUE_TEMPLATE/security-issue.yml b/.gitee/ISSUE_TEMPLATE/security-issue.yml new file mode 100644 index 0000000..51c2362 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/security-issue.yml @@ -0,0 +1,72 @@ +name: 安全问题 +description: 当您发现安全问题时,使用此模板反馈。 +title: "[安全问题]: " +labels: ["security"] +body: + - type: markdown + attributes: + value: | + 感谢对OpenHarmony社区的支持与关注,欢迎反馈安全问题。 + - type: input + attributes: + label: 漏洞编号: + description: 请描述下漏洞编号。 + placeholder: "" + validations: + required: false + - type: input + attributes: + label: 漏洞归属组件 + description: 请描述下漏洞归属组件。 + placeholder: "" + validations: + required: false + - type: input + attributes: + label: 漏洞归属版本 + description: 请描述下漏洞归属版本。 + placeholder: "" + validations: + required: false + - type: input + attributes: + label: CVSS V3.0分值 + description: 请描述下CVSS V3.0分值。 + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: 漏洞简述 + description: 请提供下漏洞的描述信息。 + placeholder: "" + validations: + required: true + - type: textarea + attributes: + label: 影响性分析说明 + description: 请描述下该漏洞的影响。 + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: 原理分析 + description: 请分析下该漏洞的原理。 + placeholder: "" + validations: + required: false + - type: input + attributes: + label: 受影响版本 + description: 请描述下该漏洞的影响版本。 + placeholder: "" + validations: + required: false + - type: textarea + attributes: + label: 规避方案或消减措施 + description: 请描述下该漏洞的规避方案或消减措施。 + placeholder: "" + validations: + required: false \ No newline at end of file -- Gitee From 970550c18abb0f0fb200aecbc2ee2f80362d2b28 Mon Sep 17 00:00:00 2001 From: zhushangyuan Date: Thu, 15 Jun 2023 10:09:31 +0800 Subject: [PATCH 11/52] label SIG_Security Signed-off-by: zhushangyuan --- .gitee/ISSUE_TEMPLATE/security-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/ISSUE_TEMPLATE/security-issue.yml b/.gitee/ISSUE_TEMPLATE/security-issue.yml index 51c2362..ad6e43e 100644 --- a/.gitee/ISSUE_TEMPLATE/security-issue.yml +++ b/.gitee/ISSUE_TEMPLATE/security-issue.yml @@ -1,7 +1,7 @@ name: 安全问题 description: 当您发现安全问题时,使用此模板反馈。 title: "[安全问题]: " -labels: ["security"] +labels: ["SIG_Security"] body: - type: markdown attributes: -- Gitee From 07a824252c69e7f20cd1bbdf0cb6af63f757fc63 Mon Sep 17 00:00:00 2001 From: Liuhua Date: Thu, 11 May 2023 11:35:15 +0000 Subject: [PATCH 12/52] =?UTF-8?q?fixed=207ad600b=20from=20https://gitee.co?= =?UTF-8?q?m/openharmony-sig/vendor=5Fbananapi/pulls/31=20=E5=9B=9E?= =?UTF-8?q?=E9=80=80=20'Pull=20Request=20!11=20:=20CI=20bot=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=8D=955010beta1=EF=BC=8C=E8=AF=B7=E5=8B=BF=E5=90=88?= =?UTF-8?q?=E5=85=A5!'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test0510.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test0510.c diff --git a/test0510.c b/test0510.c deleted file mode 100644 index a0bc12b..0000000 --- a/test0510.c +++ /dev/null @@ -1,19 +0,0 @@ -//对区间[left,right]进行划分 - - -int Partition(int A[],int left, int right) -{ - int temp =A[left]; //存放到临时变量temp - - while(left < right) //只要left与right不相遇 - { - while(left < right && A[right] > temp) right--;//反复左移 - A[left] = A[right]; - - while(left < right && A[left] <= temp) left++;//反复右移 - A[right] = A[left]; - } - - A[left] = temp; //把temp放到right与left相遇的地方 - return left; //返回相遇下标 -} \ No newline at end of file -- Gitee From 9f8340398dd989cd7ea7c945f3b8e2f72d8adfe0 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 2 Aug 2023 07:08:40 +0000 Subject: [PATCH 13/52] =?UTF-8?q?add=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...\255\350\264\243\344\273\273\344\272\272.md" | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 "\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" new file mode 100644 index 0000000..3cfb77e --- /dev/null +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -0,0 +1,17 @@ +# OpenHarmony流水线值班表 + + +## 每天值班人 + +| 时间 | 值班人 | +|-|-| +| 周一 | [黄静文/chen-pingui](huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | +| 周二 | [马广生/lzq05](maguangsheng1@h-partners.com)、[吴丽亚/liuli2022](wuliya@h-partners.com) | +| 周三 | [李云峰/chen-pingui](liyunfeng27@huawei.com)、[胡永昊](huyonghao@h-partners.com) | +| 周四 | [马天放](matianfang@h-partners.com)、[胡浩](huhao31@h-partners.com) | +| 周五 | [李可](like115@h-partners.com)、[何侠](hexia20@h-partners.com) | +| 周六 | [马天放](matianfang@h-partners.com)、[李云峰](liyunfeng27@huawei.com) | +| 周日 | [马天放](matianfang@h-partners.com)、[李云峰](liyunfeng27@huawei.com) | + + +### 其他支持人员:[王小亮](wxl.wang@huawei.com)、[闻宇](wenyu17@huawei.com)、[徐亮](xuliang110@huawei.com)、[张翰林](zhanghanlin16@h-partners.com) \ No newline at end of file -- Gitee From 70fa8a0ea5a0af60cb1f759de8e5842a3e94a884 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 2 Aug 2023 07:14:39 +0000 Subject: [PATCH 14/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index 3cfb77e..bec452e 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,7 +5,7 @@ | 时间 | 值班人 | |-|-| -| 周一 | [黄静文/chen-pingui](huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | +| 周一 | [黄静文](chen-pingui)(huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | | 周二 | [马广生/lzq05](maguangsheng1@h-partners.com)、[吴丽亚/liuli2022](wuliya@h-partners.com) | | 周三 | [李云峰/chen-pingui](liyunfeng27@huawei.com)、[胡永昊](huyonghao@h-partners.com) | | 周四 | [马天放](matianfang@h-partners.com)、[胡浩](huhao31@h-partners.com) | -- Gitee From c43bb9ccba53f4d99ac34b1e605fe305cd9bcf40 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 2 Aug 2023 07:15:48 +0000 Subject: [PATCH 15/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index bec452e..4b06a9e 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,7 +5,7 @@ | 时间 | 值班人 | |-|-| -| 周一 | [黄静文](chen-pingui)(huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | +| 周一 | [黄静文](chen-pingui/huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | | 周二 | [马广生/lzq05](maguangsheng1@h-partners.com)、[吴丽亚/liuli2022](wuliya@h-partners.com) | | 周三 | [李云峰/chen-pingui](liyunfeng27@huawei.com)、[胡永昊](huyonghao@h-partners.com) | | 周四 | [马天放](matianfang@h-partners.com)、[胡浩](huhao31@h-partners.com) | -- Gitee From 93833d2f8ed4e5e2c353c0d0d775f8e0fddd4110 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 2 Aug 2023 07:18:53 +0000 Subject: [PATCH 16/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...7\255\350\264\243\344\273\273\344\272\272.md" | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index 4b06a9e..ee63b8f 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,13 +5,13 @@ | 时间 | 值班人 | |-|-| -| 周一 | [黄静文](chen-pingui/huangjingwen17@h-partners.com)、[姜夏凉/zymao](jiangxialiang@huawei.com) | -| 周二 | [马广生/lzq05](maguangsheng1@h-partners.com)、[吴丽亚/liuli2022](wuliya@h-partners.com) | -| 周三 | [李云峰/chen-pingui](liyunfeng27@huawei.com)、[胡永昊](huyonghao@h-partners.com) | -| 周四 | [马天放](matianfang@h-partners.com)、[胡浩](huhao31@h-partners.com) | -| 周五 | [李可](like115@h-partners.com)、[何侠](hexia20@h-partners.com) | -| 周六 | [马天放](matianfang@h-partners.com)、[李云峰](liyunfeng27@huawei.com) | -| 周日 | [马天放](matianfang@h-partners.com)、[李云峰](liyunfeng27@huawei.com) | +| 周一 | [黄静文](chen-pingui/huangjingwen17@h-partners.com)、[姜夏凉](zymao/jiangxialiang@huawei.com) | +| 周二 | [马广生](lzq05/maguangsheng1@h-partners.com)、[吴丽亚](liuli2022/wuliya@h-partners.com) | +| 周三 | [李云峰](chen-pingui/liyunfeng27@huawei.com)、[胡永昊](zymao/huyonghao@h-partners.com) | +| 周四 | [马天放](lzq05/matianfang@h-partners.com)、[胡浩](zymao/huhao31@h-partners.com) | +| 周五 | [李可](chen-pingui/like115@h-partners.com)、[何侠](liuli2022/hexia20@h-partners.com) | +| 周六 | [马天放](lzq05/matianfang@h-partners.com)、[李云峰](zymao/liyunfeng27@huawei.com) | +| 周日 | [马天放](chen-pingui/matianfang@h-partners.com)、[李云峰](liuli2022/liyunfeng27@huawei.com) | -### 其他支持人员:[王小亮](wxl.wang@huawei.com)、[闻宇](wenyu17@huawei.com)、[徐亮](xuliang110@huawei.com)、[张翰林](zhanghanlin16@h-partners.com) \ No newline at end of file +### 其他支持人员:[王小亮](lzq05/wxl.wang@huawei.com)、[闻宇](zymao/wenyu17@huawei.com)、[徐亮](liuli2022/xuliang110@huawei.com)、[张翰林](chen-pingui/zhanghanlin16@h-partners.com) \ No newline at end of file -- Gitee From 7d3d0937c5d10c0734c61c2dc9424c303f3cdcb8 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 3 Aug 2023 01:56:59 +0000 Subject: [PATCH 17/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...7\255\350\264\243\344\273\273\344\272\272.md" | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index ee63b8f..744d519 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,13 +5,13 @@ | 时间 | 值班人 | |-|-| -| 周一 | [黄静文](chen-pingui/huangjingwen17@h-partners.com)、[姜夏凉](zymao/jiangxialiang@huawei.com) | -| 周二 | [马广生](lzq05/maguangsheng1@h-partners.com)、[吴丽亚](liuli2022/wuliya@h-partners.com) | -| 周三 | [李云峰](chen-pingui/liyunfeng27@huawei.com)、[胡永昊](zymao/huyonghao@h-partners.com) | -| 周四 | [马天放](lzq05/matianfang@h-partners.com)、[胡浩](zymao/huhao31@h-partners.com) | -| 周五 | [李可](chen-pingui/like115@h-partners.com)、[何侠](liuli2022/hexia20@h-partners.com) | -| 周六 | [马天放](lzq05/matianfang@h-partners.com)、[李云峰](zymao/liyunfeng27@huawei.com) | -| 周日 | [马天放](chen-pingui/matianfang@h-partners.com)、[李云峰](liuli2022/liyunfeng27@huawei.com) | +| 周一 | [谌品圭](chen-pingui/shenpingui@h-partners.com)、[毛智勇](zymao/maozhiyong4@h-partners.com) | +| 周二 | [李卓钦](chen-pingui/lizhuoqin@h-partners.com)、[刘丽](liuli2022/liuli222@h-partners.com) | +| 周三 | [何祥云](chen-pingui/hexiangyun1@huawei.com)、[王一行](yorere/wangyihang3@h-partners.com) | +| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[刘宇](Dyman_g71/liuyu343@huawei.com) | +| 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | +| 周六 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | +| 周日 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | -### 其他支持人员:[王小亮](lzq05/wxl.wang@huawei.com)、[闻宇](zymao/wenyu17@huawei.com)、[徐亮](liuli2022/xuliang110@huawei.com)、[张翰林](chen-pingui/zhanghanlin16@h-partners.com) \ No newline at end of file +### 其他支持人员:[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) \ No newline at end of file -- Gitee From 3c1d8e371144860d0b58d96dc61535a7be6b3b3d Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 3 Aug 2023 02:00:28 +0000 Subject: [PATCH 18/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...74\347\217\255\350\264\243\344\273\273\344\272\272.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index 744d519..8d4d7a2 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,10 +5,10 @@ | 时间 | 值班人 | |-|-| -| 周一 | [谌品圭](chen-pingui/shenpingui@h-partners.com)、[毛智勇](zymao/maozhiyong4@h-partners.com) | -| 周二 | [李卓钦](chen-pingui/lizhuoqin@h-partners.com)、[刘丽](liuli2022/liuli222@h-partners.com) | -| 周三 | [何祥云](chen-pingui/hexiangyun1@huawei.com)、[王一行](yorere/wangyihang3@h-partners.com) | -| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[刘宇](Dyman_g71/liuyu343@huawei.com) | +| 周一 | [廖晓聪](chen-pingui/shenpingui@h-partners.com)、[廖晓聪](zymao/maozhiyong4@h-partners.com) | +| 周二 | [廖晓聪](chen-pingui/lizhuoqin@h-partners.com)、[廖晓聪(liuli2022/liuli222@h-partners.com) | +| 周三 | [廖晓聪](chen-pingui/hexiangyun1@huawei.com)、[廖晓聪](yorere/wangyihang3@h-partners.com) | +| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](Dyman_g71/liuyu343@huawei.com) | | 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | | 周六 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | | 周日 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | -- Gitee From 52077fd90a63995c5d1e6e9f40d90c118b773efb Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 3 Aug 2023 02:01:39 +0000 Subject: [PATCH 19/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index 8d4d7a2..f99c98d 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -6,7 +6,7 @@ | 时间 | 值班人 | |-|-| | 周一 | [廖晓聪](chen-pingui/shenpingui@h-partners.com)、[廖晓聪](zymao/maozhiyong4@h-partners.com) | -| 周二 | [廖晓聪](chen-pingui/lizhuoqin@h-partners.com)、[廖晓聪(liuli2022/liuli222@h-partners.com) | +| 周二 | [廖晓聪](chen-pingui/lizhuoqin@h-partners.com)、[廖晓聪](liuli2022/liuli222@h-partners.com) | | 周三 | [廖晓聪](chen-pingui/hexiangyun1@huawei.com)、[廖晓聪](yorere/wangyihang3@h-partners.com) | | 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](Dyman_g71/liuyu343@huawei.com) | | 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | -- Gitee From 8b92636ea63a0b7708ed2ec61798e28fd96c91c9 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 3 Aug 2023 06:53:37 +0000 Subject: [PATCH 20/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- ...74\347\217\255\350\264\243\344\273\273\344\272\272.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index f99c98d..e6e4cf8 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -8,10 +8,10 @@ | 周一 | [廖晓聪](chen-pingui/shenpingui@h-partners.com)、[廖晓聪](zymao/maozhiyong4@h-partners.com) | | 周二 | [廖晓聪](chen-pingui/lizhuoqin@h-partners.com)、[廖晓聪](liuli2022/liuli222@h-partners.com) | | 周三 | [廖晓聪](chen-pingui/hexiangyun1@huawei.com)、[廖晓聪](yorere/wangyihang3@h-partners.com) | -| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](Dyman_g71/liuyu343@huawei.com) | -| 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | -| 周六 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | -| 周日 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) | +| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liuyu343@huawei.com) | +| 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | +| 周六 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | +| 周日 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | ### 其他支持人员:[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) \ No newline at end of file -- Gitee From 215feed516fd62230150e685c3dbb7b654f694a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LXC=E5=95=8A?= <2981952592@qq.com> Date: Thu, 9 Nov 2023 07:18:31 +0000 Subject: [PATCH 21/52] =?UTF-8?q?update=20=E8=BF=90=E7=BB=B4=E5=80=BC?= =?UTF-8?q?=E7=8F=AD=E8=B4=A3=E4=BB=BB=E4=BA=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LXC啊 <2981952592@qq.com> --- ...7\255\350\264\243\344\273\273\344\272\272.md" | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" index e6e4cf8..31966fa 100644 --- "a/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" +++ "b/\350\277\220\347\273\264\345\200\274\347\217\255\350\264\243\344\273\273\344\272\272.md" @@ -5,13 +5,13 @@ | 时间 | 值班人 | |-|-| -| 周一 | [廖晓聪](chen-pingui/shenpingui@h-partners.com)、[廖晓聪](zymao/maozhiyong4@h-partners.com) | -| 周二 | [廖晓聪](chen-pingui/lizhuoqin@h-partners.com)、[廖晓聪](liuli2022/liuli222@h-partners.com) | -| 周三 | [廖晓聪](chen-pingui/hexiangyun1@huawei.com)、[廖晓聪](yorere/wangyihang3@h-partners.com) | -| 周四 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liuyu343@huawei.com) | -| 周五 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | -| 周六 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | -| 周日 | [廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](chen-pingui/liaoxiaocong@h-partners.com) | +| 周一 | [廖晓聪](chen-pingui)、[廖晓聪](zymao) | +| 周二 | [廖晓聪](chen-pingui)、[廖晓聪](liuli2022) | +| 周三 | [廖晓聪](chen-pingui)、[廖晓聪](yorere) | +| 周四 | [廖晓聪](lxc98)、[廖晓聪](chen-pingui) | +| 周五 | [廖晓聪](lxc98)、[廖晓聪](chen-pingui) | +| 周六 | [廖晓聪](lxc98)、[廖晓聪](chen-pingui) | +| 周日 | [廖晓聪](lxc98)、[廖晓聪](chen-pingui) | -### 其他支持人员:[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com)、[廖晓聪](lxc98/liaoxiaocong@h-partners.com) \ No newline at end of file +### 其他支持人员:[廖晓聪](lxc98)、[廖晓聪](lxc98)、[廖晓聪](lxc98)、[廖晓聪](lxc98) \ No newline at end of file -- Gitee From 6dde20b030b2f6224af46a25b8eb27fc4abe1e2c Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 02:48:02 +0000 Subject: [PATCH 22/52] add aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 aa.md diff --git a/aa.md b/aa.md new file mode 100644 index 0000000..4073c85 --- /dev/null +++ b/aa.md @@ -0,0 +1,4 @@ +### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 +| CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | +| --- | -------- | ---------------------- | ------- | +| 严重 | 8.9 | 1| 11111111111111
22222222222 | [11111111111111](333333333333333)
[22222222222](444444444444444444) | \ No newline at end of file -- Gitee From 67e3a984dc70bb39d5578faf4d7e942688f12028 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 03:28:55 +0000 Subject: [PATCH 23/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aa.md b/aa.md index 4073c85..0a986a2 100644 --- a/aa.md +++ b/aa.md @@ -1,4 +1,5 @@ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | | --- | -------- | ---------------------- | ------- | -| 严重 | 8.9 | 1| 11111111111111
22222222222 | [11111111111111](333333333333333)
[22222222222](444444444444444444) | \ No newline at end of file +| 1 | 提示 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 3 | 提示 | 5555555555 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 47b0355ca8aca8f6442212fdaf1657d422a9b54c Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 03:47:05 +0000 Subject: [PATCH 24/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aa.md b/aa.md index 0a986a2..7fd63b2 100644 --- a/aa.md +++ b/aa.md @@ -1,3 +1,6 @@ +## xxxx年xx月安全漏洞 +_发布于xxxx.xx.xx_
+_最后更新于xxxx.xx.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | | --- | -------- | ---------------------- | ------- | -- Gitee From 0ca4bb1e36941b99cc96e38835114d841df338a9 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 06:38:10 +0000 Subject: [PATCH 25/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 7fd63b2..2d08938 100644 --- a/aa.md +++ b/aa.md @@ -1,6 +1,8 @@ -## xxxx年xx月安全漏洞 -_发布于xxxx.xx.xx_
-_最后更新于xxxx.xx.xx_ +## 2023-11公开公告 +_发布于2023年11月.xx_
+_最后更新于2023年11月.xx_ +| 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | +_| -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | | --- | -------- | ---------------------- | ------- | -- Gitee From 548140d32d49b94f8fbd7cd680cd6a5b0cf635df Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 06:43:22 +0000 Subject: [PATCH 26/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aa.md b/aa.md index 2d08938..2bcfda5 100644 --- a/aa.md +++ b/aa.md @@ -1,8 +1,9 @@ ## 2023-11公开公告 _发布于2023年11月.xx_
_最后更新于2023年11月.xx_ + | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | -_| -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | +| -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | | --- | -------- | ---------------------- | ------- | -- Gitee From dd54adb63d3baac58e044706182796347b28872c Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 07:20:18 +0000 Subject: [PATCH 27/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aa.md b/aa.md index 2bcfda5..c27aacb 100644 --- a/aa.md +++ b/aa.md @@ -2,10 +2,10 @@ _发布于2023年11月.xx_
_最后更新于2023年11月.xx_ -| 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | -| -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | +| CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | +| -------------- | -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 -| CVE | 严重程度 | 受影响的OpenHarmony版本 | 修复链接 | -| --- | -------- | ---------------------- | ------- | -| 1 | 提示 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -| 3 | 提示 | 5555555555 | [5555555555](https://55555555) | \ No newline at end of file +| CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | +| -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | +| 1 | 提示 | 2.0 | 1
1 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 3 | 提示 | 3.0 | 3 | 5555555555 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 9ab7c5c7c56731e8adb478eb9d539063a2e63525 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 07:22:55 +0000 Subject: [PATCH 28/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aa.md b/aa.md index c27aacb..2f24c9c 100644 --- a/aa.md +++ b/aa.md @@ -7,5 +7,5 @@ _最后更新于2023年11月.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | | -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | -| 1 | 提示 | 2.0 | 1
1 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 1 | 提示 | 2.0 | 1 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | | 3 | 提示 | 3.0 | 3 | 5555555555 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 33d5ce2fb851af2151fa9e6b93fb8e20735f2f68 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 20 Nov 2023 07:25:38 +0000 Subject: [PATCH 29/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 2f24c9c..ae78cf3 100644 --- a/aa.md +++ b/aa.md @@ -1,6 +1,6 @@ ## 2023-11公开公告 -_发布于2023年11月.xx_
-_最后更新于2023年11月.xx_ +_发布于2023.11..xx_
+_最后更新于2023.11..xx_ | CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | | -------------- | -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | -- Gitee From c3d0109e172f47a085638d370aff4b7d7450f1f4 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 00:51:11 +0000 Subject: [PATCH 30/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aa.md b/aa.md index ae78cf3..521fcc9 100644 --- a/aa.md +++ b/aa.md @@ -1,11 +1,11 @@ ## 2023-11公开公告 -_发布于2023.11..xx_
-_最后更新于2023.11..xx_ +_发布于2023.11.xx_
+_最后更新于2023.11.xx_ | CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | | -------------- | -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | | -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | -| 1 | 提示 | 2.0 | 1 | 333333333333
44444444444444 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -| 3 | 提示 | 3.0 | 3 | 5555555555 | [5555555555](https://55555555) | \ No newline at end of file +| 1 | 提示 | 2.0 | 1 |
| [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 3 | 提示 | 3.0 | 3 | | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 05e427011e7e3f28a400b3a457d30b5d05d203fa Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 01:12:32 +0000 Subject: [PATCH 31/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 521fcc9..12715e5 100644 --- a/aa.md +++ b/aa.md @@ -7,5 +7,5 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | | -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | -| 1 | 提示 | 2.0 | 1 |
| [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -| 3 | 提示 | 3.0 | 3 | | [5555555555](https://55555555) | \ No newline at end of file +| 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 4e65a5cf8c7f5254cf400558846429b88edcc094 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 01:14:20 +0000 Subject: [PATCH 32/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 12715e5..b6b1ade 100644 --- a/aa.md +++ b/aa.md @@ -7,5 +7,5 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | | -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | -| 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -| 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file +| 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | +| 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 5599f2edcb90f07d260d77028a8a67319dc94d10 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 01:21:52 +0000 Subject: [PATCH 33/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aa.md b/aa.md index b6b1ade..613e3b3 100644 --- a/aa.md +++ b/aa.md @@ -2,10 +2,10 @@ _发布于2023.11.xx_
_最后更新于2023.11.xx_ -| CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | -| -------------- | -------- |-------- | -------- | -------- | ----------- | ----------- | -------- | ------- | ------- | +| CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | +| ---- | -------- |----- | -------- | --- | ---- | ----- | ----- | ---- | ---- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 -| CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | -| -------------- | -------- | ------------ |-------------| ------------------------------------------------------------ | ------------------------------------------------------ | +| CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | +| --- | ------ | ------------ |--------| ------- | -------- | | 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | | 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 8eb9f3c33b6db118c08367eb7de68f2636edb175 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 01:48:36 +0000 Subject: [PATCH 34/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/aa.md b/aa.md index 613e3b3..10838b6 100644 --- a/aa.md +++ b/aa.md @@ -2,10 +2,11 @@ _发布于2023.11.xx_
_最后更新于2023.11.xx_ -| CVE | 漏洞编号 | 相关漏洞 | 漏洞描述 | 漏洞影响 | CVSS3.1基础得分 | 受影响的版本 | 受影响的仓库 | 修复链接 | 参考链接 | -| ---- | -------- |----- | -------- | --- | ---- | ----- | ----- | ---- | ---- | +| CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | +| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 -| CVE | 严重程度 | CVSS 3.1得分 |受影响的仓库 | 受影响的OpenHarmony版本 | 修复链接 | -| --- | ------ | ------------ |--------| ------- | -------- | +| CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | +| -----| -----| -----| -----| -----| ----- | + | 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | | 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 0648ff665324f47a048f46d96490ac3978df02a1 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 03:49:23 +0000 Subject: [PATCH 35/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 10838b6..02499a5 100644 --- a/aa.md +++ b/aa.md @@ -3,10 +3,8 @@ _发布于2023.11.xx_
_最后更新于2023.11.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | -| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | -### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 +| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- |### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | - | 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | | 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file -- Gitee From 5165a20d89f778b5f628ef65daf5170b4f2d8e6b Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 03:52:52 +0000 Subject: [PATCH 36/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aa.md b/aa.md index 02499a5..481826d 100644 --- a/aa.md +++ b/aa.md @@ -4,6 +4,7 @@ _最后更新于2023.11.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | | -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- |### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 + | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | | 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -- Gitee From 64c1abaae789543f2827f432b7ee8439866210dc Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 21 Nov 2023 06:09:00 +0000 Subject: [PATCH 37/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 481826d..496f150 100644 --- a/aa.md +++ b/aa.md @@ -3,8 +3,8 @@ _发布于2023.11.xx_
_最后更新于2023.11.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | -| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- |### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 - +| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | +### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | | 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -- Gitee From d0b18c02a6abeb2a5b45eb5c57be5e122de66f2e Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 06:23:21 +0000 Subject: [PATCH 38/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 496f150..04c09ae 100644 --- a/aa.md +++ b/aa.md @@ -7,5 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | 1 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99
111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [333333333333](https://333333333333333)
[44444444444444](https://444444444444444444) | -| 3 | 提示 | 3.0 | 3 | 111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99,111,222222,3333,4444444444444,555,6666,777,888,99 | [5555555555](https://55555555) | \ No newline at end of file +| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | master(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-3.2-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-4.0-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | master(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-3.2-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | https://55555555 \ No newline at end of file -- Gitee From 1bcc7e21c63becfc966f5a414df4819d4ce928b8 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 06:57:33 +0000 Subject: [PATCH 39/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 04c09ae..3d932d4 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | master(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-3.2-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-4.0-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | master(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
OpenHarmony-3.2-Release(https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | https://55555555 \ No newline at end of file +| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From 5848b61d0ebf6ef2f62673f405e88ea53dbd1877 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 07:07:30 +0000 Subject: [PATCH 40/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 3d932d4..0f92a93 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| 1 | 提示 | 2.0 | null | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | null | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | null | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From d40d7552cf5c0f0a735d3aabec24ca07ded37df4 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 07:09:21 +0000 Subject: [PATCH 41/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 0f92a93..695b930 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | null | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | null | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | null | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| 1 | 提示 | 2.0 | | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From 689b398cab9f55cfe9cc9b9f5a63091dfa8fbc77 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 07:13:33 +0000 Subject: [PATCH 42/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 695b930..3d932d4 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From 8fd378217955281fa52f8868aa71ce97666ce3b7 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 07:14:58 +0000 Subject: [PATCH 43/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 3d932d4..695b930 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| 1 | 提示 | 2.0 | | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From fb8a5607b1c7e22bbc8b88232037c4f169495e83 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 30 Nov 2023 08:08:42 +0000 Subject: [PATCH 44/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aa.md b/aa.md index 695b930..3d932d4 100644 --- a/aa.md +++ b/aa.md @@ -7,6 +7,6 @@ _最后更新于2023.11.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) +| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file -- Gitee From 2f024004e2e74086392e3066702659fb40817601 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 14 Dec 2023 01:57:34 +0000 Subject: [PATCH 45/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/aa.md b/aa.md index 3d932d4..ab42014 100644 --- a/aa.md +++ b/aa.md @@ -1,12 +1,10 @@ -## 2023-11公开公告 -_发布于2023.11.xx_
-_最后更新于2023.11.xx_ +## 202312131546 +_发布于2023.12.xx_
+_最后更新于2023.12.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | | -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| 1 | 提示 | 2.0 | third_party_chromium
third_party_curl | master
OpenHarmony-3.2-Release
OpenHarmony-4.0-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-4.0-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 2 | 提示 | 1.0 | third_party_chromium | master
OpenHarmony-3.2-Release | [master](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139)
[OpenHarmony-3.2-Release](https://gitee.com/openharmony/kernel_linux_5.10/pulls/1139) -| 3 | 提示 | 3.0 | 3 | 111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99
111
222222
3333
4444444444444
555
6666
777
888
99 | [https://55555555] \ No newline at end of file +| CVE-2023-5197 | 严重 | 7.8 | kernel_linux_5.10 | | \ No newline at end of file -- Gitee From 7fc1b7484e75d0e6e2ffb7edf50c49f39e166739 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 14 Dec 2023 08:06:49 +0000 Subject: [PATCH 46/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index ab42014..d468992 100644 --- a/aa.md +++ b/aa.md @@ -1,4 +1,4 @@ -## 202312131546 +## 受限公告-202312241602chen _发布于2023.12.xx_
_最后更新于2023.12.xx_ @@ -7,4 +7,4 @@ _最后更新于2023.12.xx_ ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| CVE-2023-5197 | 严重 | 7.8 | kernel_linux_5.10 | | \ No newline at end of file +| LJ-2021-094311 | 一般 | 6.5 | third_party_rust_futures-rs | | \ No newline at end of file -- Gitee From 8767143d0b3b36e285144cc7d9c6b66d976fdcfb Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 3 Jan 2024 02:33:39 +0000 Subject: [PATCH 47/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/aa.md b/aa.md index d468992..0f6fc0c 100644 --- a/aa.md +++ b/aa.md @@ -1,10 +1,23 @@ -## 受限公告-202312241602chen -_发布于2023.12.xx_
-_最后更新于2023.12.xx_ +## 2024-01公开公告 +_发布于2024.01.xx_
+_最后更新于2024.01.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | | -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | +| 01 | lj-linux-131216743-0585736 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 02 | lj-linux-131216743-0585737 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 03 | lj-linux-131216743-0585738 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 04 | lj-linux-131216743-0585739 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 05 | lj-linux-131216743-0585740 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 06 | lj-linux-131216743-0585741 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 07 | lj-linux-131216743-0585742 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 08 | lj-linux-131216743-0585743 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 09 | lj-linux-131216743-0585744 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 10 | lj-linux-131216743-0585745 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 11 | lj-linux-131216743-0585746 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 12 | lj-linux-131216743-0585747 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| 13 | lj-linux-131216743-0585748 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -| LJ-2021-094311 | 一般 | 6.5 | third_party_rust_futures-rs | | \ No newline at end of file +| lj-linux-131216743-0585735 | 无 | 0.0 | third_party_flutter | | [OpenHarmony-3.2-Release]()
[master]() \ No newline at end of file -- Gitee From 13c2bc05875fb8e477953ef79060ce9f5d0aa92f Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 3 Jan 2024 03:31:47 +0000 Subject: [PATCH 48/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/aa.md b/aa.md index 0f6fc0c..940fdb9 100644 --- a/aa.md +++ b/aa.md @@ -4,19 +4,19 @@ _最后更新于2024.01.xx_ | CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | | -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | -| 01 | lj-linux-131216743-0585736 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 02 | lj-linux-131216743-0585737 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 03 | lj-linux-131216743-0585738 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 04 | lj-linux-131216743-0585739 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 05 | lj-linux-131216743-0585740 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 06 | lj-linux-131216743-0585741 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 07 | lj-linux-131216743-0585742 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 08 | lj-linux-131216743-0585743 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 09 | lj-linux-131216743-0585744 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 10 | lj-linux-131216743-0585745 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 11 | lj-linux-131216743-0585746 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 12 | lj-linux-131216743-0585747 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -| 13 | lj-linux-131216743-0585748 | null | null | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0101 | lj-linux-131216743-0585736 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0102 | lj-linux-131216743-0585737 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0103 | lj-linux-131216743-0585738 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0104 | lj-linux-131216743-0585739 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0105 | lj-linux-131216743-0585740 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0106 | lj-linux-131216743-0585741 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0107 | lj-linux-131216743-0585742 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0108 | lj-linux-131216743-0585743 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0109 | lj-linux-131216743-0585744 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0110 | lj-linux-131216743-0585745 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0111 | lj-linux-131216743-0585746 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0112 | lj-linux-131216743-0585747 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | +| OpenHarmony-SA0113 | lj-linux-131216743-0585748 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | ### 以下为三方库漏洞,只提供CVE、严重程度、受影响的OpenHarmony版本,详细信息请参考三方公告。 | CVE| 严重程度| CVSS 3.1得分| 受影响的仓库| 受影响的OpenHarmony版本| 修复链接 | | -----| -----| -----| -----| -----| ----- | -- Gitee From 319c15c1d2db01b488d07c73789013f158635ace Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Wed, 3 Jan 2024 03:33:30 +0000 Subject: [PATCH 49/52] update aa.md. Signed-off-by: openharmony_ci <120357966@qq.com> --- aa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa.md b/aa.md index 940fdb9..2c45514 100644 --- a/aa.md +++ b/aa.md @@ -2,8 +2,8 @@ _发布于2024.01.xx_
_最后更新于2024.01.xx_ -| CVE| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | -| -----| -----| -----| -----| -----| -----| -----| -----| -----| ----- | +| 漏洞编号| 相关漏洞| 漏洞描述| 漏洞影响| CVSS3.1基础得分| 受影响的版本| 受影响的仓库| 修复链接| 参考链接 | +| -----| -----| -----| -----| -----| -----| -----| -----| ----- | | OpenHarmony-SA0101 | lj-linux-131216743-0585736 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | | OpenHarmony-SA0102 | lj-linux-131216743-0585737 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | | OpenHarmony-SA0103 | lj-linux-131216743-0585738 | | | 0.0 | | [third_party_flutter] | [OpenHarmony-3.2-Release]()
[master]() | -- Gitee From 1df64879ab12a961fe2a1790feb859841d99989b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=8C=E5=93=81=E5=9C=AD?= <2330687874@qq.com> Date: Tue, 10 Sep 2024 06:14:14 +0000 Subject: [PATCH 50/52] add test20240910.txt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谌品圭 <2330687874@qq.com> --- test20240910.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test20240910.txt diff --git a/test20240910.txt b/test20240910.txt new file mode 100644 index 0000000..bdd89dd --- /dev/null +++ b/test20240910.txt @@ -0,0 +1 @@ +test20240910.txt \ No newline at end of file -- Gitee From ce0e686c23d1706f193681b9225128244f25af05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=8C=E5=93=81=E5=9C=AD?= <2330687874@qq.com> Date: Sat, 14 Sep 2024 08:00:12 +0000 Subject: [PATCH 51/52] update test20240910.txt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谌品圭 <2330687874@qq.com> --- test20240910.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test20240910.txt b/test20240910.txt index bdd89dd..e9daaf1 100644 --- a/test20240910.txt +++ b/test20240910.txt @@ -1 +1 @@ -test20240910.txt \ No newline at end of file +test20240910.txt111 \ No newline at end of file -- Gitee From a035da4d1bcfdd7e15a50257e74352225e679d54 Mon Sep 17 00:00:00 2001 From: landwind Date: Wed, 7 May 2025 10:40:42 +0800 Subject: [PATCH 52/52] Modify the README file Signed-off-by: landwind --- README.en.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.en.md b/README.en.md index 36adfd8..021bc70 100644 --- a/README.en.md +++ b/README.en.md @@ -1,3 +1,9 @@ +# 🚨 **重要提示 | IMPORTANT** +> +> **⚠️ 此代码仓已归档。新地址请访问 [vendor_bananapi](https://gitcode.com/openharmony-sig/vendor_bananapi)。| ⚠️ This repository has been archived. For the new address, please visit [vendor_bananapi](https://gitcode.com/openharmony-sig/vendor_bananapi).** +> +--- +> # vendor_bananapi #### Description diff --git a/README.md b/README.md index d531bb4..f07f6a7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# 🚨 **重要提示 | IMPORTANT** +> +> **⚠️ 此代码仓已归档。新地址请访问 [vendor_bananapi](https://gitcode.com/openharmony-sig/vendor_bananapi)。| ⚠️ This repository has been archived. For the new address, please visit [vendor_bananapi](https://gitcode.com/openharmony-sig/vendor_bananapi).** +> +--- +> # vendor_bananapi #### 介绍 -- Gitee