Skip to content

Commit 5c32308

Browse files
authored
Add security policy (#12328)
* Add security policy * Fix typo * Fix another typo
1 parent 4895d53 commit 5c32308

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
This is a project of the [Apache Software Foundation](https://apache.org/) and follows the ASF [vulnerability handling process](https://apache.org/security/#vulnerability-handling).
4+
5+
We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them publicly.
6+
7+
# Reporting a Vulnerability
8+
9+
To report a new vulnerability you have discovered please follow the ASF [vulnerability reporting process](https://apache.org/security/#reporting-a-vulnerability).
10+
11+
# Security Model
12+
13+
Administrative users are always considered to be trusted. Reports for vulnerabilities where an attacker already has access to or control over any of the following will be rejected:
14+
- Traffic Server binaries and/or scripts.
15+
- Traffic Server configuration files.
16+
17+
Security-sensitive information may be logged with modified logging configurations, particularly if debug logging is enabled.
18+
19+
Experimental features and plugins are known unstable and not supposed to be used on production. We do not consider
20+
vulnerabilities in those as security issues. You may report vulnerabilities in those publicly on our public lists or GitHub. However, please
21+
contact us privately, if you believe the vulnerabilities you find are serious, or if you are not sure whether you should report the
22+
vulnerabilities publicly.

0 commit comments

Comments
 (0)