This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 215f5203 docs: optimize the Community section of the official website 
(#627)
215f5203 is described below

commit 215f52039d5c024b128c8ca93fdcf2cc1e73d060
Author: DeleiGuo <[email protected]>
AuthorDate: Thu Oct 2 10:30:32 2025 +0800

    docs: optimize the Community section of the official website (#627)
    
    * docs: update ICLA references to iCLA
    
    * docs: update maturity model documentation
    
    * docs: add guidance on handling dependency advisories
    
    * docs: update PMC references to PPMC
    
    * docs: update feedback guidelines for title language requirement
    
    * docs: replace FastExcel with Apache Fesod (Incubating) in community 
contribution docs
    
    * docs: improved documentation formatting
---
 website/README.md                                  |  2 +-
 website/community/committer/icla.md                | 16 ++---
 website/community/committer/onboarding.md          |  2 +-
 website/community/feedback.md                      |  2 +-
 website/community/index.md                         |  4 +-
 website/community/maturity.md                      | 65 +++++++++--------
 website/community/pmc/become-pmc-member.md         |  4 +-
 website/community/pmc/nominate-committer.md        |  4 +-
 website/community/pmc/onboarding.md                |  8 +--
 website/community/security.md                      | 14 ++++
 .../current/committer/icla.md                      | 18 ++---
 .../current/contribution.md                        |  2 +-
 .../current/contribution/contribute-doc.md         |  2 +-
 .../current/feedback.md                            |  2 +-
 .../current/maturity.md                            | 65 +++++++++--------
 .../current/pmc/become-pmc-member.md               |  2 +-
 .../current/pmc/nominate-committer.md              |  2 +-
 .../current/pmc/onboarding.md                      |  2 +-
 .../current/security.md                            | 14 ++++
 website/sidebarsCommunity.js                       |  6 +-
 website/src/pages/index.js                         | 82 +++++++++++-----------
 21 files changed, 182 insertions(+), 136 deletions(-)

diff --git a/website/README.md b/website/README.md
index 83b60fbb..97f993da 100644
--- a/website/README.md
+++ b/website/README.md
@@ -1,4 +1,4 @@
-# FastExcel Website
+# Apache Fesod (Incubating) Website
 
 This website is built using [Docusaurus](https://docusaurus.io/), a modern 
static website generator.
 
diff --git a/website/community/committer/icla.md 
b/website/community/committer/icla.md
index 1c2631f6..ac853ea6 100644
--- a/website/community/committer/icla.md
+++ b/website/community/committer/icla.md
@@ -1,21 +1,21 @@
 ---
 id: 'icla'
-title: 'Sign ICLA Guide'
+title: 'Sign iCLA Guide'
 ---
 
 Apache CLA short for Apache Contributor License Agreement, the purpose of this 
agreement is to clearly define the terms under which intellectual property has 
been contributed to the ASF and thereby allow us to defend the project should 
there be a legal dispute regarding the software at some future time. A signed 
ICLA is required to be on file before an individual is given commit rights to 
any ASF project.
 
-The process of submitting ICLA are:
+The process of submitting iCLA are:
 
 ## Download
 
-Click the link [Contributor License 
Agreements](https://www.apache.org/licenses/contributor-agreements.html#clas) 
and find ICLA under the Contributor License Agreements section.
+Click the link [Contributor License 
Agreements](https://www.apache.org/licenses/contributor-agreements.html#clas) 
and find iCLA under the Contributor License Agreements section.
 
-![ICLA](/img/community/icla-01.png)
+![iCLA](/img/community/icla-01.png)
 
 ## Fill the content
 
-![ICLA](/img/community/icla-02.png)
+![iCLA](/img/community/icla-02.png)
 
 Fill in the following columns in English.
 
@@ -49,11 +49,11 @@ Fill in the following columns in English.
 
 Refer to this case
 
-![ICLA](/img/community/icla-03.png)
+![iCLA](/img/community/icla-03.png)
 
 ## Sign
 
-![ICLA](/img/community/icla-04.png)
+![iCLA](/img/community/icla-04.png)
 
 - Please sign:
 
@@ -69,7 +69,7 @@ Please send the email to `[email protected]` and also 
forward it to `private@
 
 ```text
 Hello Apache,
-  I am willing contribute to the ASF. The attachment is my ICLA information. 
My Github account is : https://github.com/xxxx.
+  I am willing contribute to the ASF. The attachment is my iCLA information. 
My Github account is : https://github.com/xxxx.
 Thanks !
 ```
 
diff --git a/website/community/committer/onboarding.md 
b/website/community/committer/onboarding.md
index 9370f6a8..3ba1833b 100644
--- a/website/community/committer/onboarding.md
+++ b/website/community/committer/onboarding.md
@@ -3,7 +3,7 @@ id: 'committer-onboarding'
 title: 'Onboarding'
 ---
 
-Upon receiving an invitation email from Apache Fesod (Incubating) PMC, a new 
committer should consider whether accepting.
+Upon receiving an invitation email from Apache Fesod (Incubating) PPMC, a new 
committer should consider whether accepting.
 
 If they decide in favor, they should select "Reply All" and express their 
decision. Please provide the reference content of this reply email:
 
diff --git a/website/community/feedback.md b/website/community/feedback.md
index 28effb84..404c6836 100644
--- a/website/community/feedback.md
+++ b/website/community/feedback.md
@@ -47,7 +47,7 @@ The following situations are appropriate for submitting a new 
issue:
 
 ## Notes
 
-- The title of the issue should be clear and concise, and should be no longer 
than 50 characters.
+- The title of the issue should be clear and concise, written in **English**, 
and should be no longer than 50 characters.
 - Please use polite language in the issue description and content.
 - Each issue should focus on a single topic, please do not combine multiple 
issues into one.
 - Unless a specific developer has been explicitly assigned to the issue in 
advance, please do not arbitrarily assign it to a particular developer.
diff --git a/website/community/index.md b/website/community/index.md
index 53cbc6ef..c2d7f57c 100644
--- a/website/community/index.md
+++ b/website/community/index.md
@@ -17,8 +17,8 @@ For the first time in Apache Fesod (Incubating) community, 
you can:
 
 ## Mailing list
 
-| Name                     | Desc                            | Subscribe       
                                       | Unsubscribe                            
                    | Post                                | Archive             
                                                   |
-|--------------------------|---------------------------------|--------------------------------------------------------|------------------------------------------------------------|-------------------------------------|------------------------------------------------------------------------|
+| Name                       | Desc                            | Subscribe     
                                         | Unsubscribe                          
                      | Post                                | Archive           
                                                     |
+|----------------------------|---------------------------------|--------------------------------------------------------|------------------------------------------------------------|-------------------------------------|------------------------------------------------------------------------|
 | <[email protected]>     | Development related discussions | 
[Subscribe](mailto:[email protected])     | 
[Unsubscribe](mailto:[email protected])     | 
[Post](mailto:[email protected]) | 
[Archive](https://lists.apache.org/[email protected])     |
 | <[email protected]> | All commits to our repositories | 
[Subscribe](mailto:[email protected]) | 
[Unsubscribe](mailto:[email protected]) | Read only list     
                 | 
[Archive](https://lists.apache.org/[email protected]) |
 
diff --git a/website/community/maturity.md b/website/community/maturity.md
index f818289a..b5634a87 100644
--- a/website/community/maturity.md
+++ b/website/community/maturity.md
@@ -7,7 +7,7 @@ title: 'Maturity'
 
 The goals of this maturity model are to describe how Apache projects operate 
in a concise and high-level way, and to provide a basic framework that projects 
may choose to use to evaluate themselves.
 
-More details can be found [ASF Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
+More details can be found [Apache Project Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
 
 ## Status of this assessment
 
@@ -17,7 +17,7 @@ This assessment is evaluated during Fesod's Incubating.
 
 The following table is filled according to the [Apache Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
 Mentors and community members are welcome to comment and modify it.
 
-### CODE
+### Code
 
 | **ID**   | **Description**                                                   
                                                                                
                                                                                
                             | **Status**                                       
                                                                                
                                                                                
   |
 
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -27,22 +27,22 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 | **CD40** | The full history of the project's code is available via a source 
code control system, in a way that allows anyone to recreate any released 
version.                                                                        
                                    | **YES** It depends on git, and anyone can 
view the full history of the project via commit logs.                           
                                                                                
          |
 | **CD50** | The source code control system establishes the provenance of each 
line of code in a reliable way, based on strong authentication of the 
committer. When third parties contribute code, commit messages provide reliable 
information about the code provenance. | **YES** The project uses GitHub and 
managed by Apache Infra, it ensuring provenance of each line of code to a 
committer. And the third-party contributions are accepted in accordance with 
the contributing guides. |
 
-### LICENSE
+### Licenses and Copyright
 
-| **ID**   | **Description**                                                   
                                                                                
                                | **Status**                                    
                                                                                
                                                       |
-|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                | **YES** The 
[LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub 
repository. And all source files are with APLv2 header, checked by 
`korandoru/[email protected]`. |
-| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **YES** All dependencies are listed.        
                                                                                
                                                         |
-| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **YES** All dependencies are listed are 
available as Open Source software                                               
                                                             |
-| **LC40** | Committers are bound by an Individual Contributor Agreement (the 
"Apache iCLA") that defines which code they may commit and how they need to 
identify code that is not their own. | **YES** All committers have iCLAs.       
                                                                                
                                                            |
-| **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                | **YES** And all source files are with APLv2 
header, checked by `korandoru/[email protected]`.                                  
                                                         |
+| **ID**   | **Description**                                                   
                                                                                
                                | **Status**                                    
                                                                                
                                                   |
+|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                | **YES** The 
[LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub 
repository. And all source files are with APLv2 header, checked by 
`korandoru/hawkeye@v6`. |
+| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **YES** All dependencies are listed.        
                                                                                
                                                     |
+| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **YES** All dependencies are listed are 
available as Open Source software                                               
                                                         |
+| **LC40** | Committers are bound by an Individual Contributor Agreement (the 
"Apache iCLA") that defines which code they may commit and how they need to 
identify code that is not their own. | **YES** All committers have iCLAs.       
                                                                                
                                                        |
+| **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                | **YES** And all source files are with APLv2 
header, checked by `korandoru/hawkeye@v6`.                                      
                                                     |
 
 ### Releases
 
 | **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                              |
 
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **RE10** | Releases consist of source code, distributed using standard and 
open archive formats that are expected to stay readable in the long term.       
                       | **NO** Source release is distributed via 
[dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked 
from [download page](https://fesod.apache.org/docs/download/).                |
-| **RE20** | The project's PPMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                      | **NO** All releases have been voted at 
<[email protected]> and <[email protected]>, and have at least 3 
PPMC member's votes.                                                            
     |
+| **RE20** | The project's PPMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                      | **NO** All releases have been voted at 
<[email protected]> and <[email protected]>, and have at least 3 
PPMC member's votes.                                                            
 |
 | **RE30** | Releases are signed and/or distributed along with digests that 
anyone can reliably use to validate the downloaded archives.                    
                        | **NO** All releases are signed, and the 
[KEYS](https://dist.apache.org/repos/dist/release/fesod/KEYS) are available.    
                                                                               |
 | **RE40** | The project can distribute convenience binaries alongside source 
code, but they are not Apache Releases, they are provided with no guarantee.    
                      | **NO** User can easily build binaries from source code, 
and we do not provide binaries as Apache Releases.                              
                                                               |
 | **RE50** | The project documents a repeatable release process so that 
someone new to the project can independently generate the complete set of 
artifacts required for a release. | **NO** We can follow the [Release 
guide](https://fesod.apache.org/community/release/release-version/) to make a 
new Apache Fesod (Incubating) release, and so far we had 0 different release 
managers. |
@@ -53,31 +53,31 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 
|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **QU10** | The project is open and honest about the quality of its code. 
Various levels of quality and maturity for various modules are natural and 
acceptable as long as they are clearly communicated. | **YES** We encourage 
user to [report issues](https://github.com/apache/fesod/issues).                
                                                                                
  |
 | **QU20** | The project puts a very high priority on producing secure 
software.                                                                       
                                                    | **YES** All security 
issues will be addressed within 3 days.                                         
                                                                                
  |
-| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them.                                              | **NO** The official 
website provides a [security page](https://fesod.apache.org/community/security) 
                                                                                
   |
+| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them.                                              | **YES** The official 
website provides a [security 
page](https://fesod.apache.org/community/security/)                             
                                                     |
 | **QU40** | The project puts a high priority on backwards compatibility and 
aims to document any incompatible changes and provide tools and documentation 
to help users transition to new features.       | **Yes** We follow semantic 
versions. As long as it's within one major version, it's backward compatible. 
And when any breaking changes added, we provide corresponding upgrade guides. |
-| **QU50** | The project strives to respond to documented bug reports in a 
timely manner.                                                                  
                                                | **YES** The project has 
resolved 1000+ issues and 2300+ pull requests so far, with very prompt 
response.                                                                       
        |
+| **QU50** | The project strives to respond to documented bug reports in a 
timely manner.                                                                  
                                                | **YES** The project has 
resolved 200+ issues and 2s00+ pull requests so far, with very prompt response. 
                                                                               |
 
 ### Community
 
-| **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                       |
-|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **CO10** | The project has a well-known homepage that points to all the 
information required to operate according to this maturity model.               
                          | **YES** The [official 
website](https://fesod.apache.org/) includes all information user need to run 
Apache Fesod (Incubating).                                                      
            |
-| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project.            
                     | **Yes** We provide contributing guides for every 
component. And we also have a [general contributing 
guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md)               
           |
-| **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | **YES** All good contributions including code and 
non-code are welcomed.                                                          
                                                              |
-| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project.  
                        | **NO** The community has elected 0 new PPMC members 
and 0 new committers so far.                                                    
                                                            |
-| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently.  
                      | **YES** The community has clear docs on nominating 
committers and PPMC members.                                                    
                                                             |
-| **CO60** | The community operates based on consensus of its members (see 
CS10) who have decision power. Dictators, benevolent or not, are not welcome in 
Apache projects.         | **YES** All decisions are made after vote by 
community members.                                                              
                                                                   |
+| **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                         |
+|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **CO10** | The project has a well-known homepage that points to all the 
information required to operate according to this maturity model.               
                          | **YES** The [official 
website](https://fesod.apache.org/) includes all information user need to run 
Apache Fesod (Incubating).                                                      
              |
+| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project.            
                     | **Yes** We provide contributing guides for every 
component. And we also have a [general contributing 
guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md)               
             |
+| **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | **YES** All good contributions including code and 
non-code are welcomed.                                                          
                                                                |
+| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project.  
                        | **NO** The community has elected 0 new PPMC members 
and 0 new committers so far.                                                    
                                                              |
+| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently.  
                      | **YES** The community has clear docs on nominating 
committers and PPMC members.                                                    
                                                               |
+| **CO60** | The community operates based on consensus of its members (see 
CS10) who have decision power. Dictators, benevolent or not, are not welcome in 
Apache projects.         | **YES** All decisions are made after vote by 
community members.                                                              
                                                                     |
 | **CO70** | The project strives to answer user questions in a timely manner.  
                                                                                
                     | **YES** We use <[email protected]>, [GitHub 
issue](https://github.com/apache/fesod/issues) and [GitHub 
discussion](https://github.com/apache/fesod/discussions) to do this in a timely 
manner. |
 
-### Consensus
+### Consensus Building
 
-| **ID**   | **Description**                                                   
                                                                                
                                                                        | 
**Status**                                                                      
                         |
-|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
-| **CS10** | The project maintains a public list of its contributors who have 
decision power. The project's PPMC (Project Management Committee) consists of 
those contributors.                                                        | 
**Yes** See [members](https://fesod.apache.org/team) with all PPMC members and 
committers.               |
+| **ID**   | **Description**                                                   
                                                                                
                                                                        | 
**Status**                                                                      
                           |
+|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
+| **CS10** | The project maintains a public list of its contributors who have 
decision power. The project's PPMC (Project Management Committee) consists of 
those contributors.                                                        | 
**Yes** See [members](https://fesod.apache.org/team) with all PPMC members and 
committers.                 |
 | **CS20** | Decisions require a consensus among PPMC members and are 
documented on the project's main communications channel. The PPMC takes 
community opinions into account, but the PPMC has the final word.               
         | **YES** All decisions are made by votes on <[email protected]>, 
and with at least 3 +1 votes from PPMC. |
-| **CS30** | The project uses documented voting rules to build consensus when 
discussion is not sufficient.                                                   
                                                                         | 
**YES** The project uses the standard ASF voting rules.                         
                         |
-| **CS40** | In Apache projects, vetoes are only valid for code commits. The 
person exercising the veto must justify it with a technical explanation, as per 
the Apache voting rules defined in CS30.                                  | 
**YES** Apache Fesod (Incubating) community has not used the veto power yet 
except for code commits.     |
-| **CS50** | All "important" discussions happen asynchronously in written form 
on the project's main communications channel. Offline, face-to-face or private 
discussions that affect the project are also documented on that channel. | 
**YES** All important discussions and conclusions are recorded in written form. 
                         |
+| **CS30** | The project uses documented voting rules to build consensus when 
discussion is not sufficient.                                                   
                                                                         | 
**YES** The project uses the standard ASF voting rules.                         
                           |
+| **CS40** | In Apache projects, vetoes are only valid for code commits. The 
person exercising the veto must justify it with a technical explanation, as per 
the Apache voting rules defined in CS30.                                  | 
**YES** Apache Fesod (Incubating) community has not used the veto power yet 
except for code commits.       |
+| **CS50** | All "important" discussions happen asynchronously in written form 
on the project's main communications channel. Offline, face-to-face or private 
discussions that affect the project are also documented on that channel. | 
**YES** All important discussions and conclusions are recorded in written form. 
                           |
 
 ### Independence
 
@@ -85,3 +85,12 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 
|----------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **IN10** | The project is independent from any corporate or organizational 
influence.               | **YES**  The PPMC members and committer of Apache 
Fesod (Incubating) are from several different companies, and majority of them 
are NOT From the company that donated this project. |
 | **IN20** | Contributors act as themselves, not as representatives of a 
corporation or organization. | **YES** The contributors act on their own 
initiative without representing a corporation or organization.                  
                                                          |
+
+### Trademark and Branding
+
+| **ID**   | **Description**                                                   
                                                                                
                                 | **Status**                                   
                                       |
+|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
+| **TB10** | The project uses "Apache Fesod™" as the project and software 
product name consistently, with appropriate trademark attributions.             
                                      | **YES**  The project uses appropriately 
the trademark symbol.                       |
+| **IB20** | The project's primary homepage is at projectname.apache.org. When 
exceptions exist to use alternate domains for any purpose, any non-apache.org 
domain names are owned by the ASF. | **YES** The project's homepage is at 
[fesod.apache.org](https://fesod.apache.org/). |
+| **IB30** | The ASF has trademark rights, including any registrations, to the 
project name, logo, and any other major branding elements.                      
                                 | **YES** ASF has the trademark rights         
                                       |
+| **IB40** | The project monitors for any major misuses of their project's 
brand by others, and reports any potential misuses to Brand Management.         
                                     | **YES** The PPMC members have already 
addressed misuses.                            |
diff --git a/website/community/pmc/become-pmc-member.md 
b/website/community/pmc/become-pmc-member.md
index 32d3d66b..bde8639e 100644
--- a/website/community/pmc/become-pmc-member.md
+++ b/website/community/pmc/become-pmc-member.md
@@ -1,6 +1,6 @@
 ---
 id: 'become-pmc-member'
-title: 'Become A PMC member'
+title: 'Become A PPMC member'
 ---
 
 Anyone being supportive of the community and working in any of the CoPDoC 
areas can become an Apache Fesod (Incubating) PPMC member. The CoPDoC is an 
acronym from ASF to describe how we recognize your contributions not only by 
code.
@@ -19,7 +19,7 @@ There are no strict rules for becoming a committer or PPMC 
member.Candidates for
 
 ### Continuous contributions
 
-PMC member candidates should have a decent amount of continuous engagements 
and contributions (fixing bugs, adding new features, writing documentation, 
maintaining issues boards, code review, or answering community questions) to 
the Apache Fesod (Incubating).
+PPMC member candidates should have a decent amount of continuous engagements 
and contributions (fixing bugs, adding new features, writing documentation, 
maintaining issues boards, code review, or answering community questions) to 
the Apache Fesod (Incubating).
 
 - 12+ months with activity and engagement.
 
diff --git a/website/community/pmc/nominate-committer.md 
b/website/community/pmc/nominate-committer.md
index af47371e..40b7b4a0 100644
--- a/website/community/pmc/nominate-committer.md
+++ b/website/community/pmc/nominate-committer.md
@@ -109,7 +109,7 @@ Content:
 ```text
 Hello ${CANDIDATE_NAME},
 
-The Apache Fesod (Incubating) (PMC)hereby offers you 
+The Apache Fesod (Incubating) (PPMC)hereby offers you 
 committer privileges to the project.
 
 These privileges are offered on the understanding that
@@ -168,7 +168,7 @@ B. If there is not already an ICLA on file, you need to 
submit an ICLA:
     unique Apache ID. Look to see if your preferred
     ID is already taken at
     https://people.apache.org/committer-index.html
-    This will allow the Secretary to notify the PMC
+    This will allow the Secretary to notify the PPMC
     when your ICLA has been recorded.
 
 When recording of your ICLA is noted, you will
diff --git a/website/community/pmc/onboarding.md 
b/website/community/pmc/onboarding.md
index 0a8e4213..ef8e1974 100644
--- a/website/community/pmc/onboarding.md
+++ b/website/community/pmc/onboarding.md
@@ -16,13 +16,13 @@ If they decide in favor, they should select **"Reply All"** 
and express their de
 
 If you receive an email with the subject `WELCOME to 
[email protected]`, you have successfully subscribed to the private 
mailing list.
 
-It's required for PMC members to subscribe the private mailing list. The 
private list is only for confidential discussions that should not be made 
public, such as the suitability of a particular individual to become a 
committer or a member of the PMC.
+It's required for PPMC members to subscribe the private mailing list. The 
private list is only for confidential discussions that should not be made 
public, such as the suitability of a particular individual to become a 
committer or a member of the PPMC.
 
 ### Don’t mix private and public lists in posts
 
 - Don’t post to both the dev and private lists. Each member of the PPMC should 
be on the dev list, so posting to dev is sufficient.
-- Likewise, don’t post to both the Incubator general and Incubator private 
lists. Each member of the Incubator PMC is on the Incubator general list, so 
posting to the general list is sufficient.
+- Likewise, don’t post to both the Incubator general and Incubator private 
lists. Each member of the IPMC is on the Incubator general list, so posting to 
the general list is sufficient.
 
-## Read PMC Member Guide
+## Read PPMC Member Guide
 
-Please read [PMC GUIDE](https://www.apache.org/dev/pmc.html) to know about the 
general responsibilities of Project Management Committee (PMC) members in 
managing our project and common how-to procedures for day to day maintenance.
+Please read [PPMC GUIDE](https://incubator.apache.org/guides/ppmc.html) to 
know about the general responsibilities of Project Management Committee (PMC) 
members in managing our project and common how-to procedures for day to day 
maintenance.
diff --git a/website/community/security.md b/website/community/security.md
index 17ee3220..d1dde813 100644
--- a/website/community/security.md
+++ b/website/community/security.md
@@ -12,3 +12,17 @@ Please specify the project name as "Apache Fesod 
(Incubating)" in the email, and
 The Apache Security Team and the Apache Fesod (Incubating) community will get 
back to you after assessing and analyzing the findings.
 
 **Please note** that the security issue should be reported on the security 
email first, before disclosing it on any public domain.
+
+## Advisories for Dependencies
+
+Many organizations employ security scanning tools to identify components with 
known security advisories. Although we strongly recommend these tools as they 
can alert users to potential risks, they often generate false positives. This 
occurs because a vulnerable dependency may not necessarily impact Apache Fesod 
(Incubating) if used in a non-exploitable manner.
+
+Therefore, advisories regarding Apache Fesod (Incubating)'s dependencies are 
not automatically considered critical. However, if additional analysis 
indicates that Apache Fesod (Incubating) might be affected by a dependency's 
vulnerability, please report your findings privately to 
[[email protected]](mailto:[email protected]).
+
+If a dependency advisory is identified, please:
+
+1. Verify if our DependencyCheck suppressions contain relevant details.
+2. Check our issue tracker for discussions regarding this advisory.
+3. Conduct your own analysis to determine whether Apache Fesod (Incubating) is 
affected.
+    - If affected, report your findings privately through 
[[email protected]](mailto:[email protected]).
+    - If not affected, please contribute by updating the DependencyCheck 
suppression list, clearly documenting why Apache Fesod (Incubating) is not 
impacted.
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/icla.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/icla.md
index 32ab6c70..697dffbb 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/icla.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/icla.md
@@ -1,21 +1,21 @@
 ---
 id: 'icla'
-title: '签署 ICLA 指南'
+title: '签署 iCLA 指南'
 ---
 
-Apache CLA 是 
Apache贡献者许可协议的缩写,该协议旨在明确界定向ASF贡献知识产权的条款,从而使我们在未来软件发生法律纠纷时能够为项目提供法律保障。个人在获得任何 
ASF 项目的提交权限前,必须提交经签署的 ICLA 文件存档。
+Apache CLA 是 
Apache贡献者许可协议的缩写,该协议旨在明确界定向ASF贡献知识产权的条款,从而使我们在未来软件发生法律纠纷时能够为项目提供法律保障。个人在获得任何 
ASF 项目的提交权限前,必须提交经签署的 iCLA 文件存档。
 
-提交 ICLA 的流程如下:
+提交 iCLA 的流程如下:
 
 ## 下载模板
 
-点击链接[贡献者许可协议](https://www.apache.org/licenses/contributor-agreements.html#clas),在贡献者许可协议部分找到
 ICLA。
+点击链接[贡献者许可协议](https://www.apache.org/licenses/contributor-agreements.html#clas),在贡献者许可协议部分找到
 iCLA。
 
-![ICLA](/img/community/icla-01.png)
+![iCLA](/img/community/icla-01.png)
 
 ## 填写内容
 
-![ICLA](/img/community/icla-02.png)
+![iCLA](/img/community/icla-02.png)
 
 请用英文填写以下栏目。
 
@@ -49,11 +49,11 @@ Apache CLA 是 Apache贡献者许可协议的缩写,该协议旨在明确界
 
 参考此案例
 
-![ICLA](/img/community/icla-03.png)
+![iCLA](/img/community/icla-03.png)
 
 ## 署名
 
-![ICLA](/img/community/icla-04.png)
+![iCLA](/img/community/icla-04.png)
 
 - Please sign:
 
@@ -69,7 +69,7 @@ Apache CLA 是 Apache贡献者许可协议的缩写,该协议旨在明确界
 
 ```text
 Hello Apache,
-  I am willing contribute to the ASF. The attachment is my ICLA information. 
My Github account is : https://github.com/xxxx.
+  I am willing contribute to the ASF. The attachment is my iCLA information. 
My Github account is : https://github.com/xxxx.
 Thanks !
 ```
 
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution.md
index b28ecc50..a1da3d55 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution.md
@@ -71,7 +71,7 @@ title: '概述'
 
 ## 其他参与方式
 
-除了直接贡献代码,以下方式同样是对 FastExcel 的宝贵支持:
+除了直接贡献代码,以下方式同样是对 Apache Fesod (Incubating) 的宝贵支持:
 
 - 回答其他用户的问题。
 - 帮助审阅他人的 PR。
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution/contribute-doc.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution/contribute-doc.md
index fec4e8a6..02c02c61 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution/contribute-doc.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/contribution/contribute-doc.md
@@ -5,7 +5,7 @@ title: '文档贡献指南'
 
 本文档贡献指南主要说明如何修改文档并进行贡献。
 
-官方网站采用[Docusaurus](https://docusaurus.io/)构建,文档维护于[网站](https://github.com/apache/fesod/tree/main/website)目录。请注意,无论是历史版本还是最新版本的文档,所有修改均应通过向`apache/fesod`仓库提交拉取请求实现。
+官方网站采用[Docusaurus](https://docusaurus.io/)构建,文档维护于[website](https://github.com/apache/fesod/tree/main/website)目录。请注意,无论是历史版本还是最新版本的文档,所有修改均应通过向`apache/fesod`仓库提交拉取请求实现。
 
 提交拉取请求的具体方法请参阅:
 
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/feedback.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/feedback.md
index fc17ba3d..46186388 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/feedback.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/feedback.md
@@ -47,7 +47,7 @@ title: '问题反馈'
 
 ## 注意事项
 
-- 问题的标题应该清晰、简洁,建议不超过 50 个字符长度。
+- 问题的标题应该清晰、简洁,使用**英文**书写,建议不超过 50 个字符长度。
 - 问题描述和内容中请使用礼貌的语言。
 - 一个问题只应包含一个主题,请勿将多个问题合并为一个。
 - 除非已事先明确某位开发者负责这个问题,否则请勿随意指派给某个开发者。
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md
index f818289a..b5634a87 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/maturity.md
@@ -7,7 +7,7 @@ title: 'Maturity'
 
 The goals of this maturity model are to describe how Apache projects operate 
in a concise and high-level way, and to provide a basic framework that projects 
may choose to use to evaluate themselves.
 
-More details can be found [ASF Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
+More details can be found [Apache Project Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
 
 ## Status of this assessment
 
@@ -17,7 +17,7 @@ This assessment is evaluated during Fesod's Incubating.
 
 The following table is filled according to the [Apache Maturity 
Model](https://community.apache.org/apache-way/apache-project-maturity-model.html).
 Mentors and community members are welcome to comment and modify it.
 
-### CODE
+### Code
 
 | **ID**   | **Description**                                                   
                                                                                
                                                                                
                             | **Status**                                       
                                                                                
                                                                                
   |
 
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -27,22 +27,22 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 | **CD40** | The full history of the project's code is available via a source 
code control system, in a way that allows anyone to recreate any released 
version.                                                                        
                                    | **YES** It depends on git, and anyone can 
view the full history of the project via commit logs.                           
                                                                                
          |
 | **CD50** | The source code control system establishes the provenance of each 
line of code in a reliable way, based on strong authentication of the 
committer. When third parties contribute code, commit messages provide reliable 
information about the code provenance. | **YES** The project uses GitHub and 
managed by Apache Infra, it ensuring provenance of each line of code to a 
committer. And the third-party contributions are accepted in accordance with 
the contributing guides. |
 
-### LICENSE
+### Licenses and Copyright
 
-| **ID**   | **Description**                                                   
                                                                                
                                | **Status**                                    
                                                                                
                                                       |
-|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                | **YES** The 
[LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub 
repository. And all source files are with APLv2 header, checked by 
`korandoru/[email protected]`. |
-| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **YES** All dependencies are listed.        
                                                                                
                                                         |
-| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **YES** All dependencies are listed are 
available as Open Source software                                               
                                                             |
-| **LC40** | Committers are bound by an Individual Contributor Agreement (the 
"Apache iCLA") that defines which code they may commit and how they need to 
identify code that is not their own. | **YES** All committers have iCLAs.       
                                                                                
                                                            |
-| **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                | **YES** And all source files are with APLv2 
header, checked by `korandoru/[email protected]`.                                  
                                                         |
+| **ID**   | **Description**                                                   
                                                                                
                                | **Status**                                    
                                                                                
                                                   |
+|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **LC10** | The Apache License, version 2.0, covers the released code.        
                                                                                
                                | **YES** The 
[LICENSE](https://github.com/apache/fesod/blob/main/LICENSE) is in GitHub 
repository. And all source files are with APLv2 header, checked by 
`korandoru/hawkeye@v6`. |
+| **LC20** | Libraries that are mandatory dependencies of the project's code 
do not create more restrictions than the Apache License does.                   
                                  | **YES** All dependencies are listed.        
                                                                                
                                                     |
+| **LC30** | The libraries mentioned in LC20 are available as Open Source 
software.                                                                       
                                     | **YES** All dependencies are listed are 
available as Open Source software                                               
                                                         |
+| **LC40** | Committers are bound by an Individual Contributor Agreement (the 
"Apache iCLA") that defines which code they may commit and how they need to 
identify code that is not their own. | **YES** All committers have iCLAs.       
                                                                                
                                                        |
+| **LC50** | The project clearly defines and documents the copyright ownership 
of everything that the project produces.                                        
                                | **YES** And all source files are with APLv2 
header, checked by `korandoru/hawkeye@v6`.                                      
                                                     |
 
 ### Releases
 
 | **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                              |
 
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **RE10** | Releases consist of source code, distributed using standard and 
open archive formats that are expected to stay readable in the long term.       
                       | **NO** Source release is distributed via 
[dist.apache.org](https://dist.apache.org/repos/dist/release/fesod/) and linked 
from [download page](https://fesod.apache.org/docs/download/).                |
-| **RE20** | The project's PPMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                      | **NO** All releases have been voted at 
<[email protected]> and <[email protected]>, and have at least 3 
PPMC member's votes.                                                            
     |
+| **RE20** | The project's PPMC (Project Management Committee, see CS10) 
approves each software release in order to make the release an act of the 
Foundation.                      | **NO** All releases have been voted at 
<[email protected]> and <[email protected]>, and have at least 3 
PPMC member's votes.                                                            
 |
 | **RE30** | Releases are signed and/or distributed along with digests that 
anyone can reliably use to validate the downloaded archives.                    
                        | **NO** All releases are signed, and the 
[KEYS](https://dist.apache.org/repos/dist/release/fesod/KEYS) are available.    
                                                                               |
 | **RE40** | The project can distribute convenience binaries alongside source 
code, but they are not Apache Releases, they are provided with no guarantee.    
                      | **NO** User can easily build binaries from source code, 
and we do not provide binaries as Apache Releases.                              
                                                               |
 | **RE50** | The project documents a repeatable release process so that 
someone new to the project can independently generate the complete set of 
artifacts required for a release. | **NO** We can follow the [Release 
guide](https://fesod.apache.org/community/release/release-version/) to make a 
new Apache Fesod (Incubating) release, and so far we had 0 different release 
managers. |
@@ -53,31 +53,31 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 
|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **QU10** | The project is open and honest about the quality of its code. 
Various levels of quality and maturity for various modules are natural and 
acceptable as long as they are clearly communicated. | **YES** We encourage 
user to [report issues](https://github.com/apache/fesod/issues).                
                                                                                
  |
 | **QU20** | The project puts a very high priority on producing secure 
software.                                                                       
                                                    | **YES** All security 
issues will be addressed within 3 days.                                         
                                                                                
  |
-| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them.                                              | **NO** The official 
website provides a [security page](https://fesod.apache.org/community/security) 
                                                                                
   |
+| **QU30** | The project provides a well-documented, secure and private 
channel to report security issues, along with a documented way of responding to 
them.                                              | **YES** The official 
website provides a [security 
page](https://fesod.apache.org/community/security/)                             
                                                     |
 | **QU40** | The project puts a high priority on backwards compatibility and 
aims to document any incompatible changes and provide tools and documentation 
to help users transition to new features.       | **Yes** We follow semantic 
versions. As long as it's within one major version, it's backward compatible. 
And when any breaking changes added, we provide corresponding upgrade guides. |
-| **QU50** | The project strives to respond to documented bug reports in a 
timely manner.                                                                  
                                                | **YES** The project has 
resolved 1000+ issues and 2300+ pull requests so far, with very prompt 
response.                                                                       
        |
+| **QU50** | The project strives to respond to documented bug reports in a 
timely manner.                                                                  
                                                | **YES** The project has 
resolved 200+ issues and 2s00+ pull requests so far, with very prompt response. 
                                                                               |
 
 ### Community
 
-| **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                       |
-|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **CO10** | The project has a well-known homepage that points to all the 
information required to operate according to this maturity model.               
                          | **YES** The [official 
website](https://fesod.apache.org/) includes all information user need to run 
Apache Fesod (Incubating).                                                      
            |
-| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project.            
                     | **Yes** We provide contributing guides for every 
component. And we also have a [general contributing 
guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md)               
           |
-| **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | **YES** All good contributions including code and 
non-code are welcomed.                                                          
                                                              |
-| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project.  
                        | **NO** The community has elected 0 new PPMC members 
and 0 new committers so far.                                                    
                                                            |
-| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently.  
                      | **YES** The community has clear docs on nominating 
committers and PPMC members.                                                    
                                                             |
-| **CO60** | The community operates based on consensus of its members (see 
CS10) who have decision power. Dictators, benevolent or not, are not welcome in 
Apache projects.         | **YES** All decisions are made after vote by 
community members.                                                              
                                                                   |
+| **ID**   | **Description**                                                   
                                                                                
                     | **Status**                                               
                                                                                
                                                         |
+|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **CO10** | The project has a well-known homepage that points to all the 
information required to operate according to this maturity model.               
                          | **YES** The [official 
website](https://fesod.apache.org/) includes all information user need to run 
Apache Fesod (Incubating).                                                      
              |
+| **CO20** | The community welcomes contributions from anyone who acts in good 
faith and in a respectful manner, and who adds value to the project.            
                     | **Yes** We provide contributing guides for every 
component. And we also have a [general contributing 
guide](https://github.com/apache/fesod/blob/main/CONTRIBUTING.md)               
             |
+| **CO30** | Contributions include source code, documentation, constructive 
bug reports, constructive discussions, marketing and generally anything that 
adds value to the project. | **YES** All good contributions including code and 
non-code are welcomed.                                                          
                                                                |
+| **CO40** | The community strives to be meritocratic and gives more rights 
and responsibilities to contributors who, over time, add value to the project.  
                        | **NO** The community has elected 0 new PPMC members 
and 0 new committers so far.                                                    
                                                              |
+| **CO50** | The project documents how contributors can earn more rights such 
as commit access or decision power, and applies these principles consistently.  
                      | **YES** The community has clear docs on nominating 
committers and PPMC members.                                                    
                                                               |
+| **CO60** | The community operates based on consensus of its members (see 
CS10) who have decision power. Dictators, benevolent or not, are not welcome in 
Apache projects.         | **YES** All decisions are made after vote by 
community members.                                                              
                                                                     |
 | **CO70** | The project strives to answer user questions in a timely manner.  
                                                                                
                     | **YES** We use <[email protected]>, [GitHub 
issue](https://github.com/apache/fesod/issues) and [GitHub 
discussion](https://github.com/apache/fesod/discussions) to do this in a timely 
manner. |
 
-### Consensus
+### Consensus Building
 
-| **ID**   | **Description**                                                   
                                                                                
                                                                        | 
**Status**                                                                      
                         |
-|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
-| **CS10** | The project maintains a public list of its contributors who have 
decision power. The project's PPMC (Project Management Committee) consists of 
those contributors.                                                        | 
**Yes** See [members](https://fesod.apache.org/team) with all PPMC members and 
committers.               |
+| **ID**   | **Description**                                                   
                                                                                
                                                                        | 
**Status**                                                                      
                           |
+|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
+| **CS10** | The project maintains a public list of its contributors who have 
decision power. The project's PPMC (Project Management Committee) consists of 
those contributors.                                                        | 
**Yes** See [members](https://fesod.apache.org/team) with all PPMC members and 
committers.                 |
 | **CS20** | Decisions require a consensus among PPMC members and are 
documented on the project's main communications channel. The PPMC takes 
community opinions into account, but the PPMC has the final word.               
         | **YES** All decisions are made by votes on <[email protected]>, 
and with at least 3 +1 votes from PPMC. |
-| **CS30** | The project uses documented voting rules to build consensus when 
discussion is not sufficient.                                                   
                                                                         | 
**YES** The project uses the standard ASF voting rules.                         
                         |
-| **CS40** | In Apache projects, vetoes are only valid for code commits. The 
person exercising the veto must justify it with a technical explanation, as per 
the Apache voting rules defined in CS30.                                  | 
**YES** Apache Fesod (Incubating) community has not used the veto power yet 
except for code commits.     |
-| **CS50** | All "important" discussions happen asynchronously in written form 
on the project's main communications channel. Offline, face-to-face or private 
discussions that affect the project are also documented on that channel. | 
**YES** All important discussions and conclusions are recorded in written form. 
                         |
+| **CS30** | The project uses documented voting rules to build consensus when 
discussion is not sufficient.                                                   
                                                                         | 
**YES** The project uses the standard ASF voting rules.                         
                           |
+| **CS40** | In Apache projects, vetoes are only valid for code commits. The 
person exercising the veto must justify it with a technical explanation, as per 
the Apache voting rules defined in CS30.                                  | 
**YES** Apache Fesod (Incubating) community has not used the veto power yet 
except for code commits.       |
+| **CS50** | All "important" discussions happen asynchronously in written form 
on the project's main communications channel. Offline, face-to-face or private 
discussions that affect the project are also documented on that channel. | 
**YES** All important discussions and conclusions are recorded in written form. 
                           |
 
 ### Independence
 
@@ -85,3 +85,12 @@ The following table is filled according to the [Apache 
Maturity Model](https://c
 
|----------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | **IN10** | The project is independent from any corporate or organizational 
influence.               | **YES**  The PPMC members and committer of Apache 
Fesod (Incubating) are from several different companies, and majority of them 
are NOT From the company that donated this project. |
 | **IN20** | Contributors act as themselves, not as representatives of a 
corporation or organization. | **YES** The contributors act on their own 
initiative without representing a corporation or organization.                  
                                                          |
+
+### Trademark and Branding
+
+| **ID**   | **Description**                                                   
                                                                                
                                 | **Status**                                   
                                       |
+|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
+| **TB10** | The project uses "Apache Fesod™" as the project and software 
product name consistently, with appropriate trademark attributions.             
                                      | **YES**  The project uses appropriately 
the trademark symbol.                       |
+| **IB20** | The project's primary homepage is at projectname.apache.org. When 
exceptions exist to use alternate domains for any purpose, any non-apache.org 
domain names are owned by the ASF. | **YES** The project's homepage is at 
[fesod.apache.org](https://fesod.apache.org/). |
+| **IB30** | The ASF has trademark rights, including any registrations, to the 
project name, logo, and any other major branding elements.                      
                                 | **YES** ASF has the trademark rights         
                                       |
+| **IB40** | The project monitors for any major misuses of their project's 
brand by others, and reports any potential misuses to Brand Management.         
                                     | **YES** The PPMC members have already 
addressed misuses.                            |
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/become-pmc-member.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/become-pmc-member.md
index 605bf16a..afb67f6f 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/become-pmc-member.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/become-pmc-member.md
@@ -1,6 +1,6 @@
 ---
 id: 'become-pmc-member'
-title: '如何成为 PMC 成员'
+title: '如何成为 PPMC 成员'
 ---
 
 任何支持社区并在 CoPDoC 领域中工作的人都可以成为 Apache Fesod (Incubating) 的 Committer。CoPDoC 
是以下四点的缩写,用来描述我们如何不仅仅通过代码来认识到您的贡献:
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/nominate-committer.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/nominate-committer.md
index 8e3b30ff..a6f6f509 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/nominate-committer.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/nominate-committer.md
@@ -103,7 +103,7 @@ Invitation to become Apache Fesod (Incubating) Committer: 
${CANDIDATE_NAME}
 ```text
 Hello ${CANDIDATE_NAME},
 
-The Apache Fesod (Incubating) (PMC)hereby offers you 
+The Apache Fesod (Incubating) (PPMC)hereby offers you 
 committer privileges to the project.
 
 These privileges are offered on the understanding that
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md
index b5f7b98d..f7e22db4 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md
@@ -21,7 +21,7 @@ PPMC 成员必须订阅此私有邮件列表。该列表仅用于保密讨论,
 ### 请勿在混用私人列表和公共列表
 
 - 请勿同时向开发邮件列表和私有邮件列表发送邮件。PPMC的每位成员都应订阅开发邮件列表,因此仅向开发列表发送邮件即可。
-- 同理,请勿同时向孵化器通用邮件列表和孵化器私有邮件列表发送邮件。孵化器PMC的每位成员都订阅了孵化器通用邮件列表,因此仅向通用列表发送邮件即可。
+- 同理,请勿同时向孵化器通用邮件列表和孵化器私有邮件列表发送邮件。IPMC的每位成员都订阅了孵化器通用邮件列表,因此仅向通用列表发送邮件即可。
 
 ## ASF 孵化器 PPMC 成员指南
 
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/security.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/security.md
index bd014e72..9cd507dc 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/security.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/security.md
@@ -8,3 +8,17 @@ Apache Software Foundation 在消除其软件项目中的安全问题方面采
 如果您对 Apache Fesod (Incubating) 的安全性感到担忧,或者您发现了漏洞或潜在的威胁,请不要犹豫与 [Apache 
安全团队](http://www.apache.org/security/) 联系,发送邮件至 `[email protected]`。 
在邮件中请指明项目名称为 Apache Fesod 
(Incubating),并提供相关问题或潜在威胁的描述。同时推荐重现和复制安全问题的方法。在评估和分析调查结果后,Apache 安全团队和 Apache 
Fesod (Incubating) 社区将直接与您回复。
 
 请注意 在提交安全邮件之前,请勿在公共领域披露安全电子邮件报告的安全问题。
+
+## 依赖项建议
+
+许多组织使用安全扫描工具来识别已知安全警告的组件。虽然我们强烈推荐这些工具,因为它们可以提醒用户注意潜在风险,但它们经常会产生误报。这是因为,如果以不可利用的方式使用,易受攻击的依赖项不一定会影响
 Apache Fesod (Incubating)。
+
+因此,有关 Apache Fesod (Incubating) 依赖项的建议不会自动被视为关键建议。但是,如果您进一步分析表明 Apache Fesod 
(Incubating) 可能受到依赖项漏洞的影响,请将您的发现报告至 `[email protected]` 。
+
+如果发现依赖性建议:
+
+1. 验证我们的 DependencyCheck 抑制是否包含相关详细信息。
+2. 查看我们的 Issue 页面以了解有关此建议的讨论
+3. 分析以确定 Apache Fesod (Incubating) 是否受到影响
+   - 如果受到影响,请将您的发现报告至 `[email protected]`。
+   - 如果没有受到影响,请通过更新 DependencyCheck 贡献,并清楚地记录为什么 Apache Fesod (Incubating) 
不受影响。
diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js
index 0754bc52..07646d11 100644
--- a/website/sidebarsCommunity.js
+++ b/website/sidebarsCommunity.js
@@ -24,11 +24,11 @@ const sidebarsCommunity = {
             type: "doc",
         },
         {
-            id: "feedback",
+            id: "maturity",
             type: "doc",
         },
         {
-            id: "maturity",
+            id: "feedback",
             type: "doc",
         },
         {
@@ -53,7 +53,7 @@ const sidebarsCommunity = {
         },
         {
             type: 'category',
-            label: 'PMC Members',
+            label: 'PPMC Members',
             items: [
                 'pmc/become-pmc-member',
                 'pmc/pmc-onboarding',
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index f3ba9d3b..0d674cf3 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -28,49 +28,49 @@ import Heading from '@theme/Heading';
 import styles from './index.module.css';
 
 function HomepageHeader() {
-  const { siteConfig } = useDocusaurusContext();
-  return (
-    <header className={clsx('hero hero--primary', styles.heroBanner)}>
-      <div className="container">
-        <Heading as="h1" className="hero__title">
-          {siteConfig.title}
-        </Heading>
-        <p className="hero__subtitle">
-          <Translate>site.description</Translate>
-        </p>
-        <div className={styles.buttons}>
-          <Link
-            className={clsx("button button--secondary button--lg", 
styles.buttonWidth)}
-            to="/docs/quickstart/guide">
-            <Translate>quickstart</Translate>
-          </Link>
+    const {siteConfig} = useDocusaurusContext();
+    return (
+        <header className={clsx('hero hero--primary', styles.heroBanner)}>
+            <div className="container">
+                <Heading as="h1" className="hero__title">
+                    {siteConfig.title}
+                </Heading>
+                <p className="hero__subtitle">
+                    <Translate>site.description</Translate>
+                </p>
+                <div className={styles.buttons}>
+                    <Link
+                        className={clsx("button button--secondary button--lg", 
styles.buttonWidth)}
+                        to="/docs/quickstart/guide">
+                        <Translate>quickstart</Translate>
+                    </Link>
 
-          <Link
-            className={clsx("button button--secondary button--lg", 
styles.buttonWidth, styles.buttonWithIcon)}
-            to="https://github.com/fast-excel/fastexcel";>
-            <img
-              src="img/github_icon.svg"
-              alt="GitHub"
-              className={styles.buttonIcon}
-            />
-            <Translate>github</Translate>
-          </Link>
-        </div>
-      </div>
-    </header>
-  );
+                    <Link
+                        className={clsx("button button--secondary button--lg", 
styles.buttonWidth, styles.buttonWithIcon)}
+                        to="https://github.com/fast-excel/fastexcel";>
+                        <img
+                            src="img/github_icon.svg"
+                            alt="GitHub"
+                            className={styles.buttonIcon}
+                        />
+                        <Translate>github</Translate>
+                    </Link>
+                </div>
+            </div>
+        </header>
+    );
 }
 
 export default function Home() {
-  const { siteConfig } = useDocusaurusContext();
-  return (
-    <Layout
-      title=""
-      description="FastExcel Official Documentation | Fast, concise, Java tool 
for processing Excel files that solves memory overflow issues with large files 
<head />">
-      <HomepageHeader />
-      <main>
-        <HomepageFeatures />
-      </main>
-    </Layout>
-  );
+    const {siteConfig} = useDocusaurusContext();
+    return (
+        <Layout
+            title=""
+            description="Apache Fesod (Incubating) Official Documentation | 
Fast, concise, Java tool for processing Excel files that solves memory overflow 
issues with large files <head />">
+            <HomepageHeader/>
+            <main>
+                <HomepageFeatures/>
+            </main>
+        </Layout>
+    );
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to