From 16aeef1608942137b857b1fa31661106547eeb29 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 17 Dec 2018 22:50:44 +0100 Subject: [website] Added security vulnerability disclosure page --- website/templates/_scaffold.html | 5 +++-- website/templates/contact.html | 19 +++++++++++++++++++ website/templates/contributing/index.html | 3 +++ website/templates/security.html | 18 ++++++++++++++++++ 4 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 website/templates/contact.html create mode 100644 website/templates/security.html (limited to 'website/templates') diff --git a/website/templates/_scaffold.html b/website/templates/_scaffold.html index 65b2fb7f..be004744 100644 --- a/website/templates/_scaffold.html +++ b/website/templates/_scaffold.html @@ -100,9 +100,10 @@ ga('send', 'pageview');
  • 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"> + + diff --git a/website/templates/contributing/index.html b/website/templates/contributing/index.html index 4f6a1bca..c6c85483 100644 --- a/website/templates/contributing/index.html +++ b/website/templates/contributing/index.html @@ -13,5 +13,8 @@ Discusses how lombok ends up being invoked, and how it gets around to transforming code being compiled / edited. +
    + More documentation can be found on the project lombok github wiki. +
    diff --git a/website/templates/security.html b/website/templates/security.html new file mode 100644 index 00000000..8eb2b3f7 --- /dev/null +++ b/website/templates/security.html @@ -0,0 +1,18 @@ +<#import "/_scaffold.html" as main> +<@main.scaffold title="Security Vulnerabilities"> + + -- cgit