Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

Polymarket/py-clob-client
main @ b076b04
1
Fixes
0
CVEs
MEDIUM
Peak severity
100.0%
Coverage
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.