pySigma 1.3.2__tar.gz → 1.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pysigma-1.3.2 → pysigma-1.3.3}/PKG-INFO +1 -1
- {pysigma-1.3.2 → pysigma-1.3.3}/pyproject.toml +1 -1
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/data/mitre_attack.py +1 -1
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/data/mitre_d3fend.py +1 -1
- {pysigma-1.3.2 → pysigma-1.3.3}/LICENSE +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/README.md +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/backends/test/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/backends/test/backend.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/collection.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conditions.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/deferred.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/state.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/correlations.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/exceptions.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/filters.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/modifiers.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/common.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/test/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/test/pipeline.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/plugins.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/condition_expressions.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/fields.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/rule.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/state.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/values.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/finalization.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/pipeline.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/postprocessing.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/resolver.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/templates.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/tracking.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/condition.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/detection_item.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/failure.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/fields.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/meta.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/placeholder.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/rule.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/state.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/values.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/py.typed +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/attributes.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/detection.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/logsource.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/rule.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/types.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validation.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/base.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/__init__.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/condition.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/logsources.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/metadata.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/modifiers.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/tags.py +0 -0
- {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/values.py +0 -0
|
@@ -65,7 +65,7 @@ def _load_mitre_attack_data() -> dict[str, Any]:
|
|
|
65
65
|
- mitre_attack_mitigations: dict[str, str] mapping mitigation IDs to names
|
|
66
66
|
"""
|
|
67
67
|
cache = _get_cache()
|
|
68
|
-
cache_key =
|
|
68
|
+
cache_key = "mitre_attack_data"
|
|
69
69
|
|
|
70
70
|
# Try to get from cache first
|
|
71
71
|
cached_data = cache.get(cache_key)
|
|
@@ -51,7 +51,7 @@ def _load_mitre_d3fend_data() -> dict[str, Any]:
|
|
|
51
51
|
- mitre_d3fend_artifacts: dict[str, str] mapping artifact IDs to names
|
|
52
52
|
"""
|
|
53
53
|
cache = _get_cache()
|
|
54
|
-
cache_key =
|
|
54
|
+
cache_key = "mitre_d3fend_data"
|
|
55
55
|
|
|
56
56
|
# Try to get from cache first
|
|
57
57
|
cached_data = cache.get(cache_key)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|