Reduce Express fingerprinting
Express apps should disable `x-powered-by` or equivalent fingerprinting headers.
#Metadata
#Why it matters
Framework fingerprinting gives attackers unnecessary detail about the stack they are targeting.
#Remediation
Disable `x-powered-by` or use equivalent middleware to reduce framework fingerprinting.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.express-reduce-fingerprint.rule.yaml.