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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit a9238ac6447f84db69ce880a6813df9690f87ed2
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Tue Dec 14 23:07:05 2021 +0100

    add security vulnerabilities handling page
---
 src/main/jbake/content/general/security.md | 47 ++++++++++++++++++++++++++++++
 src/main/jbake/templates/page.ftl          |  1 +
 2 files changed, 48 insertions(+)

diff --git a/src/main/jbake/content/general/security.md 
b/src/main/jbake/content/general/security.md
new file mode 100644
index 0000000..a596e4f
--- /dev/null
+++ b/src/main/jbake/content/general/security.md
@@ -0,0 +1,47 @@
+breadcrumb={"url": "https://jspwiki.apache.org/general/";, "name": "General" }
+status=published
+title=Security
+type=page
+~~~~~~
+
+## Reporting New Security Problems with Apache JSPWiki
+
+The Apache Software Foundation takes a very active stance in eliminating 
security problems and denial of service attacks against its products.
+
+We strongly encourage folks to **report such problems to the private [security 
mailing list first][]**, before disclosing them in a public forum.
+
+Please note that the security mailing list should only be used for reporting 
undisclosed security vulnerabilities and managing the process of fixing such 
vulnerabilities. We cannot accept regular bug reports or other queries at this 
address. All mail sent to this address that does not relate to an undisclosed 
security problem in our source code will be ignored.
+
+If you need to report a bug that isn't an undisclosed security vulnerability, 
please use the project's [JIRA issue tracker][].
+
+The private security mailing address is: <[email protected]>
+
+The process of handling a possible vulnerability is described [here][].
+
+## Asking Questions About Known Security Problems
+
+Questions about:
+
+* if a vulnerability applies to your particular application
+* obtaining further information on a published vulnerability
+* availability of patches and/or new releases
+
+should be addressed to the users mailing list. Please see the [mailing lists 
page][] for details of how to subscribe.
+
+## Known Security Vulnerabilities
+
+Known security vulnerabilities fixed in released versions of Apache JSPWiki 
are listed at the [CVE][] page.
+
+If you have encountered an unlisted security vulnerability or other unexpected 
behavior that has security impact, or if the descriptions in one of the pages 
are incomplete, please report them privately to the Apache Security Team. Thank 
you.
+
+## Errors and Omissions
+
+Please report any errors or omissions to the [dev mailing list][].
+
+
+[CVE][]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE
+[dev mailing list][]: https://jspwiki.apache.org/community/mailing_lists.html
+[here][]: 
https://www.apache.org/security/committers.html#handling-a-possible-vulnerability
+[JIRA issue tracker][]: https://issues.apache.org/jira/browse/JSPWIKI
+[mailing lists page][]: https://jspwiki.apache.org/community/mailing_lists.html
+[security mailing list first][]: mailto:[email protected]
\ No newline at end of file
diff --git a/src/main/jbake/templates/page.ftl 
b/src/main/jbake/templates/page.ftl
index 148fd40..29a809d 100755
--- a/src/main/jbake/templates/page.ftl
+++ b/src/main/jbake/templates/page.ftl
@@ -185,6 +185,7 @@
                 <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=News">News</a></li>
                 <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=Wiki%20Syntax">Wiki Syntax</a></li>
                 <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=Downloads">Downloads</a></li>
+                <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=Security">Security</a></li>
                 <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=NewIn">ReleaseNotes</a></li>
                 <li><a class="wikipage" 
href="${config.wiki_site_host}/Wiki.jsp?page=FAQ">FAQ</a></li>
                 <li><a class="external" 
href="http://www.apache.org/licenses/";>License</a><img class="outlink" 
src="./images/out.png" alt=""></li>

Reply via email to