aboutsummaryrefslogtreecommitdiff
path: root/website/templates/contact.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-12-17 22:50:44 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-12-17 22:55:05 +0100
commit16aeef1608942137b857b1fa31661106547eeb29 (patch)
treeebd12e5eb3abe95ebd1251d193431f052743714b /website/templates/contact.html
parent6ca884be755ccb28d2ebfe4b2e138e5b0c276875 (diff)
downloadlombok-16aeef1608942137b857b1fa31661106547eeb29.tar.gz
lombok-16aeef1608942137b857b1fa31661106547eeb29.tar.bz2
lombok-16aeef1608942137b857b1fa31661106547eeb29.zip
[website] Added security vulnerability disclosure page
Diffstat (limited to 'website/templates/contact.html')
-rw-r--r--website/templates/contact.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/website/templates/contact.html b/website/templates/contact.html
new file mode 100644
index 00000000..584c41bf
--- /dev/null
+++ b/website/templates/contact.html
@@ -0,0 +1,19 @@
+<#import "/_scaffold.html" as main>
+<@main.scaffold title="Contacting the team behind Project Lombok">
+ <div class="page-header top5">
+ <div>
+ <div class="row">
+ <p>
+ Project Lombok is an open source project, maintained primarily by Roel Spilker and Reinier Zwitserloot. We have day jobs and don't get paid much for Project Lombok's maintenance. Please keep this in mind when contacting us; we're doing it out of love.
+ </p><p>
+ To contact us, <ul>
+ <li>There's a <a href="https://groups.google.com/group/project-lombok">forum</a>; we read and respond here.</li>
+ <li>If you have a feature request or bug report, please file it on our <a href="https://github.com/rzwitserloot/lombok/issues">github bug tracker</a>.</li>
+ <li>If you have a security vulnerability to report, please contact us via our <a href="/security">security vulnerability disclosure</a> page.</li>
+ <li>We love giving presentations, about lombok, or even just general java things. <a href="mailto:info@projectlombok.org">Send us a mail</a> if you want to invite us to do a talk.</li>
+ </ul>
+ </p>
+ </div>
+ </div>
+ </div>
+</@main.scaffold>