This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
The following commit(s) were added to refs/heads/master by this push:
new d2a84d4 Add security section to AGENTS.md
d2a84d4 is described below
commit d2a84d45ee7cffdc173ff0b2796385e7a904f22a
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jun 2 12:47:58 2026 +0200
Add security section to AGENTS.md
---
AGENTS.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
index 7753421..2bd7bf2 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -112,3 +112,10 @@ src/
- **`redirectTestOutputToFile=true`**: failsafe redirects integration test
output to `target/failsafe-reports/`. Check there, not the console, when
debugging IT failures.
- **Checkstyle config is external**: the `configLocation` is `checks.xml`
resolved from the Checkstyle dependency `de.bildschirmarbeiter:checkstyle:3`,
not a file in this repo. Do not add a local `checks.xml`.
- **`spotless` is disabled** (`<skip>true</skip>`) — do not rely on it for
formatting.
+
+# Security
+
+<!-- sling-security-default:start -->
+The threat model for this project is
https://github.com/apache/sling/blob/master/docs/threat-model.md .
+<!-- sling-security-default:end -->
+