Highlights
Cryptographic Issues: 1 prior fix. Scrutinize any change in this area.
py_clob_client/signing/eip712.py: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Cryptographic Issues: Hardcoding the chain ID to 1 in the EIP-712 domain generator allowed for signature replay attacks across different EVM-compatible chains. This was resolved by dynamically resolving and passing the signer's actual chain ID.