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-jcr-base.git


The following commit(s) were added to refs/heads/master by this push:
     new 8146292  Add security section to AGENTS.md
8146292 is described below

commit 8146292078e954e7bad47c798bc25ad5b8828d29
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 ee14a35..b68b05d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -107,3 +107,10 @@ target/                          Build output (gitignored)
 - **Baseline check**: the parent POM runs OSGi semantic-version baseline 
against the previous release JAR. Adding API without bumping the package 
version will fail the build.
 - **Spotless must pass before RAT**: run `mvn spotless:apply` before 
committing; otherwise the RAT XML-header check may report false positives on 
reformatted files.
 - The `internal` packages are deliberately excluded from Javadoc generation 
(see `pom.xml` `maven-javadoc-plugin` config).
+
+# 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 -->
+

Reply via email to