Skip to content

Conversation

@plr0man
Copy link
Contributor

@plr0man plr0man commented Feb 20, 2020

Issue: Resolves #270

CVSS v3 Mapping:

CWE Mapping:

CWE-922: Insecure Storage of Sensitive Information

Remediation Advice Mapping:

"Do not store anything sensitive in localStorage and any critical data in sessionStorage. Stick with properly secured cookies utilizing HTTPOnly and Secure flags"
references:
http://michael-coates.blogspot.com/2010/07/html5-local-storage-and-xss.html

Checklist:

  • I have added entries to CHANGELOG.md and marked it Added/Changed/Removed

@plr0man plr0man added this to the v1.9 milestone Feb 20, 2020
@adamrdavid adamrdavid merged commit fab6184 into master Mar 3, 2020
@adamrdavid adamrdavid deleted the add-session-local-storage branch March 3, 2020 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Sensitive Data Exposure in localStorage and sessionStorage

3 participants