Skip to content

Commit 296711d

Browse files
potiukclaude
authored andcommitted
docs: add security policy, threat model, and agent guide
Add SECURITY.md pointing to the ASF security process, and a draft THREAT_MODEL.md that records what JMeter treats as in and out of scope, its adversary model, the security properties it provides, and how findings are triaged. The threat model builds on the existing security.html policy rather than replacing it. Add AGENTS.md as a one-line pointer so scanners and AI assistants discover the security model. Exclude the three headerless docs from RAT in .ratignore. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2f7c164 commit 296711d

4 files changed

Lines changed: 233 additions & 0 deletions

File tree

.ratignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ gradle/verification-keyring.keys
33
gradle/verification-metadata.xml
44
**/.*
55
.*/**
6+
AGENTS.md
67
CODE_OF_CONDUCT.md
78
CONTRIBUTING.md
89
eclipse.md
910
gradle.md
1011
ISSUE_TEMPLATE.md
1112
PULL_REQUEST_TEMPLATE.md
1213
README.md
14+
SECURITY.md
15+
THREAT_MODEL.md
1316
renovate.json
1417
**/*.jmx
1518
bin/examples/**

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security model: [SECURITY.md](./SECURITY.md)

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
`apache/jmeter` follows the [Apache Software Foundation security process](https://www.apache.org/security/). Please report suspected
6+
vulnerabilities privately to `security@apache.org`; do not open public
7+
GitHub issues or pull requests for security reports.
8+
9+
## Threat Model
10+
11+
What the project treats as in scope and out of scope, the security
12+
properties it provides and disclaims, the adversary model, and how
13+
findings are triaged are documented in [THREAT_MODEL.md](./THREAT_MODEL.md).

0 commit comments

Comments
 (0)