From 617cb9a000f187ca8f5bb01af7ffbda5b2e11507 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 12 Jan 2024 14:46:12 -0500 Subject: [PATCH 1/6] Adds a top-level README for the Apache Githib org --- profile/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 profile/README.md diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..cd64ad6 --- /dev/null +++ b/profile/README.md @@ -0,0 +1,11 @@ +The [Apache Software Foundation](https://apache.org) (ASF) is home to more +than [300 software projects](https://projects.apache.org), many of which +host their code repositories in this Github org. + +Software in this org is released under the [Apache +License](https://www.apache.org/licenses/LICENSE-2.0). + +ASF projects follow the ASF [vulnerability handling +process](https://apache.org/security/#vulnerability-handling). + + From 43581b8f4e5d213d62d59614eafdd2b24dc65ae6 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 12 Jan 2024 14:55:40 -0500 Subject: [PATCH 2/6] Adds foundation logo at the top --- profile/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/README.md b/profile/README.md index cd64ad6..0165f08 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,3 +1,5 @@ +![The Apache Software Foundation](https://apache.org/img/asf-estd-1999-logo.jpg) + The [Apache Software Foundation](https://apache.org) (ASF) is home to more than [300 software projects](https://projects.apache.org), many of which host their code repositories in this Github org. From 9f555e30c8321f7bc6934e0d3298de36a41ef9fd Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 28 Jan 2024 16:38:29 +1000 Subject: [PATCH 3/6] Update README.md --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 0165f08..a0b2903 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,7 +2,7 @@ The [Apache Software Foundation](https://apache.org) (ASF) is home to more than [300 software projects](https://projects.apache.org), many of which -host their code repositories in this Github org. +host their code repositories in this GitHub org. Software in this org is released under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). From 84f5baf13137a753f02293abb9df1183283c80fb Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 6 Jun 2025 07:33:39 +1000 Subject: [PATCH 4/6] Enhance the ASF organization profile `README.md` --- profile/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/profile/README.md b/profile/README.md index a0b2903..e7060a6 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,13 +1,11 @@ -![The Apache Software Foundation](https://apache.org/img/asf-estd-1999-logo.jpg) +[![The Apache Software Foundation](https://apache.org/img/asf-estd-1999-logo.jpg)](https://apache.org/) The [Apache Software Foundation](https://apache.org) (ASF) is home to more than [300 software projects](https://projects.apache.org), many of which -host their code repositories in this GitHub org. +host their code repositories in this GitHub organization. -Software in this org is released under the [Apache +Software in this organization is released under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). ASF projects follow the ASF [vulnerability handling process](https://apache.org/security/#vulnerability-handling). - - From 2f3697d54cd5d0c4d981a50739e1967641696945 Mon Sep 17 00:00:00 2001 From: Andrew Wetmore Date: Thu, 11 Sep 2025 14:49:04 -0300 Subject: [PATCH 5/6] Update README.md new logo, updated text --- profile/README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/profile/README.md b/profile/README.md index e7060a6..775a099 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,11 +1,13 @@ -[![The Apache Software Foundation](https://apache.org/img/asf-estd-1999-logo.jpg)](https://apache.org/) +[![The Apache Software Foundation](https://github.com/apache/www-site/blob/main/content/img/asf_logo.png)](https://apache.org/) -The [Apache Software Foundation](https://apache.org) (ASF) is home to more -than [300 software projects](https://projects.apache.org), many of which -host their code repositories in this GitHub organization. +[The Apache Software Foundation](https://apache.org) (ASF) provides software for the public good, guided by +the principle of community over code. -Software in this organization is released under the [Apache -License](https://www.apache.org/licenses/LICENSE-2.0). +As a 501(c)(3) nonprofit organization, we provide a home for [hundreds of open source software projects](https://projects.apache.org/), +many of which host their code repositories in this GitHub organization. -ASF projects follow the ASF [vulnerability handling -process](https://apache.org/security/#vulnerability-handling). +Software in this organization is released under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). + +ASF projects follow the ASF [vulnerability handling process](https://apache.org/security/#vulnerability-handling). + +Learn more: [https://apache.org/](https://apache.org/) From 7719ed5a365e479c02840816beccc38fed7ebba7 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 10 Feb 2026 10:52:20 +0100 Subject: [PATCH 6/6] link to security pages To make the project-specific security information easier to find. --- .github/SECURITY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 5655e02..f58787b 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,6 +2,8 @@ This is a project of the [Apache Software Foundation](https://apache.org) and follows the ASF [vulnerability handling process](https://apache.org/security/#vulnerability-handling). +Check the [Projects page](https://security.apache.org/projects/) for project-specific security information. + ## Reporting a Vulnerability -To report a new vulnerability you have discovered please follow the [ASF vulnerability reporting process](https://apache.org/security/#reporting-a-vulnerability). +To report a new vulnerability you have discovered please follow the [ASF vulnerability reporting process](https://security.apache.org/report/).