security.misconfiguration

Apply Helmet to Express apps

Express apps should use Helmet or equivalent header hardening middleware.

#Metadata

#Why it matters

Helmet packages several response-header protections that are easy to miss or drift when managed ad hoc.

#Remediation

Apply `helmet()` or an equivalent set of header protections near application startup.

#Repository path

The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.express-missing-helmet.rule.yaml.