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-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 9331244f2 Wire the security threat model for agent discoverability 
(AGENTS.md + SECURITY.md) (#628)
9331244f2 is described below

commit 9331244f20482ea6662bbc5de6fe556283a9f8de
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 20 14:22:31 2026 +0200

    Wire the security threat model for agent discoverability (AGENTS.md + 
SECURITY.md) (#628)
    
    Generated-by: Claude Code
---
 AGENTS.md   | 30 ++++++++++++++++++++++++++++++
 SECURITY.md |  6 ++++++
 2 files changed, 36 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 000000000..68308bc21
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,30 @@
+<!--
+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.
+-->
+
+# Agent Guide for ws-wss4j
+
+This file is read by automated agents (security scanners, code
+analyzers, AI assistants) operating on this repository.
+
+## 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
index 7999f38f7..ea8eb2c62 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -13,3 +13,9 @@
 
 For information on how to report a new security problem please see 
[here](https://www.apache.org/security/).
 Our existing security advisories are published 
[here](http://ws.apache.org/wss4j/security_advisories.html).
+
+## 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).

Reply via email to