From 484074dd68664c1e51de48890ad71526e5910dfa Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 5 Nov 2021 08:39:11 +0000 Subject: [PATCH] add SECURITY.md git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894749 13f79535-47bb-0310-9956-ffa450edef68 --- README.rst => README.md | 15 ++++++--------- SECURITY.md | 4 ++++ 2 files changed, 10 insertions(+), 9 deletions(-) rename README.rst => README.md (93%) create mode 100644 SECURITY.md diff --git a/README.rst b/README.md similarity index 93% rename from README.rst rename to README.md index f6ec41d8f5..ec663153aa 100644 --- a/README.rst +++ b/README.md @@ -1,6 +1,4 @@ - -Apache POI -====================== +# Apache POI A Java library for reading and writing Microsoft Office binary and OOXML file formats. @@ -32,11 +30,11 @@ And lower-level, supporting components: * TNEF (HMEF) for Outlook winmail.dat files * OpenXML4J (OOXML) -| Components named H??F are for reading or writing OLE2 binary formats. -| Components named X??F are for reading or writing OpenOffice XML (OOXML) formats. +Components named H??F are for reading or writing OLE2 binary formats. -Getting started ------------------- +Components named X??F are for reading or writing OpenOffice XML (OOXML) formats. + +# Getting started Website: https://poi.apache.org/ @@ -59,8 +57,7 @@ Source code: Requires Java 1.8 or later. -Contributing ------------------- +# Contributing * Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..ef6bdc6988 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,4 @@ +# Security + +If you suspect you have found a security vulnerability in Apache POI code, please read https://www.apache.org/security/ +for how to report the issue. Please do not report the details publicly until the report is reviewed. \ No newline at end of file