-
Notifications
You must be signed in to change notification settings - Fork 240
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
Note blackbox vulnerabilities as unknown #50
Conversation
The 2 |
pyt/interprocedural_cfg.py
Outdated
|
||
|
||
SavedVariable = namedtuple('SavedVariable', 'LHS RHS') | ||
NOT_A_BLACKBOX = set(['Flask', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ugly, what should we do about it?
Hate the yolo merge, but my next PR would be way too big. At least this increases test cov by .6% :/ |
This is an attempt to deal with #45 by marking vulnerabilities that have a blackbox call between source and sink as potentially unknown due to the call, similar to how we say things are potentially sanitised.