.coveragerc
.dockerignore
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE-3RD-PARTY.txt
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/ci_integration.rst
docs/conf.py
docs/contributing.rst
docs/datamodel.rst
docs/dependencies.rst
docs/extend_rules.rst
docs/index.rst
docs/license.rst
docs/licenses-3rd-party.rst
docs/project_management.rst
docs/readme.rst
docs/requirements.txt
docs/_ext/class2table.py
docs/_ext/dicts2table.py
docs/_static/.gitignore
src/flowstrider/__init__.py
src/flowstrider/settings.py
src/flowstrider/storage.py
src/flowstrider/tool.py
src/flowstrider.egg-info/PKG-INFO
src/flowstrider.egg-info/SOURCES.txt
src/flowstrider.egg-info/dependency_links.txt
src/flowstrider.egg-info/entry_points.txt
src/flowstrider.egg-info/not-zip-safe
src/flowstrider.egg-info/requires.txt
src/flowstrider.egg-info/top_level.txt
src/flowstrider/converters/__init__.py
src/flowstrider/converters/dfd_to_dot_converter.py
src/flowstrider/converters/metadata_xsxl_converter.py
src/flowstrider/converters/threats_to_file_converter.py
src/flowstrider/localization/de/LC_MESSAGES/messages.mo
src/flowstrider/localization/de/LC_MESSAGES/messages.po
src/flowstrider/localization/en/LC_MESSAGES/messages.mo
src/flowstrider/localization/en/LC_MESSAGES/messages.po
src/flowstrider/models/__init__.py
src/flowstrider/models/common_models.py
src/flowstrider/models/dataflowdiagram.py
src/flowstrider/models/threat.py
src/flowstrider/models/threat_management.py
src/flowstrider/rules/__init__.py
src/flowstrider/rules/attributes_dict.py
src/flowstrider/rules/collections.py
src/flowstrider/rules/common_rules.py
src/flowstrider/rules/elicit.py
src/flowstrider/rules/builtin/__init__.py
src/flowstrider/rules/builtin/bsi_rules/__init__.py
src/flowstrider/rules/builtin/bsi_rules/bsi_rule_collection.py
src/flowstrider/rules/builtin/stride_rules/__init__.py
src/flowstrider/rules/builtin/stride_rules/generic_stride_rule_collection.py
tests/conftest.py
tests/test_storage.py
tests/test_tool.py
tests/converters/test_dfd_to_dot_converter.py
tests/converters/test_metadata_to_xsxl_converter.py
tests/converters/test_threats_to_file_converter.py
tests/resources/Example-1_metadata_overview.xlsx
tests/resources/Example-2_metadata_overview.xlsx
tests/resources/Example-3_metadata_overview.xlsx
tests/resources/dfd_example-1-mgmt-accept.json
tests/resources/dfd_example-1-mgmt-undecided.json
tests/resources/dfd_example-1.json
tests/resources/dfd_example-1_w_json_error.json
tests/resources/dfd_example-2.json
tests/resources/dfd_example-3.json
tests/resources/dfd_example-4-default.json
tests/resources/dfd_example-4.json
tests/resources/dfd_example-write.json
tests/resources/dfd_example_smoke_test.json
tests/resources/ground_truth_smoke_test.txt
tests/resources/ground_truth_smoke_test_de.txt
tests/resources/threat_management_smoke_test.json
tests/rules/test_attributes_dict.py
tests/rules/test_bsi_rule_collection.py
tests/rules/test_common_rules.py
tests/rules/test_generic_stride_rule_collection.py