Skip to content

Commit 863f5dd

Browse files
authored
Update AGENTS.md and clarify SECURITY.md plugin scope (#13179)
AGENTS.md gains a Security section pointing at SECURITY.md so the policy is discoverable for coding agents. SECURITY.md clarifies that shipped plugins, including those under plugins/experimental/, are in scope for security reporting. The experimental carve-out is narrowed to experimental features and names HTTP/3 / QUIC explicitly.
1 parent 1a16983 commit 863f5dd

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,11 @@ MIOBuffer *buffer = (MIOBuffer*)malloc(sizeof(MIOBuffer));
383383
- `src/proxy/http/remap/RemapConfig.cc` - URL remapping logic
384384
- `include/ts/ts.h` - Plugin API
385385

386+
## Security
387+
388+
See [SECURITY.md](SECURITY.md) for the project's security policy, threat model,
389+
scope, and vulnerability reporting process.
390+
386391
## Resources
387392

388393
- Official docs: https://trafficserver.apache.org/

SECURITY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Administrative users are always considered to be trusted. Reports for vulnerabil
1616

1717
Security-sensitive information may be logged with modified logging configurations, particularly if debug logging is enabled.
1818

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
19+
Experimental features are known unstable and not supposed to be used on production. We do not consider
20+
vulnerabilities in those as security issues. This explicitly includes HTTP/3 and QUIC support, which remain
21+
experimental. You may report vulnerabilities in those publicly on our public lists or GitHub. However, please
2122
contact us privately, if you believe the vulnerabilities you find are serious, or if you are not sure whether you should report the
2223
vulnerabilities publicly.
24+
25+
Plugins shipped with Traffic Server, including those under `plugins/experimental/`, are in scope for security
26+
reporting. Please report vulnerabilities in those through the private security mailing list following the process above.

0 commit comments

Comments
 (0)