This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new c981f9dc0 Wire the security threat model for agent discoverability
(AGENTS.md + SECURITY.md) (#910)
c981f9dc0 is described below
commit c981f9dc0a681b7ba5e77356b2d35b6d3bfc89b8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 20 14:27:30 2026 +0200
Wire the security threat model for agent discoverability (AGENTS.md +
SECURITY.md) (#910)
Generated-by: Claude Code
---
AGENTS.md | 7 +++++++
SECURITY.md | 32 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
index 269ea4e91..cd01a2200 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -34,3 +34,10 @@ Replace `<module>` with the Maven module path(s) you
modified (e.g. `axiom-api`,
```
**CI will fail if spotless has not been applied.**
+
+## Security
+
+Security model: [SECURITY.md](./SECURITY.md)
+
+Agents that scan this repository should consult `SECURITY.md` and the
+threat model it links before reporting issues.
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..816c0e1e0
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,32 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Security Policy
+
+## Reporting a Vulnerability
+
+`apache/ws-axiom` follows the [Apache Software Foundation security
process](https://www.apache.org/security/). Please report suspected
+vulnerabilities privately to `[email protected]`; do not open public
+GitHub issues or pull requests for security reports.
+
+## Threat Model
+
+What the project treats as in scope and out of scope, the security
+properties it provides and disclaims, the adversary model, and how
+findings are triaged are documented in [THREAT-MODEL.md](./THREAT-MODEL.md).