Skip to content

Commit 76c3052

Browse files
committed
docs(changelog): describe the v0.4.0 review accurately as an internal, non-third-party review
1 parent 6b0c5e2 commit 76c3052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _Nothing yet._
5353

5454
### Summary
5555

56-
Two new rule families, two standards-conformance fixes, and the outcome of a full security review.
56+
Two new rule families, two standards-conformance fixes, and hardening from an internal review.
5757

5858
**New rules**
5959
- **`RuleMintAllowance`** — a per-minter mint quota. The operator sets an absolute quota (or increments/decrements it) and each mint debits the minter's allowance. It is the only rule keyed on the mint `spender`, so it requires the spender-aware CMTAT/RuleEngine callback path. Restriction code `70`.
@@ -69,7 +69,7 @@ Two new rule families, two standards-conformance fixes, and the outcome of a ful
6969
- Stale-state cleanup after rebinding: `resetApproval(...)` and `clearMintAllowances(...)`.
7070
- Overflow-safe supply-cap views — they return code `50` instead of reverting with an arithmetic panic.
7171

72-
**Security review.** 0 Critical/High/Medium, 2 Low, 8 Informational; the two threats that would have been High were probed and do not exist. Published as [`CLAUDE_AUDIT.md`](./doc/security/audits/tools/v0.4.0/claude-audit/CLAUDE_AUDIT.md). Test suite grew 425 → **511 tests** (97.8% line, 97.3% branch coverage) and now includes a stateful, mutation-verified invariant suite.
72+
**Internal review.** An AI-assisted, test-backed review of `src/` reported 0 Critical/High/Medium, 2 Low and 8 Informational findings; see [`CLAUDE_AUDIT.md`](./doc/security/audits/tools/v0.4.0/claude-audit/CLAUDE_AUDIT.md). This is **not** a formal third-party audit, and the project has not had one. Test suite grew 425 → **511 tests** (97.8% line, 97.3% branch coverage) and now includes a stateful, mutation-verified invariant suite.
7373

7474
### Added
7575

0 commit comments

Comments
 (0)