Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pentest reports: Insecure cookie setting: missing Secure flag #1254

Open
Joachim2709 opened this issue Apr 8, 2024 · 0 comments
Open

pentest reports: Insecure cookie setting: missing Secure flag #1254

Joachim2709 opened this issue Apr 8, 2024 · 0 comments

Comments

@Joachim2709
Copy link

Baikal version: 0.9.4

Expected behaviour:

// Uses a secure connection (HTTPS) if possible
ini_set('session.cookie_secure', 1);

should be set, so it is not possible to steal the session cookie

Current behaviour:

secure flag not set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant