MANIFEST.in
setup.py
semgrep/__init__.py
semgrep/__main__.py
semgrep/autofix.py
semgrep/bytesize.py
semgrep/cli.py
semgrep/config_resolver.py
semgrep/constants.py
semgrep/core_output.py
semgrep/core_runner.py
semgrep/dump_ast.py
semgrep/error.py
semgrep/ignores.py
semgrep/join_rule.py
semgrep/metric_manager.py
semgrep/output.py
semgrep/profile_manager.py
semgrep/profiling.py
semgrep/progress_bar.py
semgrep/rule.py
semgrep/rule_lang.py
semgrep/rule_match.py
semgrep/rule_match_map.py
semgrep/rule_schema.yaml
semgrep/semgrep_core.py
semgrep/semgrep_main.py
semgrep/semgrep_types.py
semgrep/stats.py
semgrep/synthesize_patterns.py
semgrep/target_manager.py
semgrep/target_manager_extensions.py
semgrep/test.py
semgrep/types.py
semgrep/util.py
semgrep/verbose_logging.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
semgrep/bin/__init__.py
semgrep/external/__init__.py
semgrep/external/junit_xml.py
semgrep/formatter/__init__.py
semgrep/formatter/base.py
semgrep/formatter/emacs.py
semgrep/formatter/json.py
semgrep/formatter/junit_xml.py
semgrep/formatter/sarif.py
semgrep/formatter/text.py
semgrep/formatter/vim.py
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_cli_test.py
tests/e2e/test_dump_ast.py
tests/e2e/test_exclude_include.py
tests/e2e/test_generate_config.py
tests/e2e/test_ignores.py
tests/e2e/test_join_rules.py
tests/e2e/test_max_target_bytes.py
tests/e2e/test_message_interpolation.py
tests/e2e/test_metavariable_matching.py
tests/e2e/test_metrics.py
tests/e2e/test_output.py
tests/e2e/test_paths.py
tests/e2e/test_rule_parser.py
tests/e2e/test_rule_validation.py
tests/e2e/test_semgrep_core_parse_error.py
tests/e2e/test_semgrep_rules_repo.py
tests/e2e/test_severity.py
tests/e2e/test_spacegrep.py
tests/e2e/test_synthesize_patterns.py
tests/e2e/test_version.py
tests/qa/__init__.py
tests/qa/test_public_repos.py