Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
src/ape/logging.py: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Path Traversal: Alias validation only checks for single path segment, but any future path-building logic using aliases could reintroduce traversal if validation is bypassed or incomplete.
Information Disclosure: Log sanitization filter is applied to web3.py connection URLs, but other logging paths or credential types may be missed, risking secret exposure in logs.