🐛 Fixed
- False positives in
use_after_free
check when validation errors occur before resource existence checks. - Ignored
apply_to
andskip_for
filters inmap_case
,filter_case
,flatmap_case
, andbefore_generate_case
hooks. - Resetting hook filters in case of suppressed errors during hook registration.
🔧 Changed
- Display all cURL commands for stateful failures.
- Inject unconstrained path parameters when missing in the operation definition (schema error still reported).