mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
1f3a52eea7
ConciseModel called ConfigDict(extra="ignore") as a bare expression, discarding the result. model_config was never set, so the extra="ignore" config was never in effect for any subclass. Assign the result to model_config as intended.