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.
Files changed (65) hide show
  1. {pysigma-1.3.2 → pysigma-1.3.3}/PKG-INFO +1 -1
  2. {pysigma-1.3.2 → pysigma-1.3.3}/pyproject.toml +1 -1
  3. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/data/mitre_attack.py +1 -1
  4. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/data/mitre_d3fend.py +1 -1
  5. {pysigma-1.3.2 → pysigma-1.3.3}/LICENSE +0 -0
  6. {pysigma-1.3.2 → pysigma-1.3.3}/README.md +0 -0
  7. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/backends/test/__init__.py +0 -0
  8. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/backends/test/backend.py +0 -0
  9. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/collection.py +0 -0
  10. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conditions.py +0 -0
  11. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/__init__.py +0 -0
  12. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/base.py +0 -0
  13. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/deferred.py +0 -0
  14. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/conversion/state.py +0 -0
  15. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/correlations.py +0 -0
  16. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/exceptions.py +0 -0
  17. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/filters.py +0 -0
  18. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/modifiers.py +0 -0
  19. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/base.py +0 -0
  20. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/common.py +0 -0
  21. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/test/__init__.py +0 -0
  22. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/pipelines/test/pipeline.py +0 -0
  23. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/plugins.py +0 -0
  24. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/__init__.py +0 -0
  25. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/condition_expressions.py +0 -0
  26. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/__init__.py +0 -0
  27. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/base.py +0 -0
  28. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/fields.py +0 -0
  29. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/rule.py +0 -0
  30. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/state.py +0 -0
  31. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/conditions/values.py +0 -0
  32. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/finalization.py +0 -0
  33. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/pipeline.py +0 -0
  34. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/postprocessing.py +0 -0
  35. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/resolver.py +0 -0
  36. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/templates.py +0 -0
  37. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/tracking.py +0 -0
  38. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/__init__.py +0 -0
  39. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/base.py +0 -0
  40. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/condition.py +0 -0
  41. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/detection_item.py +0 -0
  42. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/failure.py +0 -0
  43. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/fields.py +0 -0
  44. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/meta.py +0 -0
  45. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/placeholder.py +0 -0
  46. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/rule.py +0 -0
  47. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/state.py +0 -0
  48. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/processing/transformations/values.py +0 -0
  49. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/py.typed +0 -0
  50. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/__init__.py +0 -0
  51. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/attributes.py +0 -0
  52. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/base.py +0 -0
  53. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/detection.py +0 -0
  54. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/logsource.py +0 -0
  55. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/rule/rule.py +0 -0
  56. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/types.py +0 -0
  57. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validation.py +0 -0
  58. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/base.py +0 -0
  59. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/__init__.py +0 -0
  60. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/condition.py +0 -0
  61. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/logsources.py +0 -0
  62. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/metadata.py +0 -0
  63. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/modifiers.py +0 -0
  64. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/tags.py +0 -0
  65. {pysigma-1.3.2 → pysigma-1.3.3}/sigma/validators/core/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySigma
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Sigma rule processing and conversion tools
5
5
  License-Expression: LGPL-2.1-only
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pySigma"
3
- version = "1.3.2"
3
+ version = "1.3.3"
4
4
  license = "LGPL-2.1-only"
5
5
  description = "Sigma rule processing and conversion tools"
6
6
  authors = [
@@ -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 = f"mitre_attack_data_{_custom_url or 'default'}"
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 = f"mitre_d3fend_data_{_custom_url or 'default'}"
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