Skip to content

Commit b8b182c

Browse files
authored
Merge pull request #14 from crowdsecurity/$main-5178106
Update python SDK version: 1.87.1
2 parents 5178106 + 51e0b1c commit b8b182c

File tree

13 files changed

+885
-128
lines changed

13 files changed

+885
-128
lines changed

crowdsec_service_api/__init__.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from .services.info import Info
88
from .services.metrics import Metrics
99
from .services.hub import Hub
10+
from .services.cves import Cves
1011
from .http_client import ApiKeyAuth
1112

1213
class Server(Enum):
@@ -19,6 +20,7 @@ class Server(Enum):
1920
'Info',
2021
'Metrics',
2122
'Hub',
23+
'Cves',
2224
'AllowlistCreateRequest',
2325
'AllowlistCreateResponse',
2426
'AllowlistGetItemsResponse',
@@ -105,6 +107,21 @@ class Server(Enum):
105107
'PostoverflowIndex',
106108
'ScenarioIndex',
107109
'VersionDetail',
110+
'AffectedComponent',
111+
'AttackDetail',
112+
'Behavior',
113+
'Classification',
114+
'Classifications',
115+
'GetCVEResponse',
116+
'History',
117+
'IPItem',
118+
'Location',
119+
'MitreTechnique',
120+
'PageTypeVarCustomizedIPItem',
121+
'Reference',
122+
'ScoreBreakdown',
123+
'Scores',
124+
'SubscribeCVEIntegrationRequest',
108125
'ApiKeyAuth',
109126
'Server',
110127
'Page'
-8 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)