.gitignore
Dockerfile
LICENSE
README.md
pyproject.toml
setup.py
.github/CODEOWNERS
.github/workflows/check.yml
.github/workflows/publish.yml
.github/workflows/publish_to_testing.yml
.github/workflows/update.yml
.vscode/c_cpp_properties.json
.vscode/settings.json
docs/images/Human-Output-Example.png
docs/images/SARIF-Viewer-Example.png
docs/images/STACS-Logo-RGB.png
docs/images/STACS-Logo-RGB.small.png
stacs/__init__.py
stacs.egg-info/PKG-INFO
stacs.egg-info/SOURCES.txt
stacs.egg-info/dependency_links.txt
stacs.egg-info/entry_points.txt
stacs.egg-info/requires.txt
stacs.egg-info/top_level.txt
stacs/native/archive/src/archive.cpp
stacs/native/archive/src/archiveentry.cpp
stacs/native/archive/src/archiveentry.hpp
stacs/native/archive/src/archivereader.cpp
stacs/native/archive/src/archivereader.hpp
stacs/scan/__about__.py
stacs/scan/__init__.py
stacs/scan/constants.py
stacs/scan/exceptions.py
stacs/scan/helper.py
stacs/scan/entrypoint/__init__.py
stacs/scan/entrypoint/cli.py
stacs/scan/filter/__init__.py
stacs/scan/filter/ignore_list.py
stacs/scan/loader/__init__.py
stacs/scan/loader/archive.py
stacs/scan/loader/filepath.py
stacs/scan/loader/manifest.py
stacs/scan/loader/format/__init__.py
stacs/scan/loader/format/dmg.py
stacs/scan/loader/format/xar.py
stacs/scan/model/__init__.py
stacs/scan/model/finding.py
stacs/scan/model/ignore_list.py
stacs/scan/model/manifest.py
stacs/scan/model/pack.py
stacs/scan/output/__init__.py
stacs/scan/output/markdown.py
stacs/scan/output/pretty.py
stacs/scan/output/sarif.py
stacs/scan/scanner/__init__.py
stacs/scan/scanner/rules.py
tests/__init__.py
tests/test_filter_ignore_list.py
tests/test_loader_filepath.py
tests/test_model_ignore_list.py
tests/test_model_pack.py
tests/test_output_sarif.py
tests/test_scanner_rule.py
tests/fixtures/.gitignore
tests/fixtures/findings/001.txt
tests/fixtures/findings/002.txt
tests/fixtures/findings/003.txt
tests/fixtures/findings/004.txt
tests/fixtures/ignore_list/001-simple.valid.json
tests/fixtures/ignore_list/002-framework.valid.json
tests/fixtures/ignore_list/002-project.valid.json
tests/fixtures/ignore_list/002-system.valid.json
tests/fixtures/pack/001-simple.valid.json
tests/fixtures/pack/002-cloud.valid.json
tests/fixtures/pack/002-parent.valid.json
tests/fixtures/pack/002-pki-dsa.valid.json
tests/fixtures/pack/002-pki-rsa.valid.json
tests/fixtures/pack/002-pki.valid.json
wrapper/stacs-scan