-
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
[WIP] Fix false-negatives and false-positives #99
Commits on Mar 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b4bf1b - Browse repository at this point
Copy the full SHA 3b4bf1bView commit details
Commits on Mar 30, 2018
-
Made a folder example/november_2017_evaluation with a directory for f…
…-p's f-n's and the infinite loop in get_first_node
Configuration menu - View commit details
-
Copy full SHA for 153501f - Browse repository at this point
Copy the full SHA 153501fView commit details
Commits on Mar 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 104cf80 - Browse repository at this point
Copy the full SHA 104cf80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4156984 - Browse repository at this point
Copy the full SHA 4156984View commit details
Commits on Apr 4, 2018
-
Make source_nested_in_sink.py test and pass it by making .args = list…
…(rhs_vars), Move add_blackbox_or_builtin_call to expr_visitor where it should be, and CALL_IDENTIFIER to expr_visitor_helper, some flake8 on vulnerabilities_test
Configuration menu - View commit details
-
Copy full SHA for 97074f3 - Browse repository at this point
Copy the full SHA 97074f3View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 98b49b6 - Browse repository at this point
Copy the full SHA 98b49b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1bc89 - Browse repository at this point
Copy the full SHA ff1bc89View commit details
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c7a8d2 - Browse repository at this point
Copy the full SHA 6c7a8d2View commit details
Commits on Apr 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e9dd5e4 - Browse repository at this point
Copy the full SHA e9dd5e4View commit details
Commits on May 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 63c3f96 - Browse repository at this point
Copy the full SHA 63c3f96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8367f68 - Browse repository at this point
Copy the full SHA 8367f68View commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2578c29 - Browse repository at this point
Copy the full SHA 2578c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6226a77 - Browse repository at this point
Copy the full SHA 6226a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e7420 - Browse repository at this point
Copy the full SHA 62e7420View commit details -
Fixed some imports that got broken by the merge, indented EXPECTED in…
… vulnerabilities_test.py
Configuration menu - View commit details
-
Copy full SHA for 8b72e52 - Browse repository at this point
Copy the full SHA 8b72e52View commit details -
Delete tests/vulnerabilities_test.py that I accidentally added, Fix C…
…ALL_IDENTIFIER back to what it is on master
Configuration menu - View commit details
-
Copy full SHA for d42243c - Browse repository at this point
Copy the full SHA d42243cView commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 695bbde - Browse repository at this point
Copy the full SHA 695bbdeView commit details
Commits on Jul 5, 2018
-
Handle BoolOp inside of BoolOp, Make ConnectExpressions a class, Fix …
…up StrNode to be cleaner
Configuration menu - View commit details
-
Copy full SHA for 7ecf462 - Browse repository at this point
Copy the full SHA 7ecf462View commit details
Commits on Jul 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1fa04e8 - Browse repository at this point
Copy the full SHA 1fa04e8View commit details
Commits on Jul 7, 2018
-
Fix case where false-positives could occur by making the node before …
…a StrNode the last expression, instead of nothing. e.g. return redirect(request.args.get('The') if 'hey' or 'you' else request.args.get('French') if 'foo' else request.args.get('Aces') and 'c')
Configuration menu - View commit details
-
Copy full SHA for 4081900 - Browse repository at this point
Copy the full SHA 4081900View commit details
Commits on Jul 10, 2018
-
Add vulnerable_code_with_expressions/last_var_in_and_is_tainted and l…
…ast_var_in_and_is_not_tainted with test
Configuration menu - View commit details
-
Copy full SHA for c6d9e62 - Browse repository at this point
Copy the full SHA c6d9e62View commit details -
Change visit_IfExp to handle .test better, change expr_cfg_test.py to…
… match. Did boolop.connect to each boolop last expression.
Configuration menu - View commit details
-
Copy full SHA for 4d2ad46 - Browse repository at this point
Copy the full SHA 4d2ad46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1f262 - Browse repository at this point
Copy the full SHA 5b1f262View commit details
Commits on Jul 26, 2018
-
Removed the if CALL_IDENTIFIER in garbage Removed the node_not_to_step_past.connect(first_node) Fixed up _get_inner_most_expression, connect_nodes and wrote the top 4 expr_cfg_tests # This is used in connect_nodes call_node.first_expression = connected_expressions.first_expression Fixed remaining expr_cfg_tests Left off BinOp for another day
Configuration menu - View commit details
-
Copy full SHA for b85c072 - Browse repository at this point
Copy the full SHA b85c072View commit details