]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
SECURITY.md: Update with additional instructions.
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 19 Mar 2026 13:35:30 +0000 (07:35 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 19 Mar 2026 16:36:14 +0000 (16:36 +0000)
Also added line breaks for people reading this file directly
from the code base.

SECURITY.md

index b3fd9bbaf4b5e64bc5d5c4645a0c2b6e4a0f60e5..04562a4c92078df451968abeea3ad06881846d62 100644 (file)
@@ -2,8 +2,26 @@
 
 ## Supported Versions
 
-The Asterisk project maintains a [documentation page](https://docs.asterisk.org/About-the-Project/Asterisk-Versions/) of releases. Each version is listed with its release date, security fix only date, and end of life date. Consult this wiki page to see if the version of Asterisk you are reporting a security vulnerability against is still supported.
+The Asterisk project maintains an
+[Asterisk-Versions](https://docs.asterisk.org/About-the-Project/Asterisk-Versions/)
+page on the project's [documentation website](https://docs.asterisk.org).
+Each version is listed with its release date, security fix only date, and end of life
+date. Consult this wiki page to see if the version of Asterisk you are reporting a
+security vulnerability against is still supported.
 
 ## Reporting a Vulnerability
 
-To report a vulnerability use the "Report a vulnerability" button under the "Security" tab of this project.
+Please see the
+[Asterisk Security Vulnerabilities](https://docs.asterisk.org/About-the-Project/Asterisk-Security-Vulnerabilities/)
+page on the [documentation website](https://docs.asterisk.org) then use the
+"Report a vulnerability" button under the
+["Security"](https://github.com/asterisk/asterisk/security)
+tab of this project's GitHub repository.
+**Never use regular GitHub issues to report security vulnerabilities!**
+
+##### Do NOT use the "Start a temporary private fork" security advisory feature!  
+
+Private forks created from security advisories are severly limited by GitHub
+and cannot run the workflows necessary for validation and testing.  Once an
+advisory is accepted, the reporter will be given instructions on how to
+submit or test a fix pull request.