LICENSE
README.md
banner.py
cli.py
main.py
pyproject.toml
run_audit.py
adapters/__init__.py
adapters/base.py
adapters/github_adapter.py
adapters/gitlab_adapter.py
adapters/local_adapter.py
config/__init__.py
config/rules.yaml
config/absolute/concurrency.yaml
config/absolute/security.yaml
config/absolute/stability.yaml
config/rules/cpp/exception_noexcept.yaml
config/rules/cpp/exception_swallowed.yaml
config/rules/cpp/maintenance_magic_number.yaml
config/rules/cpp/null_dereference.yaml
config/rules/cpp/performance_inefficient_copy.yaml
config/rules/cpp/performance_unbounded_vector.yaml
config/rules/cpp/resource_leak.yaml
config/rules/cpp/resource_memory_leak.yaml
config/rules/cpp/resource_raw_pointer.yaml
config/rules/cpp/runtime_data_race.yaml
config/rules/cpp/runtime_uninitialized.yaml
config/rules/cpp/security_buffer_overflow.yaml
config/rules/cpp/security_command_injection.yaml
config/rules/cpp/security_hardcoded_secret.yaml
config/rules/cpp/security_integer_overflow.yaml
config/rules/cpp/security_sql_injection.yaml
config/rules/cpp/security_unsafe_cast.yaml
config/rules/go/exception_error_ignored.yaml
config/rules/go/null_nil_dereference.yaml
config/rules/go/resource_channel_leak.yaml
config/rules/go/resource_defer_misuse.yaml
config/rules/go/resource_goroutine_leak.yaml
config/rules/go/runtime_goroutine_in_loop.yaml
config/rules/go/runtime_panic_added.yaml
config/rules/go/runtime_race_condition.yaml
config/rules/go/security_command_injection.yaml
config/rules/go/security_hardcoded_secret.yaml
config/rules/go/security_http_vulnerability.yaml
config/rules/go/security_path_traversal.yaml
config/rules/go/security_sql_injection.yaml
config/rules/go/security_unsafe_usage.yaml
config/rules/javascript/exception_promise_reject.yaml
config/rules/javascript/maintenance_debug_code.yaml
config/rules/javascript/maintenance_debugger.yaml
config/rules/javascript/maintenance_deprecated_api.yaml
config/rules/javascript/null_type_assertion.yaml
config/rules/javascript/performance_dynamic_import.yaml
config/rules/javascript/performance_regex_dos.yaml
config/rules/javascript/security_code_injection.yaml
config/rules/javascript/security_command_injection.yaml
config/rules/javascript/security_hardcoded_secret.yaml
config/rules/javascript/security_open_redirect.yaml
config/rules/javascript/security_prototype_pollution.yaml
config/rules/javascript/security_sensitive_storage.yaml
config/rules/javascript/security_xss.yaml
config/rules/python/exception_swallowed.yaml
config/rules/python/exception_too_generic.yaml
config/rules/python/maintenance_debug_code.yaml
config/rules/python/null_none_check.yaml
config/rules/python/null_type_confusion.yaml
config/rules/python/performance_inefficient_loop.yaml
config/rules/python/performance_memory.yaml
config/rules/python/resource_file_leak.yaml
config/rules/python/runtime_mutable_default.yaml
config/rules/python/security_code_injection.yaml
config/rules/python/security_command_injection.yaml
config/rules/python/security_hardcoded_secret.yaml
config/rules/python/security_path_traversal.yaml
config/rules/python/security_sensitive_import.yaml
config/rules/python/security_sql_injection.yaml
config/rules/python/security_weak_crypto.yaml
config/rules/typescript/exception_promise_reject.yaml
config/rules/typescript/maintenance_debugger.yaml
config/rules/typescript/security_command_injection.yaml
config/rules/typescript/security_hardcoded_secret.yaml
config/rules/typescript/security_prototype_pollution.yaml
config/rules/typescript/security_xss.yaml
core/__init__.py
core/ast_detector.py
core/change.py
core/composer.py
core/evaluator.py
core/ignore_manager.py
core/knowledge.py
core/parser.py
core/parser_manager.py
core/quality_manager.py
core/renderer.py
core/rule_base.py
core/rule_runtime.py
core/rules.py
core/run_config.py
core/semantic_diff.py
core/signal_model.py
core/signals_registry.py
diffsense.egg-info/PKG-INFO
diffsense.egg-info/SOURCES.txt
diffsense.egg-info/dependency_links.txt
diffsense.egg-info/entry_points.txt
diffsense.egg-info/requires.txt
diffsense.egg-info/top_level.txt
diffsense_mcp/__init__.py
diffsense_mcp/_imports.py
diffsense_mcp/launcher.py
diffsense_mcp/server.py
governance/lifecycle.py
rules/__init__.py
rules/api_compatibility.py
rules/collection_handling.py
rules/concurrency.py
rules/concurrency_adapter.py
rules/cross_language_adapter.py
rules/exception_handling.py
rules/go_rules.py
rules/null_safety.py
rules/resource_management.py
rules/yaml_adapter.py
sdk/cpp_adapter.py
sdk/go_adapter.py
sdk/java_adapter.py
sdk/javascript_adapter.py
sdk/language_adapter.py
sdk/python_adapter.py
sdk/rule.py
sdk/signal.py
tests/test_adaptive_scheduling.py
tests/test_cache_and_scheduling.py
tests/test_critical_removal.py
tests/test_entry_point_rules.py
tests/test_go_cve_rules.py
tests/test_inline_ignore.py
tests/test_lifecycle.py
tests/test_p0_concurrency.py
tests/test_profile.py
tests/test_regression.py
tests/test_repo_ignore.py
tests/test_rule_metadata.py
tests/test_rules_directory.py
tests/test_semantic_regression.py
tests/test_signal_consistency.py
tests/test_type_downgrade.py