You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2021/07/07 01:05:31 UTC

svn commit: r1891327 - in /tomcat/site/trunk/docs: .htaccess .well-known/ .well-known/security.txt

Author: schultz
Date: Wed Jul  7 01:05:31 2021
New Revision: 1891327

URL: http://svn.apache.org/viewvc?rev=1891327&view=rev
Log:
Add security.txt file.

Added:
    tomcat/site/trunk/docs/.well-known/
    tomcat/site/trunk/docs/.well-known/security.txt
Modified:
    tomcat/site/trunk/docs/.htaccess

Modified: tomcat/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.htaccess?rev=1891327&r1=1891326&r2=1891327&view=diff
==============================================================================
--- tomcat/site/trunk/docs/.htaccess (original)
+++ tomcat/site/trunk/docs/.htaccess Wed Jul  7 01:05:31 2021
@@ -1,3 +1,4 @@
 RewriteEngine	On
 RewriteRule	svn.html %{REQUEST_SCHEME}://%{HTTP_HOST}/source.html [R=301]
+RewriteRule     security.txt %{REQUEST_SCHEME}://%{HTTP_HOST}/.well-known/security.txt [R=301]
 

Added: tomcat/site/trunk/docs/.well-known/security.txt
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.well-known/security.txt?rev=1891327&view=auto
==============================================================================
--- tomcat/site/trunk/docs/.well-known/security.txt (added)
+++ tomcat/site/trunk/docs/.well-known/security.txt Wed Jul  7 01:05:31 2021
@@ -0,0 +1,8 @@
+Contact: security@tomcat.apache.org
+Contact: https://tomcat.apache.org/security.html#Reporting_New_Security_Problems_with_Apache_Tomcat
+Expires: 2022-01-01T00:00:00
+Acknowledgments: https://tomcat.apache.org/security.html
+Preferred-Languages: en
+Canonical: https://tomcat.apache.org/.well-known/security.txt
+Hiring: https://tomcat.apache.org/getinvolved.html
+



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org