howler-sentinel-plugin 0.2.0.dev232__tar.gz → 0.2.0.dev238__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.dev232 → howler_sentinel_plugin-0.2.0.dev238}/PKG-INFO +1 -1
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/pyproject.toml +1 -1
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/routes/ingest.py +1 -1
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/LICENSE +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/README.md +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/actions/azure_emit_hash.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/actions/send_to_sentinel.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/actions/update_defender_xdr_alert.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/actions/update_defender_xdr_incident.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/config.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/manifest.yml +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/mapping/sentinel_incident.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/mapping/xdr_alert.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/mapping/xdr_alert_evidence.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/odm/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/odm/hit.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/odm/models/sentinel.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/routes/__init__.py +0 -0
- {howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/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.dev238"
|
|
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" }
|
|
@@ -14,7 +14,7 @@ from sentinel.mapping.xdr_alert import XDRAlert
|
|
|
14
14
|
|
|
15
15
|
SUB_API = "sentinel"
|
|
16
16
|
sentinel_api = make_subapi_blueprint(SUB_API, api_version=1)
|
|
17
|
-
sentinel_api._doc = "Ingest Microsoft Sentinel XDR incidents into Howler"
|
|
17
|
+
sentinel_api._doc = "Ingest Microsoft Sentinel XDR incidents into Howler" # type: ignore
|
|
18
18
|
|
|
19
19
|
logger = get_logger(__file__)
|
|
20
20
|
|
|
File without changes
|
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/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.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/config.py
RENAMED
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/manifest.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/odm/__init__.py
RENAMED
|
File without changes
|
{howler_sentinel_plugin-0.2.0.dev232 → howler_sentinel_plugin-0.2.0.dev238}/sentinel/odm/hit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|