README.md
pyproject.toml
docs/conf.py
evase/__init__.py
evase/depanalyze/__init__.py
evase/depanalyze/codetraversalnode.py
evase/depanalyze/importresolver.py
evase/depanalyze/scoperesolver.py
evase/depanalyze/searching.py
evase/depanalyze/surfacedetector.py
evase/exceptions/__init__.py
evase/exceptions/exceptions.py
evase/sql_injection/__init__.py
evase/sql_injection/injectionutil.py
evase/sql_injection/injectionvisitor.py
evase/sql_injection/vulnerabletraversal.py
evase/structures/__init__.py
evase/structures/analysisperformer.py
evase/structures/modulestructure.py
evase/structures/projectstructure.py
evase/util/__init__.py
evase/util/fileutil.py
evase/util/logger.py
evase_analysis.egg-info/PKG-INFO
evase_analysis.egg-info/SOURCES.txt
evase_analysis.egg-info/dependency_links.txt
evase_analysis.egg-info/top_level.txt
tests/test_analysisperformer.py
tests/test_fileutil.py
tests/test_projectstructure.py
tests/test_scoperesolver.py
tests/testutil.py
tests/resources/__init__.py
tests/resources/screstest.py
tests/resources/sql_injection_safe1.py
tests/resources/sql_injection_safe2.py
tests/resources/sql_injection_vul1.py
tests/resources/sql_injection_vul2.py
tests/resources/sql_injection_vul3.py
tests/resources/sql_injection_vul4.py
tests/resources/sql_injection_vul5.py
tests/resources/sql_injection_vul6.py
tests/resources/demo2/demonstration/__init__.py
tests/resources/demo2/demonstration/api.py
tests/resources/demo2/demonstration/controller.py
tests/resources/demo2/demonstration/model.py
tests/resources/demo/backend/__init__.py
tests/resources/demo/backend/app.py
tests/resources/demo/backend/vul.py
tests/resources/demo/backend/vul_wrapper.py
tests/resources/prjstructtest/__init__.py
tests/resources/prjstructtest/runner.py
tests/resources/prjstructtest/test/__init__.py
tests/resources/prjstructtest/util/__init__.py
tests/resources/prjstructtest/util/helper.py
tests/resources/prjstructtest/util/moreutil/__init__.py
tests/resources/prjstructtest/util/moreutil/helper2.py
tests/resources/type_demo/app.py
tests/resources/type_demo/create_db.py
tests/resources/type_demo/user_db_handler.py
tests/resources/type_demo/vul.py
tests/resources/type_demo/vul_wrapper.py
tests/resources/webgoat/flask_webgoat/__init__.py
tests/resources/webgoat/flask_webgoat/actions.py
tests/resources/webgoat/flask_webgoat/auth.py
tests/resources/webgoat/flask_webgoat/status.py
tests/resources/webgoat/flask_webgoat/ui.py
tests/resources/webgoat/flask_webgoat/users.py
tests/resources/webgoat/flask_webgoat/templates/__init__.py
tests/resources/webgoat/flask_webgoat/templates/hello.py
tests/resources/webgoat/flask_webgoat/templates/helper.py