This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch docs/security-model
in repository https://gitbox.apache.org/repos/asf/answer-website.git
The following commit(s) were added to refs/heads/docs/security-model by this
push:
new d005e9f79 docs/community: update security model documentation and
sidebar
d005e9f79 is described below
commit d005e9f79d3ca9e89ec90de295b85cad33704e9c
Author: LinkinStars <[email protected]>
AuthorDate: Fri Feb 14 11:50:50 2025 +0800
docs/community: update security model documentation and sidebar
---
community/security-model.md | 4 ++--
sidebarsCommunity.js | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/community/security-model.md b/community/security-model.md
index 0147f7012..59fda5913 100644
--- a/community/security-model.md
+++ b/community/security-model.md
@@ -2,7 +2,7 @@
slug: /security-model
---
-# Apache Answer Security Model
+# Security Model
This document outlines the security model of Apache Answer. It aims to help
users understand the security model and make informed decisions about deploying
and managing Apache Answer securely.
@@ -12,7 +12,7 @@ This document outlines the security model of Apache Answer.
It aims to help user
So, if a security issue comes up in the administrator page, this is usually
not considered a problem. Because the administrator has the authority to do so.
Unless a normal user can overstep his authority to operate outside of his
capabilities.
-## Captcha
+## Captcha Security
CAPTCHA is an essential security measure to prevent automated attacks and
abuse. Apache Answer will not be responsible for security issues arising from
disabled CAPTCHA protection. For example, if the user disables the CAPTCHA, it
may allow an attacker to crack the user's password by brute force.
diff --git a/sidebarsCommunity.js b/sidebarsCommunity.js
index 1265aa48c..0e242bcf8 100644
--- a/sidebarsCommunity.js
+++ b/sidebarsCommunity.js
@@ -3,6 +3,7 @@ module.exports = {
'support',
'team',
'security',
+ 'security-model',
{
type: 'category',
label: 'Contributing',