Skip to content

Cookie is not HttpOnly vulnerability fix (powered by Mobb)#300

Open
anatolimobb wants to merge 1 commit intomainfrom
Mobb-fix-a2b363418d
Open

Cookie is not HttpOnly vulnerability fix (powered by Mobb)#300
anatolimobb wants to merge 1 commit intomainfrom
Mobb-fix-a2b363418d

Conversation

@anatolimobb
Copy link
Owner

This change fixes a medium severity (🟡) Cookie is not HttpOnly issue reported by Checkmarx.

Issue description

Cookie without the 'HttpOnly' attribute can be accessed by client-side scripts, exposing them to potential XSS attacks.

Fix instructions

Ensure that sensitive cookies are marked with the 'HttpOnly' attribute to prevent client-side scripts from accessing them.

More info and fix customization are available in the Mobb platform

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

Successfully merging this pull request may close these issues.

1 participant