python-security/pyt

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
Makefile
docs/README.rst
pyt/README.rst
pyt/analysis/README.rst
pyt/cfg/README.rst
pyt/core/README.rst
pyt/helper_visitors/README.rst
pyt/vulnerabilities/README.rst
pyt/vulnerability_definitions/README.rst
pyt/vulnerability_definitions/all_trigger_words.pyt
pyt/vulnerability_definitions/blackbox_mapping.json
pyt/vulnerability_definitions/django_trigger_words.pyt
pyt/vulnerability_definitions/flask_trigger_words.pyt
pyt/vulnerability_definitions/test_positions.pyt
pyt/vulnerability_definitions/test_triggers.pyt
pyt/web_frameworks/README.rst
tox.ini
pyt/__init__.py0
pyt/__main__.py130
C
7 hrs
pyt/analysis/__init__.py0
pyt/analysis/constraint_table.py13
pyt/analysis/definition_chains.py22
A
2 hrs
pyt/analysis/fixed_point.py28
A
25 mins
pyt/analysis/lattice.py38
pyt/analysis/reaching_definitions_taint.py39
pyt/cfg/__init__.py2
pyt/cfg/alias_helper.py65
B
6 hrs
pyt/cfg/expr_visitor.py480
D
2 days
pyt/cfg/expr_visitor_helper.py43
A
25 mins
pyt/cfg/make_cfg.py42
C
1 day
pyt/cfg/stmt_visitor.py932
F
1 wk
pyt/cfg/stmt_visitor_helper.py115
A
1 hr
pyt/core/__init__.py0
pyt/core/ast_helper.py88
A
1 hr
pyt/core/module_definitions.py116
A
2 hrs
pyt/core/node_types.py232
B
5 hrs
pyt/core/project_handler.py57
A
3 hrs
pyt/core/transformer.py113
pyt/formatters/__init__.py0
pyt/formatters/json.py30
pyt/formatters/screen.py95
A
2 hrs
pyt/formatters/text.py29
A
25 mins
pyt/helper_visitors/__init__.py10
pyt/helper_visitors/call_visitor.py60
A
2 hrs
pyt/helper_visitors/label_visitor.py249
F
3 days