From 180eb3d77d69f6f28a2e12ee1ff7d4cfc9d386a2 Mon Sep 17 00:00:00 2001 From: ZacLou Date: Tue, 1 Sep 2026 07:21:11 +0800 Subject: [PATCH] docs(security): explicitly list asserter-consumer in SECURITY.md scope (#122) --- SECURITY.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 17d6fd4..d2858d4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -26,7 +26,8 @@ issue to be triaged and, where applicable, patched before any public disclosure. ## Scope -In scope: the contracts under `contracts/` in this repository. Out of scope: -third-party dependencies (`soroban-sdk`, the Stellar network itself), and the -`contracts/demo-consumer` example, which exists to validate integration patterns -and is not intended for production use on its own. +In scope: the contracts under `contracts/` in this repository, including +`contracts/tholos`, `contracts/tholos-v2`, and `contracts/asserter-consumer`. Out of +scope: third-party dependencies (`soroban-sdk`, the Stellar network itself), and +the `contracts/demo-consumer` example, which exists to validate integration +patterns and is not intended for production use on its own.