This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-python-driver.git
The following commit(s) were added to refs/heads/trunk by this push:
new e80ef69e Add security-model discoverability (AGENTS.md -> SECURITY.md
-> security model)
e80ef69e is described below
commit e80ef69e06e49837495ed115b00df9a0ab2babe9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jun 14 02:29:42 2026 +0200
Add security-model discoverability (AGENTS.md -> SECURITY.md -> security
model)
Wires the conventional AGENTS.md -> SECURITY.md -> security model chain so
automated tooling can mechanically discover the project's security model. No
model content is changed.
Generated-by: Claude Opus 4.8 (1M context)
patch by Jarek Potiuk; reviewed by Bret McGuire
reference: https://github.com/apache/cassandra-python-driver/pull/1297
---
AGENTS.md | 16 ++++++++++++++++
SECURITY.md | 17 +++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 00000000..78d4c9cf
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,16 @@
+# Agent guidance
+
+This file is read by automated agents (security scanners, code analyzers,
+AI assistants) operating on this repository. It points them at the
+human-authored references they should consult before producing output.
+
+## Security
+
+Security model: [SECURITY.md](./SECURITY.md), which links to the Apache
+Cassandra project security model.
+
+This repository is part of the Apache Cassandra project. Its security model -
+trust boundaries, in-scope / out-of-scope declarations, the security
+properties the project provides and disclaims, and how findings are triaged -
+is the umbrella Cassandra security model linked from SECURITY.md. Consult it
+before reporting security issues.
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..7ecb4e42
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,17 @@
+# Security Policy
+
+## Reporting a Vulnerability
+
+Please report suspected security vulnerabilities privately to the Apache
+Security Team at <[email protected]>, following the ASF process at
+<https://www.apache.org/security/>. Do not open public GitHub issues or pull
+requests for security reports.
+
+## Security Model
+
+This repository is part of the Apache Cassandra project. The project's
+security model - what is in and out of scope, the trust boundaries it
+assumes, the security properties it provides and disclaims, and how findings
+are triaged - is documented in the main apache/cassandra repository:
+
+https://github.com/apache/cassandra/blob/trunk/doc/modules/cassandra/pages/reference/security-model.adoc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]