]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summarize Squid Project security policy (#630)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 2 Jun 2020 04:05:02 +0000 (04:05 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 2 Jun 2020 08:45:51 +0000 (08:45 +0000)
As an added bonus, GitHub recognizes this file as one of the "Community
health" files and refers folks filing security issues to it.

SECURITY.md [new file with mode: 0644]
scripts/spell-check.sh

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644 (file)
index 0000000..2c6d1e2
--- /dev/null
@@ -0,0 +1,37 @@
+# Security Policy
+
+## Supported Versions
+
+Security-related reports are considered for official numbered releases
+starting with v3.5. However, issues that do not affect the current Stable or
+Beta series are unlikely to be fixed. Please see
+http://www.squid-cache.org/Versions/ for the list of releases that belong to
+the current series.
+
+Reports about security issues in the Development series are welcomed. However,
+development series contains experimental code that does not qualify for CVE
+allocation.
+
+
+## Reporting a Vulnerability
+
+To report security-sensitive bugs, please post to the squid-bugs mailing
+(list)[http://www.squid-cache.org/Support/mailing-lists.html#squid-bugs]. It
+is a closed list (although anyone can post), and security related bug reports
+are treated in confidence at least until the impact has been established.
+
+The security team strives to manually acknowledge each new report within 48
+hours. Please feel free to email a reminder if you have not heard from us
+within that time frame.
+
+As a _last_ resort (e.g., if the squid-bugs contact point appears to be
+broken), contact the release maintainer directly. The maintainer is on the
+security team but may not be able to respond promptly.
+
+
+### Encrypted reports
+
+Reporters wishing to encrypt their vulnerability reports can request GPG
+public keys from the security team members via the squid-bugs mailing list.
+Please note that encrypting reports may slow down their handling and is
+unlikely to improve the overall security of the process.
index 337c1040a3e23c44042a78df383a63014137364a..c313eb6201df0f45463a59a3154a2b180ffad7ec 100755 (executable)
@@ -58,7 +58,7 @@ for FILENAME in `git ls-files "$@"`; do
     *.sh|\
     *.pre|\
     *.pl|*.pl.in|*.pm|\
-    *.dox|*.html|*.txt|\
+    *.dox|*.html|*.md|*.txt|\
     *.sql|\
     errors/templates/ERR_*|\
     INSTALL|README|QUICKSTART)