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-api.git
The following commit(s) were added to refs/heads/master by this push:
new 151ad09 Add security section to AGENTS.md
151ad09 is described below
commit 151ad09b640a96c85ce88d5c57b887e68f7085bd
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 4075fa3..c5d9153 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -76,3 +76,10 @@ target/ Build output (ignored by
version control)
- The parent POM (`sling-bundle-parent`) controls most plugin versions and
default configurations. Avoid overriding plugin versions locally unless
strictly necessary.
- `HtmlResponse.html` in `src/main/resources` is intentionally excluded from
RAT license checking (see `pom.xml` exclusion list).
- Spotless failures block the build. If CI fails with a formatting error, run
`mvn spotless:apply` locally and commit the result.
+
+# 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 -->
+