MANIFEST.in
README.md
setup.cfg
setup.py
semgrep/__init__.py
semgrep/__main__.py
semgrep/autofix.py
semgrep/cli.py
semgrep/config_resolver.py
semgrep/constants.py
semgrep/core_exception.py
semgrep/core_runner.py
semgrep/dump_ast.py
semgrep/equivalences.py
semgrep/error.py
semgrep/evaluation.py
semgrep/metavariable_comparison.py
semgrep/output.py
semgrep/pattern.py
semgrep/pattern_match.py
semgrep/rule.py
semgrep/rule_lang.py
semgrep/rule_match.py
semgrep/rule_schema.yaml
semgrep/semgrep_main.py
semgrep/semgrep_types.py
semgrep/spacegrep.py
semgrep/synthesize_patterns.py
semgrep/target_manager.py
semgrep/test.py
semgrep/util.py
semgrep/version.py
semgrep.egg-info/PKG-INFO
semgrep.egg-info/SOURCES.txt
semgrep.egg-info/dependency_links.txt
semgrep.egg-info/entry_points.txt
semgrep.egg-info/not-zip-safe
semgrep.egg-info/requires.txt
semgrep.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/public_repos.py
tests/e2e/__init__.py
tests/e2e/test_api.py
tests/e2e/test_autofix.py
tests/e2e/test_check.py
tests/e2e/test_equivalence.py
tests/e2e/test_exclude_include.py
tests/e2e/test_generate_config.py
tests/e2e/test_metavariable_matching.py
tests/e2e/test_paths.py
tests/e2e/test_rule_parser.py
tests/e2e/test_semgrep_core_parse_error.py
tests/e2e/test_semgrep_rules_repo.py
tests/e2e/test_spacegrep.py
tests/e2e/test_synthesize_patterns.py
tests/qa/__init__.py
tests/qa/test_public_repos.py