Skip to content

Commit 707eea2

Browse files
mazzma12github-actions[bot]
authored andcommitted
Update python SDK 1.119.0
1 parent 4a44fef commit 707eea2

21 files changed

+1937
-610
lines changed

crowdsec_tracker_api/__init__.py

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .services.cves import Cves
66
from .services.vendors import Vendors
77
from .services.products import Products
8-
from .services.tags import Tags
8+
from .services.tracker_tags import TrackerTags
99
from .services.fingerprints import Fingerprints
1010
from .http_client import ApiKeyAuth
1111

@@ -17,7 +17,7 @@ class Server(Enum):
1717
'Cves',
1818
'Vendors',
1919
'Products',
20-
'Tags',
20+
'TrackerTags',
2121
'Fingerprints',
2222
'ApiKeyCredentials',
2323
'BasicAuthCredentials',
@@ -36,19 +36,22 @@ class Server(Enum):
3636
'OutputFormat',
3737
'Stats',
3838
'ValidationError',
39+
'VendorSubscription',
3940
'AdjustmentScore',
4041
'AffectedComponent',
4142
'AllowlistSubscription',
4243
'AttackDetail',
4344
'Behavior',
44-
'CVEEvent',
45+
'CVEEventOutput',
4546
'CVEResponseBase',
4647
'CVEsubscription',
4748
'CWE',
4849
'Classification',
4950
'Classifications',
5051
'EntityType',
5152
'ExploitationPhase',
53+
'FacetBucket',
54+
'FingerprintEventOutput',
5255
'FingerprintRuleResponse',
5356
'FingerprintRuleSummary',
5457
'FingerprintTimelineItem',
@@ -62,24 +65,32 @@ class Server(Enum):
6265
'GetFingerprintIPsResponsePage',
6366
'GetFingerprintRulesResponsePage',
6467
'GetFingerprintSubscribedIntegrationsResponsePage',
68+
'GetVendorIPsResponsePage',
69+
'GetVendorSubscribedIntegrationsResponsePage',
6570
'History',
6671
'IPItem',
6772
'IntegrationResponse',
6873
'IntervalOptions',
74+
'IpsDetailsStats',
6975
'Location',
7076
'LookupImpactCVEItem',
7177
'LookupImpactFingerprintItem',
7278
'LookupImpactResponsePage',
73-
'LookupListItem',
74-
'LookupListResponsePage',
79+
'LookupListItemWithStats',
80+
'LookupListWithStatsResponsePage',
7581
'MitreTechnique',
7682
'Reference',
7783
'ScoreBreakdown',
7884
'Scores',
7985
'SinceOptions',
8086
'SubscribeCVEIntegrationRequest',
8187
'SubscribeFingerprintIntegrationRequest',
88+
'SubscribeVendorIntegrationRequest',
89+
'ThreatContext',
8290
'TimelineItem',
91+
'TopProductItem',
92+
'VendorSortBy',
93+
'VendorStatsResponse',
8394
'ApiKeyAuth',
8495
'Server',
8596
'Page'
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)