Missing secure options for cookie detected.

Description

To make sure cookies don't open your application up to exploits or unauthorized access, make sure to set security options appropriately.

Remediations

✅ Set httponly to true to avoid the cookie being sent by client-side scripts.

✅ Set secure to true to force cookies to only send over HTTPS.

Associated CWE

OWASP Top 10

Configuration

To skip this rule during a scan, use the following flag

bearer scan /path/to/your-project/ --skip-rule=php_lang_insecure_cookie

To run only this rule during a scan, use the following flag

bearer scan /path/to/your-project/ --only-rule=php_lang_insecure_cookie

Ready to take the next step? Learn more about Bearer Cloud.