Commit f60d342
docs: clarify ContractUpdateValidator scope and threat model
Add a 'Threat model and scope' section at the top of the contract
updatability page to make explicit that the validator's purpose is
storage compatibility only — not a general-purpose interface freeze.
Access modifiers and let/var mutability are intentionally out of scope
because they do not affect storage serialization.
Mirrors the clarification added to stdlib/contract_update_validation.go
in onflow/cadence#4465.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3669d04 commit f60d342
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
10 | 25 | | |
11 | 26 | | |
12 | 27 | | |
| |||
0 commit comments