From 7f75045f2bbc7e07cc63384ed2c6e0a917dd6206 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 13 Jan 2022 09:33:29 +1100 Subject: [PATCH] Create SECURITY.md Fixes #1123 @peteriman do you want to add your contact details to this as well? Just in case I'm not around. --- SECURITY.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..c8f7c6b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Supported Versions + +We're aiming to only support the latest major version of log4js. Older than that is usually *very* old. + +| Version | Supported | +| ------- | ------------------ | +| 6.x | :white_check_mark: | +| < 6.0 | :x: | + +## Reporting a Vulnerability + +Report vulnerabilities via email to: + +* Gareth Jones + +Please put "[log4js:security]" in the subject line. We will aim to respond within a day or two.