This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new e9ee422cdb Title of the Dubbo security page (#2370)
e9ee422cdb is described below
commit e9ee422cdbb26ddce2d3a1175e5495cba86c9178
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Mar 8 09:35:19 2023 +0100
Title of the Dubbo security page (#2370)
The page is not only about vulnerabilities, but also gives advice on how
to safely deal with deserialization libraries.
---
content/en/docs/notices/_index.md | 4 ++--
content/en/docs/notices/security.md | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/en/docs/notices/_index.md
b/content/en/docs/notices/_index.md
index 7aa7b7f19f..a9a433305c 100755
--- a/content/en/docs/notices/_index.md
+++ b/content/en/docs/notices/_index.md
@@ -1,8 +1,8 @@
---
type: docs
-title: "notices"
-linkTitle: "notices"
+title: "Notices"
+linkTitle: "Notices"
description: "Dubbo notices"
weight: 90
---
diff --git a/content/en/docs/notices/security.md
b/content/en/docs/notices/security.md
index 45a27350b6..32485ab0ed 100755
--- a/content/en/docs/notices/security.md
+++ b/content/en/docs/notices/security.md
@@ -1,9 +1,9 @@
---
type: docs
-title: "vulnerability"
-linkTitle: "vulnerability"
-description: "Vulnerability descriptions"
+title: "Security"
+linkTitle: "Security"
+description: "Dubbo Security information, such impact of vulnerabilities in
upstream components"
weight: 90
---