Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This document supports **professional security audits** and internal review by s

Formal notation uses standard math; `∀` denotes “for all,” `Σ` sum over all users/epochs where defined.

---

## 1. Invariants

Expand Down
4 changes: 1 addition & 3 deletions THREAT_MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document complements **`SECURITY.md`** with entry-point analysis, **authori

**Scope:** `soroban-contracts/contracts/single_rwa_vault`, `soroban-contracts/contracts/vault_factory`.

---


## 1. Entry-point analysis (summary)

Expand Down Expand Up @@ -46,7 +46,6 @@ This document complements **`SECURITY.md`** with entry-point analysis, **authori
| `get_*`, `is_*`, `*_paginated` | None | Reads. |
| `transfer_admin`, `set_operator`, `set_defaults`, `set_vault_wasm_hash` | Admin | Configuration. |

---

## 2. Authorization requirements matrix

Expand All @@ -58,7 +57,6 @@ Legend: **A** = admin, **O** = operator, **U** = authenticated user (`require_au
| **Role check** | KYC, not blacklisted | + state Active/Matured | + state | `require_admin` / `require_operator` | `require_operator_or_admin` |
| **Pause** | Blocked | Blocked | Blocked | Varies | Varies |

---

## 3. Data flow diagrams

Expand Down
Loading