LICENSE
MANIFEST.in
setup.cfg
setup.py
dependencyparser/__init__.py
dependencyparser/find_lockfiles.py
dependencyparser/models.py
dependencyparser/package_restrictions.py
dependencyparser/parse_lockfile.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/default_group.py
semgrep/dependency_aware_rule.py
semgrep/dump_ast.py
semgrep/error.py
semgrep/git.py
semgrep/ignores.py
semgrep/job_postings.py
semgrep/join_rule.py
semgrep/metric_manager.py
semgrep/nosemgrep.py
semgrep/notifications.py
semgrep/output.py
semgrep/profile_manager.py
semgrep/profiling.py
semgrep/project.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/settings.py
semgrep/stats.py
semgrep/synthesize_patterns.py
semgrep/target_manager.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/bin/semgrep-core
semgrep/commands/__init__.py
semgrep/commands/login.py
semgrep/commands/publish.py
semgrep/commands/scan.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
semgrep/lang/lang.json
semgrep/templates/.semgrepignore
tests/__init__.py
tests/conftest.py
tests/public_repos.py
tests/consistency/__init__.py
tests/consistency/test_lang_consistency.py
tests/e2e/__init__.py
tests/e2e/test_api.py
tests/e2e/test_autofix.py
tests/e2e/test_baseline.py
tests/e2e/test_check.py
tests/e2e/test_cli_test.py
tests/e2e/test_dependency_aware_rules.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_log_file.py
tests/e2e/test_login.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_missing_file.py
tests/e2e/test_multi_config_fail.py
tests/e2e/test_nosemgrep.py
tests/e2e/test_output.py
tests/e2e/test_paths.py
tests/e2e/test_performance.py
tests/e2e/test_publish.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