LICENSE
README.md
pyproject.toml
crossfire/__init__.py
crossfire/analyzer.py
crossfire/classifier.py
crossfire/cli.py
crossfire/confidence.py
crossfire/corpus.py
crossfire/errors.py
crossfire/evaluator.py
crossfire/generator.py
crossfire/loader.py
crossfire/logging.py
crossfire/models.py
crossfire/quality.py
crossfire/regex.py
crossfire/reporter.py
crossfire/plugins/__init__.py
crossfire/plugins/gitleaks.py
crossfire/plugins/semgrep.py
crossfire/plugins/sigma.py
crossfire/plugins/snort.py
crossfire/plugins/yara.py
crossfire_rules.egg-info/PKG-INFO
crossfire_rules.egg-info/SOURCES.txt
crossfire_rules.egg-info/dependency_links.txt
crossfire_rules.egg-info/entry_points.txt
crossfire_rules.egg-info/requires.txt
crossfire_rules.egg-info/top_level.txt
tests/test_classifier.py
tests/test_cli.py
tests/test_confidence.py
tests/test_corpus.py
tests/test_evaluator.py
tests/test_generator.py
tests/test_loader.py
tests/test_logging.py
tests/test_models.py
tests/test_plugins.py
tests/test_quality.py
tests/test_reporter.py
tests/test_version.py