Harden AJV compile options
AJV should not compile schemas with allErrors true unless strict mode is enabled.
#Metadata
#Why it matters
Missing strict-mode options historically enabled schema compilation DoS and unexpected coercion behavior.
#Remediation
Enable AJV strict options appropriate to your major version and avoid compiling untrusted schemas with permissive settings.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.ajv-insecure-configuration.rule.yaml.