Skip to content

Commit 562e51e

Browse files
authored
Merge pull request #132 from RevEngAI/sdk-update-v3.67.0
🤖 Update SDK to version v3.67.0
2 parents 3697dec + c9836f8 commit 562e51e

43 files changed

Lines changed: 5 additions & 2998 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.sdk-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.65.0
1+
v3.67.0

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ Class | Method | HTTP request | Description
7676
*AnalysesResultsMetadataApi* | [**get_sbom**](docs/AnalysesResultsMetadataApi.md#get_sbom) | **GET** /v2/analyses/{analysis_id}/sbom | Gets the software-bill-of-materials (SBOM) found in the analysis
7777
*AnalysesResultsMetadataApi* | [**get_tags**](docs/AnalysesResultsMetadataApi.md#get_tags) | **GET** /v2/analyses/{analysis_id}/tags | Get function tags with maliciousness score
7878
*AnalysesResultsMetadataApi* | [**get_vulnerabilities**](docs/AnalysesResultsMetadataApi.md#get_vulnerabilities) | **GET** /v2/analyses/{analysis_id}/vulnerabilities | Gets the vulnerabilities found in the analysis
79-
*AnalysesSecurityChecksApi* | [**create_scurity_checks_task**](docs/AnalysesSecurityChecksApi.md#create_scurity_checks_task) | **POST** /v2/analyses/{analysis_id}/security-checks | Queues a security check process
80-
*AnalysesSecurityChecksApi* | [**get_security_checks**](docs/AnalysesSecurityChecksApi.md#get_security_checks) | **GET** /v2/analyses/{analysis_id}/security-checks | Get Security Checks
81-
*AnalysesSecurityChecksApi* | [**get_security_checks_task_status**](docs/AnalysesSecurityChecksApi.md#get_security_checks_task_status) | **GET** /v2/analyses/{analysis_id}/security-checks/status | Check the status of a security check process
8279
*AnalysesXRefsApi* | [**get_xref_by_vaddr**](docs/AnalysesXRefsApi.md#get_xref_by_vaddr) | **GET** /v2/analyses/{analysis_id}/xrefs/{vaddr} | [Beta] Look up xrefs by virtual address
8380
*AnalysisStagesApi* | [**get_analysis_stages**](docs/AnalysisStagesApi.md#get_analysis_stages) | **GET** /v2/analysis-stages/{analysis_id} | Get Analysis Stages
8481
*AnalysisStagesApi* | [**get_pipeline_status**](docs/AnalysisStagesApi.md#get_pipeline_status) | **GET** /v2/analysis-stages/{analysis_id}/pipeline-status | Get Pipeline Status
@@ -212,7 +209,6 @@ Class | Method | HTTP request | Description
212209
- [BaseResponseBool](docs/BaseResponseBool.md)
213210
- [BaseResponseCalleesCallerFunctionsResponse](docs/BaseResponseCalleesCallerFunctionsResponse.md)
214211
- [BaseResponseCapabilities](docs/BaseResponseCapabilities.md)
215-
- [BaseResponseCheckSecurityChecksTaskResponse](docs/BaseResponseCheckSecurityChecksTaskResponse.md)
216212
- [BaseResponseChildBinariesResponse](docs/BaseResponseChildBinariesResponse.md)
217213
- [BaseResponseCollectionBinariesUpdateResponse](docs/BaseResponseCollectionBinariesUpdateResponse.md)
218214
- [BaseResponseCollectionResponse](docs/BaseResponseCollectionResponse.md)
@@ -253,9 +249,7 @@ Class | Method | HTTP request | Description
253249
- [BaseResponseProcessDumps](docs/BaseResponseProcessDumps.md)
254250
- [BaseResponseProcessRegistry](docs/BaseResponseProcessRegistry.md)
255251
- [BaseResponseProcessTree](docs/BaseResponseProcessTree.md)
256-
- [BaseResponseQueuedSecurityChecksTaskResponse](docs/BaseResponseQueuedSecurityChecksTaskResponse.md)
257252
- [BaseResponseRecent](docs/BaseResponseRecent.md)
258-
- [BaseResponseSecurityChecksResponse](docs/BaseResponseSecurityChecksResponse.md)
259253
- [BaseResponseStatus](docs/BaseResponseStatus.md)
260254
- [BaseResponseStr](docs/BaseResponseStr.md)
261255
- [BaseResponseTTPS](docs/BaseResponseTTPS.md)
@@ -275,14 +269,12 @@ Class | Method | HTTP request | Description
275269
- [BinaryExternalsResponse](docs/BinaryExternalsResponse.md)
276270
- [BinarySearchResponse](docs/BinarySearchResponse.md)
277271
- [BinarySearchResult](docs/BinarySearchResult.md)
278-
- [BinaryTaskStatus](docs/BinaryTaskStatus.md)
279272
- [BulkDeleteAnalysesRequest](docs/BulkDeleteAnalysesRequest.md)
280273
- [CalleeFunctionInfo](docs/CalleeFunctionInfo.md)
281274
- [CalleesCallerFunctionsResponse](docs/CalleesCallerFunctionsResponse.md)
282275
- [CallerFunctionInfo](docs/CallerFunctionInfo.md)
283276
- [Capabilities](docs/Capabilities.md)
284277
- [Capability](docs/Capability.md)
285-
- [CheckSecurityChecksTaskResponse](docs/CheckSecurityChecksTaskResponse.md)
286278
- [ChildBinariesResponse](docs/ChildBinariesResponse.md)
287279
- [CodeSignatureModel](docs/CodeSignatureModel.md)
288280
- [CollectionBinariesUpdateRequest](docs/CollectionBinariesUpdateRequest.md)
@@ -301,7 +293,6 @@ Class | Method | HTTP request | Description
301293
- [CommentBase](docs/CommentBase.md)
302294
- [CommentResponse](docs/CommentResponse.md)
303295
- [CommentUpdateRequest](docs/CommentUpdateRequest.md)
304-
- [ConfidenceType](docs/ConfidenceType.md)
305296
- [ConfigResponse](docs/ConfigResponse.md)
306297
- [Context](docs/Context.md)
307298
- [Created](docs/Created.md)
@@ -408,7 +399,6 @@ Class | Method | HTTP request | Description
408399
- [ProcessRegistry](docs/ProcessRegistry.md)
409400
- [ProcessTree](docs/ProcessTree.md)
410401
- [PutAnalysisStringsRequest](docs/PutAnalysisStringsRequest.md)
411-
- [QueuedSecurityChecksTaskResponse](docs/QueuedSecurityChecksTaskResponse.md)
412402
- [ReAnalysisForm](docs/ReAnalysisForm.md)
413403
- [Recent](docs/Recent.md)
414404
- [Registry](docs/Registry.md)
@@ -418,11 +408,8 @@ Class | Method | HTTP request | Description
418408
- [SandboxOptions](docs/SandboxOptions.md)
419409
- [ScrapeThirdPartyConfig](docs/ScrapeThirdPartyConfig.md)
420410
- [SectionModel](docs/SectionModel.md)
421-
- [SecurityChecksResponse](docs/SecurityChecksResponse.md)
422-
- [SecurityChecksResult](docs/SecurityChecksResult.md)
423411
- [SecurityModel](docs/SecurityModel.md)
424412
- [SegmentInfo](docs/SegmentInfo.md)
425-
- [SeverityType](docs/SeverityType.md)
426413
- [SingleCodeCertificateModel](docs/SingleCodeCertificateModel.md)
427414
- [SingleCodeSignatureModel](docs/SingleCodeSignatureModel.md)
428415
- [SinglePDBEntryModel](docs/SinglePDBEntryModel.md)
@@ -459,7 +446,6 @@ Class | Method | HTTP request | Description
459446
- [UserActivityResponse](docs/UserActivityResponse.md)
460447
- [Vulnerabilities](docs/Vulnerabilities.md)
461448
- [Vulnerability](docs/Vulnerability.md)
462-
- [VulnerabilityType](docs/VulnerabilityType.md)
463449
- [Workspace](docs/Workspace.md)
464450
- [XrefFromResponse](docs/XrefFromResponse.md)
465451
- [XrefResponse](docs/XrefResponse.md)

docs/AnalysesSecurityChecksApi.md

Lines changed: 0 additions & 252 deletions
This file was deleted.

docs/BaseResponseCheckSecurityChecksTaskResponse.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)