howler-sentinel-plugin 0.2.0.dev238__tar.gz → 0.2.0.dev239__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.
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/PKG-INFO +1 -1
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/pyproject.toml +11 -11
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/LICENSE +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/README.md +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/actions/azure_emit_hash.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/actions/send_to_sentinel.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/actions/update_defender_xdr_alert.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/actions/update_defender_xdr_incident.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/config.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/manifest.yml +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/mapping/sentinel_incident.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/mapping/xdr_alert.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/mapping/xdr_alert_evidence.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/odm/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/odm/hit.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/odm/models/sentinel.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/routes/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/routes/ingest.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/utils/tenant_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "howler-sentinel-plugin"
|
|
3
|
-
version = "0.2.0.
|
|
3
|
+
version = "0.2.0.dev239"
|
|
4
4
|
description = "A howler plugin for integration with Microsoft's Sentinel API"
|
|
5
5
|
authors = [{ name = "CCCS", email = "analysis-development@cyber.gc.ca" }]
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -131,21 +131,21 @@ packages = [{ include = "sentinel" }]
|
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
[tool.poetry.group.dev.dependencies]
|
|
134
|
-
ruff = "^0.
|
|
135
|
-
mypy = "^1.
|
|
136
|
-
pre-commit = "^4.
|
|
134
|
+
ruff = "^0.15.1"
|
|
135
|
+
mypy = "^1.19.1"
|
|
136
|
+
pre-commit = "^4.3.0"
|
|
137
137
|
howler-api = { path = "../../api" }
|
|
138
|
-
pytest = "^8.
|
|
138
|
+
pytest = "^8.4.2"
|
|
139
139
|
mock = "^5.2.0"
|
|
140
|
-
pytest-cov = "^6.
|
|
141
|
-
coverage = { extras = ["toml"], version = "^7.
|
|
142
|
-
diff-cover = "^9.2
|
|
143
|
-
python-dotenv = "^1.1
|
|
140
|
+
pytest-cov = "^6.3.0"
|
|
141
|
+
coverage = { extras = ["toml"], version = "^7.10.7" }
|
|
142
|
+
diff-cover = "^9.7.2"
|
|
143
|
+
python-dotenv = "^1.2.1"
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
[tool.poetry.group.types.dependencies]
|
|
147
|
-
types-mock = "^5.2.0.
|
|
148
|
-
types-python-dateutil = "^2.9.0.
|
|
147
|
+
types-mock = "^5.2.0.20250924"
|
|
148
|
+
types-python-dateutil = "^2.9.0.20260124"
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
[tool.poetry.dependencies]
|
|
File without changes
|
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/config.py
RENAMED
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/manifest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/odm/__init__.py
RENAMED
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev238 → howler_sentinel_plugin-0.2.0.dev239}/sentinel/odm/hit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|