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

Sensitive data exposure (CWE 200) - Sensitive data exposure in cookies #221

Merged
merged 3 commits into from Sep 22, 2016

Conversation

MaxNad
Copy link
Member

@MaxNad MaxNad commented Sep 12, 2016

The Scala SensitiveDataExposure detector can now detect configuration or other sensitive data leakage in cookies. The bug will be reported only if the cookies are returned by the server. If a cookie is created but unused, it will not be flagged.

This PR is linked to the vulnerable code samples in find-sec-bugs/find-sec-bugs-demos#5.

@MaxNad MaxNad added the enhancement New feature or improvement to existing detector. label Sep 12, 2016
@h3xstream h3xstream merged commit 7abc1e0 into find-sec-bugs:master Sep 22, 2016
@MaxNad MaxNad deleted the SensitiveDataExposure branch September 28, 2016 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing detector.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants