Skip to content

Commit 09e0397

Browse files
committed
Add/​link SECURITY.md + AGENTS.md to the Apache Directory umbrella threat model for discoverability
Adds (or links) a SECURITY.md and AGENTS.md so an automated scan agent can discover the project's security model via AGENTS.md -> SECURITY.md -> the Apache Directory umbrella threat model hosted in apache/directory-server. Generated-by: Claude Code (Claude Opus 4.8)
1 parent fabb630 commit 09e0397

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
SPDX-License-Identifier: Apache-2.0
3+
4+
Licensed to the Apache Software Foundation (ASF) under the Apache License, Version 2.0.
5+
See the umbrella threat model and SECURITY.md for security guidance.
6+
-->
7+
8+
# Agent Guide for directory-kerby
9+
10+
## Security
11+
12+
Security model: [SECURITY.md](./SECURITY.md) -> the Apache Directory umbrella threat
13+
model at https://github.com/apache/directory-server/blob/master/THREAT_MODEL.md
14+
15+
This repository is a Kerberos implementation (KDC, client, crypto, PKINIT/token preauth). Agents scanning it should consult the umbrella threat
16+
model (Kerberos addendum (K)) before reporting issues.

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Apache Directory follows the [ASF security process](https://www.apache.org/security/). Report privately to
6+
`security@apache.org` (PMC: `private@directory.apache.org`); do not open public issues/PRs for security reports.
7+
8+
## Threat Model
9+
10+
`apache/directory-kerby` is a Kerberos implementation (KDC, client, crypto, PKINIT/token preauth) within the Apache Directory project. Its security context is covered by the Apache
11+
Directory umbrella threat model (Kerberos addendum (K)): https://github.com/apache/directory-server/blob/master/THREAT_MODEL.md

0 commit comments

Comments
 (0)