prelude-sdk-beta 1391__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.

@@ -171,7 +171,6 @@ class Control(Enum, metaclass=MissingItem):
171
171
  M365 = 10
172
172
  ENTRA = 11
173
173
  JAMF = 12
174
- CROWDSTRIKE_IDENTITY = 13
175
174
  GMAIL = 14
176
175
  GOOGLE_IDENTITY = 15
177
176
  DEFENDER_DISCOVERY = 16
@@ -183,6 +182,8 @@ class Control(Enum, metaclass=MissingItem):
183
182
  TENABLE_DISCOVERY = 22
184
183
  QUALYS = 23
185
184
  QUALYS_DISCOVERY = 24
185
+ RAPID7 = 25
186
+ RAPID7_DISCOVERY = 26
186
187
 
187
188
  @classmethod
188
189
  def _missing_(cls, value):
@@ -235,6 +236,7 @@ class ControlCategory(Enum, metaclass=MissingItem):
235
236
  Control.DEFENDER_DISCOVERY,
236
237
  Control.EC2,
237
238
  Control.QUALYS_DISCOVERY,
239
+ Control.RAPID7_DISCOVERY,
238
240
  Control.SERVICENOW,
239
241
  Control.TENABLE_DISCOVERY,
240
242
  ],
@@ -243,7 +245,6 @@ class ControlCategory(Enum, metaclass=MissingItem):
243
245
  Control.M365,
244
246
  ],
245
247
  ControlCategory.IDENTITY: [
246
- Control.CROWDSTRIKE_IDENTITY,
247
248
  Control.ENTRA,
248
249
  Control.GOOGLE_IDENTITY,
249
250
  Control.OKTA,
@@ -257,7 +258,11 @@ class ControlCategory(Enum, metaclass=MissingItem):
257
258
  Control.SPLUNK,
258
259
  Control.VECTR,
259
260
  ],
260
- ControlCategory.VULN_MANAGER: [Control.QUALYS, Control.TENABLE],
261
+ ControlCategory.VULN_MANAGER: [
262
+ Control.QUALYS,
263
+ Control.RAPID7,
264
+ Control.TENABLE,
265
+ ],
261
266
  ControlCategory.XDR: [
262
267
  Control.CROWDSTRIKE,
263
268
  Control.DEFENDER,
@@ -291,13 +296,14 @@ class SCMCategory(Enum, metaclass=MissingItem):
291
296
  Control.JAMF,
292
297
  Control.QUALYS,
293
298
  Control.QUALYS_DISCOVERY,
299
+ Control.RAPID7,
300
+ Control.RAPID7_DISCOVERY,
294
301
  Control.SENTINELONE,
295
302
  Control.SERVICENOW,
296
303
  Control.TENABLE,
297
304
  Control.TENABLE_DISCOVERY,
298
305
  ],
299
306
  SCMCategory.USER: [
300
- Control.CROWDSTRIKE_IDENTITY,
301
307
  Control.ENTRA,
302
308
  Control.GOOGLE_IDENTITY,
303
309
  Control.OKTA,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prelude-sdk-beta
3
- Version: 1391
3
+ Version: 1393
4
4
  Summary: For interacting with the Prelude API
5
5
  Home-page: https://github.com/preludeorg
6
6
  Author: Prelude Research
@@ -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=zSMzv-mYgBluNm85S195WYq5xeYCI1OC3BB2Ie5KS7E,11571
16
- prelude_sdk_beta-1391.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
17
- prelude_sdk_beta-1391.dist-info/METADATA,sha256=uF29hWFQt6uNeJQb_oQsp-cQKQNr60ibxqg0ZiR9C2k,1190
18
- prelude_sdk_beta-1391.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- prelude_sdk_beta-1391.dist-info/top_level.txt,sha256=pqXTtEd5ElvJKoO6HAz232H9FW5j6X7gW4kEEakfSFM,17
20
- prelude_sdk_beta-1391.dist-info/RECORD,,
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,,