This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/answer-website.git
commit 906a0d63da15824bc0f21b18f9d2129ba04ccb78 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',
