Register Helmet before Nest route mounts
Nest bootstrap files should apply Helmet before mounting path-bound routers.
#Metadata
#Why it matters
Middleware order determines whether framed routes inherit Helmet protections; mounting routers too early widens exposure.
#Remediation
Call `helmet()` before registering routers bound to external paths unless another gateway applies equivalent protections.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.nestjs-helmet-after-route-mount.rule.yaml.