security.authentication

Token or session not validated

Session and token values from external input should be verified before authentication or identity use.

#Metadata

#Why it matters

Parsing or loading session state without verification allows forged or stale credentials to influence authorization paths.

#Remediation

Verify or authenticate the token or session value before decoding, loading, or deriving identity from it.

#Repository path

The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.token-or-session-not-validated.rule.yaml.