This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git
commit 19f7f8f2a0adbc86572ea6302f6b0869ff99e570 Author: Richard Zowalla <[email protected]> AuthorDate: Fri Jul 1 20:13:48 2022 +0200 TOMEE-4000 - Add security.txt to website --- src/main/jbake/assets/.well-known/security.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/jbake/assets/.well-known/security.txt b/src/main/jbake/assets/.well-known/security.txt new file mode 100644 index 0000000..9c9fc66 --- /dev/null +++ b/src/main/jbake/assets/.well-known/security.txt @@ -0,0 +1,5 @@ +type=securitytxt +contact=mailto:[email protected] +languages=en +canonical=https://tomee.apache.org/.well-known/security.txt +policy=https://tomee.apache.org/security/security.html
