• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: 安全问题|Security Issue
2description: 当您发现安全问题时,使用此模板反馈。
3title: "[安全问题]: "
4labels: ["SIG_Security"]
5body:
6  - type: markdown
7    attributes:
8      value: |
9        感谢对OpenHarmony社区的支持与关注,欢迎反馈安全问题。
10  - type: input
11    attributes:
12      label: 漏洞编号:
13      description: 请描述下漏洞编号。
14      placeholder: ""
15    validations:
16      required: false
17  - type: input
18    attributes:
19      label: 漏洞归属组件
20      description: 请描述下漏洞归属组件。
21      placeholder: ""
22    validations:
23      required: false
24  - type: input
25    attributes:
26      label: 漏洞归属版本
27      description: 请描述下漏洞归属版本。
28      placeholder: ""
29    validations:
30      required: false
31  - type: input
32    attributes:
33      label: CVSS V3.0分值
34      description: 请描述下CVSS V3.0分值。
35      placeholder: ""
36    validations:
37      required: false
38  - type: textarea
39    attributes:
40      label: 漏洞简述
41      description: 请提供下漏洞的描述信息。
42      placeholder: ""
43    validations:
44      required: true
45  - type: textarea
46    attributes:
47      label: 影响性分析说明
48      description: 请描述下该漏洞的影响。
49      placeholder: ""
50    validations:
51      required: false
52  - type: textarea
53    attributes:
54      label: 原理分析
55      description: 请分析下该漏洞的原理。
56      placeholder: ""
57    validations:
58      required: false
59  - type: input
60    attributes:
61      label: 受影响版本
62      description: 请描述下该漏洞的影响版本。
63      placeholder: ""
64    validations:
65      required: false
66  - type: textarea
67    attributes:
68      label: 规避方案或消减措施
69      description: 请描述下该漏洞的规避方案或消减措施。
70      placeholder: ""
71    validations:
72      required: false