This is an automated email from the ASF dual-hosted git repository.
vishesh92 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new d2a3bd1aa78 Rename draft-THREAT-MODEL.md to THREAT_MODEL.md (#13599)
d2a3bd1aa78 is described below
commit d2a3bd1aa78a516f47d5cf683bbb1327a121a4b8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 13 16:00:54 2026 +0200
Rename draft-THREAT-MODEL.md to THREAT_MODEL.md (#13599)
The project-wide security threat model merged (apache/cloudstack#13293)
as draft-THREAT-MODEL.md, but the canonical discoverability name that
scanners and satellite-repo SECURITY.md pointers follow is THREAT_MODEL.md.
This renames the file to THREAT_MODEL.md and updates the in-repo
SECURITY.md reference, making the pointer in apache/cloudstack-cloudmonkey
(which already targets .../blob/main/THREAT_MODEL.md) resolve. The
document's own review-status wording is unchanged.
Generated-by: Claude Opus 4.8 (1M context)
---
SECURITY.md | 2 +-
draft-THREAT-MODEL.md => THREAT_MODEL.md | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/SECURITY.md b/SECURITY.md
index ba69c086024..018f2fa8cb8 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -31,4 +31,4 @@ For more details, see
https://cloudstack.apache.org/security.html.
What the project treats as in scope and out of scope, the security
properties it provides and disclaims, the adversary model, and how
findings are triaged are documented in the project-wide threat model:
-[draft-THREAT-MODEL.md](draft-THREAT-MODEL.md).
+[THREAT_MODEL.md](THREAT_MODEL.md).
diff --git a/draft-THREAT-MODEL.md b/THREAT_MODEL.md
similarity index 100%
rename from draft-THREAT-MODEL.md
rename to THREAT_MODEL.md