howler-api 3.1.0.dev385__py3-none-any.whl → 3.1.0.dev390__py3-none-any.whl
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/odm/models/analytic.py +6 -1
- {howler_api-3.1.0.dev385.dist-info → howler_api-3.1.0.dev390.dist-info}/METADATA +1 -1
- {howler_api-3.1.0.dev385.dist-info → howler_api-3.1.0.dev390.dist-info}/RECORD +5 -5
- {howler_api-3.1.0.dev385.dist-info → howler_api-3.1.0.dev390.dist-info}/WHEEL +0 -0
- {howler_api-3.1.0.dev385.dist-info → howler_api-3.1.0.dev390.dist-info}/entry_points.txt +0 -0
howler/odm/models/analytic.py
CHANGED
|
@@ -23,7 +23,7 @@ class Comment(odm.Model):
|
|
|
23
23
|
)
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
DEFAULT_TRIAGE = {"skip_rationale": False, "valid_assessments": Assessment.list()}
|
|
26
|
+
DEFAULT_TRIAGE = {"skip_rationale": False, "valid_assessments": Assessment.list(), "rationales": []}
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
@odm.model(index=True, store=True, description="Settings for triaging this analytic.")
|
|
@@ -40,6 +40,11 @@ class TriageOptions(odm.Model):
|
|
|
40
40
|
dossiers: list[str] = odm.List(
|
|
41
41
|
odm.Keyword(), description="A list of dossiers to present to the user when triaging alerts.", default=[]
|
|
42
42
|
)
|
|
43
|
+
rationales: list[str] = odm.List(
|
|
44
|
+
odm.Keyword(),
|
|
45
|
+
default=DEFAULT_TRIAGE["rationales"],
|
|
46
|
+
description="A provided list of rationales that will be suggested when triaging alerts.",
|
|
47
|
+
)
|
|
43
48
|
|
|
44
49
|
|
|
45
50
|
@odm.model(index=True, store=True, description="Notebook data")
|
|
@@ -90,7 +90,7 @@ howler/odm/helper.py,sha256=EELMg3pvE7Kb9VDeKSYJQHiq6uCO2YuS095CPRgWrEM,13927
|
|
|
90
90
|
howler/odm/howler_enum.py,sha256=JzRK3_adlhvfkoGdMZD1jgOwlneZs8-x7OxGEj3zcpY,768
|
|
91
91
|
howler/odm/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
howler/odm/models/action.py,sha256=V9tgMCg1ewu8mOngTcA6QAPwaR0NIT71VHglpRFYmS4,1235
|
|
93
|
-
howler/odm/models/analytic.py,sha256=
|
|
93
|
+
howler/odm/models/analytic.py,sha256=msj-VhpE_0Gw0XLnakeSGehRS4RdGqR3Mzns9A5nlxU,4139
|
|
94
94
|
howler/odm/models/assemblyline.py,sha256=_wcTiX3A6bhA2SGlK9tDF0v-uwLpIabXE8j2Fw91dGY,1596
|
|
95
95
|
howler/odm/models/aws.py,sha256=pJVadJqubdgT27riCfp7bEKVP4XsMZB0ZUnKAbmCMd0,895
|
|
96
96
|
howler/odm/models/azure.py,sha256=o7MZMMo9jh1SB8xXCajl_YSKP2nnnWsjx_DPT6LnQKg,710
|
|
@@ -192,7 +192,7 @@ howler/utils/path.py,sha256=DfOU4i4zSs4wchHoE8iE7aWVLkTxiC_JRGepF2hBYBk,690
|
|
|
192
192
|
howler/utils/socket_utils.py,sha256=nz1SklC9xBHUSfHyTJjpq3mbozX1GDf01WzdGxfaUII,2212
|
|
193
193
|
howler/utils/str_utils.py,sha256=HE8Hqh2HlOLaj16w0H9zKOyDJLp-f1LQ50y_WeGZaEk,8389
|
|
194
194
|
howler/utils/uid.py,sha256=p9dsqyvZ-lpiAuzZWCPCeEM99kdk0Ly9czf04HNdSuw,1341
|
|
195
|
-
howler_api-3.1.0.
|
|
196
|
-
howler_api-3.1.0.
|
|
197
|
-
howler_api-3.1.0.
|
|
198
|
-
howler_api-3.1.0.
|
|
195
|
+
howler_api-3.1.0.dev390.dist-info/METADATA,sha256=B6KC111Nk4ffzkOiq9qvKN2Aux-eiRPsKc3FzGk7ybU,2804
|
|
196
|
+
howler_api-3.1.0.dev390.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
197
|
+
howler_api-3.1.0.dev390.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
|
|
198
|
+
howler_api-3.1.0.dev390.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|