From 2bf6e53e95cc6094f584fe748847fd847b3eafd2 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 17 Jan 2025 09:48:47 -0500 Subject: [PATCH] Add security page and use common menu items --- src/site/site.xml | 38 ++++++++++++++-------------- src/site/xdoc/security.xml | 51 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 18 deletions(-) create mode 100644 src/site/xdoc/security.xml diff --git a/src/site/site.xml b/src/site/site.xml index 33f0e93a1..86c1afa1e 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -15,27 +15,29 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - Apache Commons CSV - /images/logo.png - /index.html - Apache Commons CSV™ logo + + + - - - - - + + + - - - - - - + + + + + + + + + + - + diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml new file mode 100644 index 000000000..ab0056049 --- /dev/null +++ b/src/site/xdoc/security.xml @@ -0,0 +1,51 @@ + + + + + Apache Commons Security Reports + Apache Commons Team + + +
+

+ For information about reporting or asking questions about security, please see + Apache Commons Security. +

+

This page lists all security vulnerabilities fixed in released versions of this component. +

+

Please note that binary patches are never provided. If you need to apply a source code patch, use the building instructions for the component version + that you are using. +

+

+ If you need help on building this component or other help on following the instructions to mitigate the known vulnerabilities listed here, please send + your questions to the public + user mailing list. +

+

If you have encountered an unlisted security vulnerability or other unexpected behavior that has security impact, or if the descriptions here are + incomplete, please report them privately to the Apache Security Team. Thank you. +

+
+
+

None.

+
+ +
\ No newline at end of file