add security

上级 2e8ff57b
......@@ -124,12 +124,17 @@ paginate = 10
url = "/en/building/download.html"
weight = 6
[[menu.main]]
identifier = "security"
name = "Security"
url = "/en/security.html"
weight = 7
[[menu.main]]
identifier = "lang"
name = "中文"
url = "/zh"
weight = 7
weight = 8
# Menu chinese
[[languages.zh.menu.main]]
......@@ -268,12 +273,17 @@ paginate = 10
url = "/zh/building/download.html"
weight = 6
[[languages.zh.menu.main]]
identifier = "security"
name = "安全"
url = "/zh/security.html"
weight = 7
[[languages.zh.menu.main]]
identifier = "lang"
name = "EN"
url = "/en"
weight = 7
weight = 8
# Top bar social links menu
......
+++
title = "Security"
id = "security"
+++
- [Submit a CVE Issue](#itm1)
- [Security Group Distributes CVE Issues](#itm2)
- [Handle CVE Issues](#itm3)
......@@ -152,5 +158,4 @@ Maintainer identifies and distributes CVE issues. Solutions to CVE problems can
<h2 id="itm5">CVE Issues Proceure</h2>
![CVE Procedure](./procedure.png)
\ No newline at end of file
<img src="./security/procedure.png" width="100%" style="max-width:1079px" />
+++
title = "安全"
id = "security"
+++
- [扫描并提交CVE问题](#itm1)
- [安全团队分发CVE问题](#itm2)
- [处理CVE问题](#itm3)
......@@ -121,13 +126,13 @@ Maintainer会对CVE问题进行确认和分发。CVE问题的解决方案可以
+ 漏洞的详细描述(以下信息由CVE扫描工具提供)
+ [CVEID] : 必须包含对应的CVE链接
+ [PRODUCT]:CVE提供的信息,包含供应商,开发人员或项目名称,以及存在漏洞的实际软 件或硬件的名称
+ [PRODUCT]:CVE提供的信息,包含供应商,开发人员或项目名称,以及存在漏洞的实际软件或硬件的名称
+ [ VERSION ]:包括版本,发行日期或供应商,开发人员或项目用来区分发行版本的任何差异信息。也可以用特定的版本号,版本范围或“版本号或日期之前/之后的所有版本”来描述。
+ [ PROBLEMTYPE ]:
+ [ REFERENCES ]:相关URL链接和参考说明
+ [ DESCRIPTION ]:漏洞的详细描述说明,包括:使用该漏洞的攻击类型的说明;漏洞的影 响;受漏洞影响的软件产品中的软件组件;可以利用此漏洞的任何攻击媒介
+ [ DESCRIPTION ]:漏洞的详细描述说明,包括:使用该漏洞的攻击类型的说明;漏洞的影响;受漏洞影响的软件产品中的软件组件;可以利用此漏洞的任何攻击媒介
+ [ ASSIGNINGCNA ]:分配CNA的名称
......@@ -152,4 +157,6 @@ Maintainer会对CVE问题进行确认和分发。CVE问题的解决方案可以
<h2 id="itm5">CVE问题流程说明</h2>
![CVE问题处理流程](./procedure.png)
\ No newline at end of file
<h2 id="itm5">CVE问题处理流程</h2>
<img src="./security/procedure.png" width="100%" style="max-width:1079px" />
<div class="container">
<div class="divsecurity">
{{ .Content }}
</div>
</div>
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<div id="all">
<header>
{{ partial "nav.html" . }}
</header>
{{ partial "breadcrumbs.html" . }}
<div id="content">
{{ if isset .Params "id" }}
{{ partial .Params.id . }}
{{ else }}
<div class="container">
<div>
{{ .Content }}
</div>
</div>
<!-- /.container -->
{{ end }}
</div>
<!-- /#content -->
{{ partial "footer.html" . }}
</div>
<!-- /#all -->
{{ partial "scripts.html" . }}
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册