prelude-sdk-beta 1392__py3-none-any.whl → 1393__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.
Potentially problematic release.
This version of prelude-sdk-beta might be problematic. Click here for more details.
- prelude_sdk_beta/models/codes.py +10 -1
- {prelude_sdk_beta-1392.dist-info → prelude_sdk_beta-1393.dist-info}/METADATA +1 -1
- {prelude_sdk_beta-1392.dist-info → prelude_sdk_beta-1393.dist-info}/RECORD +6 -6
- {prelude_sdk_beta-1392.dist-info → prelude_sdk_beta-1393.dist-info}/WHEEL +0 -0
- {prelude_sdk_beta-1392.dist-info → prelude_sdk_beta-1393.dist-info}/licenses/LICENSE +0 -0
- {prelude_sdk_beta-1392.dist-info → prelude_sdk_beta-1393.dist-info}/top_level.txt +0 -0
prelude_sdk_beta/models/codes.py
CHANGED
|
@@ -182,6 +182,8 @@ class Control(Enum, metaclass=MissingItem):
|
|
|
182
182
|
TENABLE_DISCOVERY = 22
|
|
183
183
|
QUALYS = 23
|
|
184
184
|
QUALYS_DISCOVERY = 24
|
|
185
|
+
RAPID7 = 25
|
|
186
|
+
RAPID7_DISCOVERY = 26
|
|
185
187
|
|
|
186
188
|
@classmethod
|
|
187
189
|
def _missing_(cls, value):
|
|
@@ -234,6 +236,7 @@ class ControlCategory(Enum, metaclass=MissingItem):
|
|
|
234
236
|
Control.DEFENDER_DISCOVERY,
|
|
235
237
|
Control.EC2,
|
|
236
238
|
Control.QUALYS_DISCOVERY,
|
|
239
|
+
Control.RAPID7_DISCOVERY,
|
|
237
240
|
Control.SERVICENOW,
|
|
238
241
|
Control.TENABLE_DISCOVERY,
|
|
239
242
|
],
|
|
@@ -255,7 +258,11 @@ class ControlCategory(Enum, metaclass=MissingItem):
|
|
|
255
258
|
Control.SPLUNK,
|
|
256
259
|
Control.VECTR,
|
|
257
260
|
],
|
|
258
|
-
ControlCategory.VULN_MANAGER: [
|
|
261
|
+
ControlCategory.VULN_MANAGER: [
|
|
262
|
+
Control.QUALYS,
|
|
263
|
+
Control.RAPID7,
|
|
264
|
+
Control.TENABLE,
|
|
265
|
+
],
|
|
259
266
|
ControlCategory.XDR: [
|
|
260
267
|
Control.CROWDSTRIKE,
|
|
261
268
|
Control.DEFENDER,
|
|
@@ -289,6 +296,8 @@ class SCMCategory(Enum, metaclass=MissingItem):
|
|
|
289
296
|
Control.JAMF,
|
|
290
297
|
Control.QUALYS,
|
|
291
298
|
Control.QUALYS_DISCOVERY,
|
|
299
|
+
Control.RAPID7,
|
|
300
|
+
Control.RAPID7_DISCOVERY,
|
|
292
301
|
Control.SENTINELONE,
|
|
293
302
|
Control.SERVICENOW,
|
|
294
303
|
Control.TENABLE,
|
|
@@ -12,9 +12,9 @@ prelude_sdk_beta/controllers/probe_controller.py,sha256=d2Aa74Css1uMNgBKGWqavbkE
|
|
|
12
12
|
prelude_sdk_beta/controllers/scm_controller.py,sha256=X2CU11Se_zgGLKAR_whIlWMZdgT72XSfKCSP-gxNJaI,12793
|
|
13
13
|
prelude_sdk_beta/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
prelude_sdk_beta/models/account.py,sha256=ksyTZDOZpbT8XDu-Ygs_51ZG25oBd8qiwjO6-L6HH9Y,8734
|
|
15
|
-
prelude_sdk_beta/models/codes.py,sha256=
|
|
16
|
-
prelude_sdk_beta-
|
|
17
|
-
prelude_sdk_beta-
|
|
18
|
-
prelude_sdk_beta-
|
|
19
|
-
prelude_sdk_beta-
|
|
20
|
-
prelude_sdk_beta-
|
|
15
|
+
prelude_sdk_beta/models/codes.py,sha256=O6uzikz_r2VpDcDGOjKMbJ_wKwHkr3Vusx03N032qHk,11686
|
|
16
|
+
prelude_sdk_beta-1393.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
|
|
17
|
+
prelude_sdk_beta-1393.dist-info/METADATA,sha256=6KGqeRiwe_VknoH7HKeA2QG10mjHNaCeO6SLNWjVQ0Y,1190
|
|
18
|
+
prelude_sdk_beta-1393.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
prelude_sdk_beta-1393.dist-info/top_level.txt,sha256=pqXTtEd5ElvJKoO6HAz232H9FW5j6X7gW4kEEakfSFM,17
|
|
20
|
+
prelude_sdk_beta-1393.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|