GitHub / python-security/pyt / commits
A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 92fe367c | Exit with error code if there are unsanitised vulns |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| e2841be7 | Make assertion in main test work |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 04b29c65 | AugAssign propagates taint |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| ff0e0427 | Remove unnecessary and incorrect type EmptyReturn |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 25eb536b | Remove unnecessary and incorrect type EmptyYield |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 23b51da4 | Yield propagates taint of everything yielded |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 0154cafd | merge Merge pull request #152 from bcaller/tox-travis |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 97265549 | Remove unused import |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| fbca4d29 | merge Merge pull request #151 from bcaller/imports |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 6d81d918 | merge Merge pull request #150 from bcaller/starred-tuple-assign |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c6820ff0 | merge Merge pull request #153 from bcaller/ast-cache |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 5f1498e8 | Cache of AST tree by module path |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| d55cbc03 | Tox, travis and requirements |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 80113af9 | Handle Starred assignments where possible |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 11bb85b9 | Imports: --no-local-imports flag |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 11bcd2d9 | Remove unused function: valid_date |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 5de325ed | Add __init__.py to modules as a package import |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| e2ad3b03 | Imports: --dont-prepend-root flag |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| d7a94dd7 | merge Merge pull request #147 from bcaller/bc-arguments |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| cbc17f66 | merge Merge pull request #148 from bcaller/bc-get-call-names |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| d68554cc | Certain args, kwargs of sink functions are affected by taint |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 83e496f7 | Make get_call_names more resilient | Ben Caller <b****r@s****m> | about 8 years ago | |
| b6376dac | Add request.get_json() to flask sources of taint |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 9186f9fd | JSON trigger file |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 93995b68 | Improve string comparison failure message in unit tests |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| e6925812 | merge Merge pull request #142 from bcaller/bc-f-string |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c7a932f3 | merge Merge pull request #144 from bcaller/bc-py35-dict |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| a2c46158 | merge Merge pull request #143 from bcaller/bc-annassign |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| d2566d2a | Test Starred in label visitor |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 490128cf | Handle list assignment like tuples |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 2b43ae09 | Print asterisk before a Starred in LabelVisitor |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 5fec81b7 | Fix typo in codeclimate yaml config |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| c292f172 | Support AnnAssign in StmtVisitor |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 6b3f1555 | Vars visitor handles python 3.5 dict syntax |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| 67004afa | Add f-strings to label visitor |
bcaller <b****r@u****m>
Committed by: Ben Caller <b****r@s****m> |
about 8 years ago | |
| f78599f3 | merge Merge pull request #140 from python-security/fix_test_cov |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 10eea229 | Raise minimum pyt/ coverage to 91%, indent and lstrip multiline visit_await t... | Kevin Hock <k****l@g****m> | about 8 years ago | |
| 00823b5f | merge Merge pull request #139 from stannum-l/add-unittest |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| d8a90530 |
Add unit test cases
Signed-off-by: Tin Lam <t****n@i****o> |
Tin Lam <t****n@i****o> | about 8 years ago | |
| 3c169296 | merge Merge pull request #138 from python-security/KevinHock-patch-1 |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 73db6281 | Fix DiscoverFilesTest class name |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7c8f02b7 | Added Unreleased since 0.34 changes |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| cbc27ae9 | merge Merge pull request #136 from omergunal/patch-5 |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| e9e863a9 | merge Merge pull request #137 from python-security/change_main_after_recursive_option |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 3c4d7734 | Update CHANGELOG.md |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 920f7e64 | new class for discover_files tests |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 3dff5cf1 | Use defaultdict for nosec_lines where applicable | Kevin Hock <k****l@g****m> | about 8 years ago | |
| 4fb9d3e8 | So nobody sees no docs/ folder and says we don't have any docs :] |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| e1fd47d6 | So nobody sees no docs/ folder and says we don't have any docs :] | Kevin Hock <k****l@g****m> | about 8 years ago | |
| b5fce8c9 | Fix nosec lines after recursive function, make all tests pass | Kevin Hock <k****l@g****m> | about 8 years ago | |
| 3dab96a8 | added new things |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7ff6165f | added new usage output |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| f60a51fc | added tests for discover_files() |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c884bbfc | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 5305417e | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 1992aa3a | merge Merge pull request #135 from python-security/change_main_after_recursive_option |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 4de0bc53 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| b07035f2 | Move a function around, edit docstring of Arguments | Kevin Hock <k****l@g****m> | about 8 years ago | |
| f2959574 | merge Merge pull request #132 from python-security/change_main_after_recursive_option |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 2df9873f | Change test coverage from 88% to 87% (moved a function to tests/) in last commit | Kevin Hock <k****l@g****m> | about 8 years ago | |
| 61ce4751 | Cleaned up pyt/core/ directory, mostly added _ to private functions | Kevin Hock <k****l@g****m> | about 8 years ago | |
| cf393c9f | Fix Travis after #129 merge, add mock to requirements-dev and unpin all versi... | Kevin Hock <k****l@g****m> | about 8 years ago | |
| dfb5c0d6 | Add noqa: C901 back to def main |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 853300b7 | merge Merge pull request #129 from omergunal/patch-4 |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 2afc177d | test_no_args passed |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c7b2f73d | test_no_args |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| f42d283b | de-dent some lines |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 6a25e25c | Update usage.py |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ba3d4383 | changed location of "recursive control" |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 1944b4ad | Update usage_test.py |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ae84a442 | Update usage_test.py |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 0c6b0829 | changed vulnerabilities list location |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 2e4d07a0 | edited expected values |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 35b80019 | test_valid_args_but_no_targets() |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 8d1d8056 | new parameters for discover_files |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 5546c3dc | changed func. and added baseline |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 01397dd8 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| db087464 | Changed a lot of links to point to master branch |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ad77e9e8 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ba80c3a7 | Filled in the web_frameworks/README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 5931fafe | merge Merge branch 'master' into patch-4 |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 42759f0d | Update __main__.py |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 40c0f8f2 | Update __main__.py |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 34fbfd4d | merge Merge pull request #114 from cclauss/patch-1 |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 346a2d30 | merge Merge pull request #130 from python-security/fix_flake8_for_pr_114 |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7854cb45 | [flake8] Just fix flake8 errors for PR #114 | Kevin Hock <k****k@y****m> | about 8 years ago | |
| 052c850e | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7e3fa0e8 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 9c54d8cc | new params |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c35ae817 | created loop for discover_files() |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| d9db9dda | "targets" must be required |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| b896da14 | --exclude=examples |
cclauss <c****s@b****h>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| c1d60e24 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 36ed86a6 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ae8c599f | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| feaf94b9 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 6f76d6df | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| b5d3641d | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 892073a3 | Update README.rst |
KevinHock <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| ca0b2d76 | removed file_list |
Ömer Günal <o****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago |