Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.131.0
v3.131.1
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ Class | Method | HTTP request | Description
*AnalysesResultsMetadataApi* | [**get_analysis_functions_paginated**](docs/AnalysesResultsMetadataApi.md#get_analysis_functions_paginated) | **GET** /v2/analyses/{analysis_id}/functions | Get functions from analysis
*AnalysesResultsMetadataApi* | [**get_capabilities**](docs/AnalysesResultsMetadataApi.md#get_capabilities) | **GET** /v2/analyses/{analysis_id}/capabilities | Gets the capabilities from the analysis
*AnalysesResultsMetadataApi* | [**get_functions_list**](docs/AnalysesResultsMetadataApi.md#get_functions_list) | **GET** /v2/analyses/{analysis_id}/functions/list | Gets functions from analysis
*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
*AnalysesResultsMetadataApi* | [**get_tags**](docs/AnalysesResultsMetadataApi.md#get_tags) | **GET** /v2/analyses/{analysis_id}/tags | Get function tags with maliciousness score
*AnalysesResultsMetadataApi* | [**get_vulnerabilities**](docs/AnalysesResultsMetadataApi.md#get_vulnerabilities) | **GET** /v2/analyses/{analysis_id}/vulnerabilities | Gets the vulnerabilities found in the analysis
*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
*AuthenticationUsersApi* | [**get_user**](docs/AuthenticationUsersApi.md#get_user) | **GET** /v2/users/{user_id} | Get a user's public information
*AuthenticationUsersApi* | [**get_user_activity**](docs/AuthenticationUsersApi.md#get_user_activity) | **GET** /v2/users/activity | Get auth user activity
Expand Down Expand Up @@ -311,7 +309,6 @@ Class | Method | HTTP request | Description
- [BaseResponseListCommentResponse](docs/BaseResponseListCommentResponse.md)
- [BaseResponseListDieMatch](docs/BaseResponseListDieMatch.md)
- [BaseResponseListFunctionNameHistory](docs/BaseResponseListFunctionNameHistory.md)
- [BaseResponseListSBOM](docs/BaseResponseListSBOM.md)
- [BaseResponseListUserActivityResponse](docs/BaseResponseListUserActivityResponse.md)
- [BaseResponseLogs](docs/BaseResponseLogs.md)
- [BaseResponseModelsResponse](docs/BaseResponseModelsResponse.md)
Expand All @@ -328,7 +325,6 @@ Class | Method | HTTP request | Description
- [BaseResponseTriageReportResponse](docs/BaseResponseTriageReportResponse.md)
- [BaseResponseUnionGetAiDecompilationRatingResponseNoneType](docs/BaseResponseUnionGetAiDecompilationRatingResponseNoneType.md)
- [BaseResponseUploadResponse](docs/BaseResponseUploadResponse.md)
- [BaseResponseVulnerabilities](docs/BaseResponseVulnerabilities.md)
- [BaseResponseXrefResponse](docs/BaseResponseXrefResponse.md)
- [Basic](docs/Basic.md)
- [BatchBinaryMatchResult](docs/BatchBinaryMatchResult.md)
Expand Down Expand Up @@ -609,8 +605,6 @@ Class | Method | HTTP request | Description
- [ReportInfo](docs/ReportInfo.md)
- [ReportOptions](docs/ReportOptions.md)
- [RevokeBody](docs/RevokeBody.md)
- [SBOM](docs/SBOM.md)
- [SBOMPackage](docs/SBOMPackage.md)
- [SSOProvider](docs/SSOProvider.md)
- [SSOProvidersOutputBody](docs/SSOProvidersOutputBody.md)
- [SandboxOptions](docs/SandboxOptions.md)
Expand Down Expand Up @@ -709,8 +703,6 @@ Class | Method | HTTP request | Description
- [V2FunctionInfo](docs/V2FunctionInfo.md)
- [V2FunctionInfoFuncDepsInner](docs/V2FunctionInfoFuncDepsInner.md)
- [V2FunctionType](docs/V2FunctionType.md)
- [Vulnerabilities](docs/Vulnerabilities.md)
- [Vulnerability](docs/Vulnerability.md)
- [WarningEvent](docs/WarningEvent.md)
- [WorkflowProgress](docs/WorkflowProgress.md)
- [Workspace](docs/Workspace.md)
Expand Down
170 changes: 0 additions & 170 deletions docs/AnalysesResultsMetadataApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Method | HTTP request | Description
[**get_analysis_functions_paginated**](AnalysesResultsMetadataApi.md#get_analysis_functions_paginated) | **GET** /v2/analyses/{analysis_id}/functions | Get functions from analysis
[**get_capabilities**](AnalysesResultsMetadataApi.md#get_capabilities) | **GET** /v2/analyses/{analysis_id}/capabilities | Gets the capabilities from the analysis
[**get_functions_list**](AnalysesResultsMetadataApi.md#get_functions_list) | **GET** /v2/analyses/{analysis_id}/functions/list | Gets functions from analysis
[**get_sbom**](AnalysesResultsMetadataApi.md#get_sbom) | **GET** /v2/analyses/{analysis_id}/sbom | Gets the software-bill-of-materials (SBOM) found in the analysis
[**get_tags**](AnalysesResultsMetadataApi.md#get_tags) | **GET** /v2/analyses/{analysis_id}/tags | Get function tags with maliciousness score
[**get_vulnerabilities**](AnalysesResultsMetadataApi.md#get_vulnerabilities) | **GET** /v2/analyses/{analysis_id}/vulnerabilities | Gets the vulnerabilities found in the analysis


# **get_analysis_functions_paginated**
Expand Down Expand Up @@ -284,90 +282,6 @@ Name | Type | Description | Notes

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_sbom**
> BaseResponseListSBOM get_sbom(analysis_id)

Gets the software-bill-of-materials (SBOM) found in the analysis

### Example

* Api Key Authentication (APIKey):
* Bearer Authentication (bearerAuth):

```python
import revengai
from revengai.models.base_response_list_sbom import BaseResponseListSBOM
from revengai.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.reveng.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = revengai.Configuration(
host = "https://api.reveng.ai"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: APIKey
configuration.api_key['APIKey'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['APIKey'] = 'Bearer'

# Configure Bearer authorization: bearerAuth
configuration = revengai.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)

# Enter a context with an instance of the API client
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.AnalysesResultsMetadataApi(api_client)
analysis_id = 56 # int |

try:
# Gets the software-bill-of-materials (SBOM) found in the analysis
api_response = api_instance.get_sbom(analysis_id)
print("The response of AnalysesResultsMetadataApi->get_sbom:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling AnalysesResultsMetadataApi->get_sbom: %s\n" % e)
```



### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**analysis_id** | **int**| |

### Return type

[**BaseResponseListSBOM**](BaseResponseListSBOM.md)

### Authorization

[APIKey](../README.md#APIKey), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful Response | - |
**422** | Invalid request parameters | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_tags**
> BaseResponseAnalysisTags get_tags(analysis_id)

Expand Down Expand Up @@ -452,87 +366,3 @@ Name | Type | Description | Notes

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_vulnerabilities**
> BaseResponseVulnerabilities get_vulnerabilities(analysis_id)

Gets the vulnerabilities found in the analysis

### Example

* Api Key Authentication (APIKey):
* Bearer Authentication (bearerAuth):

```python
import revengai
from revengai.models.base_response_vulnerabilities import BaseResponseVulnerabilities
from revengai.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.reveng.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = revengai.Configuration(
host = "https://api.reveng.ai"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: APIKey
configuration.api_key['APIKey'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['APIKey'] = 'Bearer'

# Configure Bearer authorization: bearerAuth
configuration = revengai.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)

# Enter a context with an instance of the API client
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.AnalysesResultsMetadataApi(api_client)
analysis_id = 56 # int |

try:
# Gets the vulnerabilities found in the analysis
api_response = api_instance.get_vulnerabilities(analysis_id)
print("The response of AnalysesResultsMetadataApi->get_vulnerabilities:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling AnalysesResultsMetadataApi->get_vulnerabilities: %s\n" % e)
```



### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**analysis_id** | **int**| |

### Return type

[**BaseResponseVulnerabilities**](BaseResponseVulnerabilities.md)

### Authorization

[APIKey](../README.md#APIKey), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful Response | - |
**422** | Invalid request parameters | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

2 changes: 0 additions & 2 deletions docs/AnalysisConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scrape_third_party_config** | [**ScrapeThirdPartyConfig**](ScrapeThirdPartyConfig.md) | Settings to scrape third party sources | [optional]
**generate_cves** | **bool** | A configuration option for fetching CVEs data. | [optional] [default to False]
**generate_sbom** | **bool** | A configuration option for generating software bill of materials data. | [optional] [default to False]
**generate_capabilities** | **bool** | A configuration option for generating capabilities of a binary | [optional] [default to False]
**no_cache** | **bool** | When enabled, skips using cached data within the processing. | [optional] [default to False]
**advanced_analysis** | **bool** | Enables an advanced security analysis. | [optional] [default to False]
Expand Down
1 change: 0 additions & 1 deletion docs/AnalysisDetailResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Name | Type | Description | Notes
**dashboard_url** | **str** | URL to view this analysis in the dashboard |
**debug** | **bool** | |
**model_name** | **str** | |
**sbom** | **Dict[str, object]** | | [optional]
**sha_256_hash** | **str** | |
**auto_run_agents** | [**AutoRunAgents**](AutoRunAgents.md) | |
**requested_config** | [**AnalysisConfigSnapshot**](AnalysisConfigSnapshot.md) | Snapshot of the configuration the analysis was submitted with. |
Expand Down
33 changes: 0 additions & 33 deletions docs/BaseResponseListSBOM.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/BaseResponseVulnerabilities.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/ReAnalysisForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**tags** | **List[str]** | Tags associated with the analysis | [optional] [default to []]
**command_line_args** | **str** | Command line arguments for dynamic execution | [optional] [default to '']
**priority** | **int** | Priority of the analysis | [optional] [default to 0]
**essential** | **bool** | Only runs essential parts of the analysis, skips tags/sbom/cves etc. | [optional] [default to True]
**essential** | **bool** | Only runs essential parts of the analysis, skips tags etc. | [optional] [default to True]
**model_name** | **str** | | [optional]
**no_cache** | **bool** | When enabled, skips using cached data within the processing. | [optional] [default to False]

Expand Down
30 changes: 0 additions & 30 deletions docs/SBOM.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/SBOMPackage.md

This file was deleted.

Loading