Skip to content
Closed
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
1 change: 1 addition & 0 deletions docs/AdvisoryCarrier.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**summary** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryDragosAdvisory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**date_added** | **str** | | [optional]
**link** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]

## Example

Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryFileZilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**date_added** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryGrafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryIvanti.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**date_added** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
34 changes: 34 additions & 0 deletions docs/AdvisoryMicrosoftCSAF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# AdvisoryMicrosoftCSAF


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csaf** | [**AdvisoryCSAF**](AdvisoryCSAF.md) | | [optional]
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_microsoft_csaf import AdvisoryMicrosoftCSAF

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryMicrosoftCSAF from a JSON string
advisory_microsoft_csaf_instance = AdvisoryMicrosoftCSAF.from_json(json)
# print the JSON string representation of the object
print(AdvisoryMicrosoftCSAF.to_json())

# convert the object into a dict
advisory_microsoft_csaf_dict = advisory_microsoft_csaf_instance.to_dict()
# create an instance of AdvisoryMicrosoftCSAF from a dict
advisory_microsoft_csaf_from_dict = AdvisoryMicrosoftCSAF.from_dict(advisory_microsoft_csaf_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/AdvisoryMikrotik.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
141 changes: 141 additions & 0 deletions docs/IndicesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ Method | HTTP request | Description
[**index_mendix_get**](IndicesApi.md#index_mendix_get) | **GET** /index/mendix | Return vulnerability data stored in index \"mendix\"
[**index_meta_advisories_get**](IndicesApi.md#index_meta_advisories_get) | **GET** /index/meta-advisories | Return vulnerability data stored in index \"meta-advisories\"
[**index_metasploit_get**](IndicesApi.md#index_metasploit_get) | **GET** /index/metasploit | Return vulnerability data stored in index \"metasploit\"
[**index_microsoft_csaf_get**](IndicesApi.md#index_microsoft_csaf_get) | **GET** /index/microsoft-csaf | Return vulnerability data stored in index \"microsoft-csaf\"
[**index_microsoft_cvrf_get**](IndicesApi.md#index_microsoft_cvrf_get) | **GET** /index/microsoft-cvrf | Return vulnerability data stored in index \"microsoft-cvrf\"
[**index_microsoft_driver_block_list_get**](IndicesApi.md#index_microsoft_driver_block_list_get) | **GET** /index/microsoft-driver-block-list | Return vulnerability data stored in index \"microsoft-driver-block-list\"
[**index_microsoft_kb_get**](IndicesApi.md#index_microsoft_kb_get) | **GET** /index/microsoft-kb | Return vulnerability data stored in index \"microsoft-kb\"
Expand Down Expand Up @@ -38472,6 +38473,146 @@ 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)

# **index_microsoft_csaf_get**
> RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination index_microsoft_csaf_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, order=order, sort=sort, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date)

Return vulnerability data stored in index \"microsoft-csaf\"

### Overview
This endpoint allows you to retrieve a paginated list of all documents from the microsoft-csaf index. \
By default, a maximum of 100 documents are shown per page.

**Index Description:** Microsoft CSAF

### Paging Over Large Data (cursor)
In order to allow users to iterate over large index datasets, this endpoint provides a server-side
"cursor" mechanism. To use the cursor, first call `GET /index/microsoft-csaf?start_cursor`, the response will
have a `next_cursor` id that clients will need to pass as a query parameter to the next request like
`GET /index/microsoft-csaf?cursor=<next_cursor_id>`


### Example

* Api Key Authentication (Bearer):

```python
import vulncheck_sdk
from vulncheck_sdk.models.render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination
from vulncheck_sdk.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to /v3
# See configuration.py for a list of all supported configuration parameters.
configuration = vulncheck_sdk.Configuration(
host = "/v3"
)

# 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: Bearer
configuration.api_key['Bearer'] = os.environ["API_KEY"]

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

# Enter a context with an instance of the API client
with vulncheck_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = vulncheck_sdk.IndicesApi(api_client)
page = 56 # int | set the page number of the response (optional)
limit = 56 # int | limit the number of findings in the response (optional)
cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional)
start_cursor = 'start_cursor_example' # str | request server-side paging (optional)
order = 'order_example' # str | direction of the sort (optional)
sort = 'sort_example' # str | field by which to sort the results (optional)
cve = 'cve_example' # str | Specify a CVE ID to search with. (optional)
alias = 'alias_example' # str | Specify a vulnerability alias to search with. (optional)
iava = 'iava_example' # str | Specify an IAVA ID to search with. (optional)
jvndb = 'jvndb_example' # str | Specify a JVNDB ID to search with. (optional)
ilvn = 'ilvn_example' # str | Specify an ILVN ID to search with. (optional)
threat_actor = 'threat_actor_example' # str | Specify a threat actor name to search with. (optional)
mitre_id = 'mitre_id_example' # str | Specify a MITRE ID to search with. (optional)
misp_id = 'misp_id_example' # str | Specify a MISP ID to search with. (optional)
ransomware = 'ransomware_example' # str | Specify a ransomeware family name to search with. (optional)
botnet = 'botnet_example' # str | Specify a botnet name to search with. (optional)
published = 'published_example' # str | Specify a published date (optional)
var_date = 'var_date_example' # str | Specify a starting published date to filter with. (optional)
var_date2 = 'var_date_example' # str | Specify an ending published date to filter with. (optional)
updated_at_start_date = 'updated_at_start_date_example' # str | Specify a starting 'updated-at' date to filter with. (optional)
updated_at_end_date = 'updated_at_end_date_example' # str | Specify an ending 'updated-at' date to filter with. (optional)
last_mod_start_date = 'last_mod_start_date_example' # str | Specify a starting last modified date to filter with. (optional)
last_mod_end_date = 'last_mod_end_date_example' # str | Specify an ending last modified date to filter with. (optional)
pub_start_date = 'pub_start_date_example' # str | Specify a starting published date to filter with. (optional)
pub_end_date = 'pub_end_date_example' # str | Specify an ending published date to filter with. (optional)

try:
# Return vulnerability data stored in index \"microsoft-csaf\"
api_response = api_instance.index_microsoft_csaf_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, order=order, sort=sort, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date)
print("The response of IndicesApi->index_microsoft_csaf_get:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling IndicesApi->index_microsoft_csaf_get: %s\n" % e)
```



### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page** | **int**| set the page number of the response | [optional]
**limit** | **int**| limit the number of findings in the response | [optional]
**cursor** | **str**| continue server-side paging using a cursor id | [optional]
**start_cursor** | **str**| request server-side paging | [optional]
**order** | **str**| direction of the sort | [optional]
**sort** | **str**| field by which to sort the results | [optional]
**cve** | **str**| Specify a CVE ID to search with. | [optional]
**alias** | **str**| Specify a vulnerability alias to search with. | [optional]
**iava** | **str**| Specify an IAVA ID to search with. | [optional]
**jvndb** | **str**| Specify a JVNDB ID to search with. | [optional]
**ilvn** | **str**| Specify an ILVN ID to search with. | [optional]
**threat_actor** | **str**| Specify a threat actor name to search with. | [optional]
**mitre_id** | **str**| Specify a MITRE ID to search with. | [optional]
**misp_id** | **str**| Specify a MISP ID to search with. | [optional]
**ransomware** | **str**| Specify a ransomeware family name to search with. | [optional]
**botnet** | **str**| Specify a botnet name to search with. | [optional]
**published** | **str**| Specify a published date | [optional]
**var_date** | **str**| Specify a starting published date to filter with. | [optional]
**var_date2** | **str**| Specify an ending published date to filter with. | [optional]
**updated_at_start_date** | **str**| Specify a starting &#39;updated-at&#39; date to filter with. | [optional]
**updated_at_end_date** | **str**| Specify an ending &#39;updated-at&#39; date to filter with. | [optional]
**last_mod_start_date** | **str**| Specify a starting last modified date to filter with. | [optional]
**last_mod_end_date** | **str**| Specify an ending last modified date to filter with. | [optional]
**pub_start_date** | **str**| Specify a starting published date to filter with. | [optional]
**pub_end_date** | **str**| Specify an ending published date to filter with. | [optional]

### Return type

[**RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination**](RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination.md)

### Authorization

[Bearer](../README.md#Bearer)

### HTTP request headers

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

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | OK | - |
**404** | Not Found | - |
**500** | Internal Server Error | - |

[[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)

# **index_microsoft_cvrf_get**
> RenderResponseWithMetadataArrayAdvisoryMicrosoftCVRFPaginatePagination index_microsoft_cvrf_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, order=order, sort=sort, cve=cve, alias=alias, iava=iava, jvndb=jvndb, ilvn=ilvn, threat_actor=threat_actor, mitre_id=mitre_id, misp_id=misp_id, ransomware=ransomware, botnet=botnet, published=published, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, updated_at_end_date=updated_at_end_date, last_mod_start_date=last_mod_start_date, last_mod_end_date=last_mod_end_date, pub_start_date=pub_start_date, pub_end_date=pub_end_date)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**benchmark** | **float** | | [optional]
**meta** | [**PaginatePagination**](PaginatePagination.md) | | [optional]
**data** | [**List[AdvisoryMicrosoftCSAF]**](AdvisoryMicrosoftCSAF.md) | | [optional]

## Example

```python
from vulncheck_sdk.models.render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination import RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination

# TODO update the JSON string below
json = "{}"
# create an instance of RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination from a JSON string
render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination_instance = RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination.from_json(json)
# print the JSON string representation of the object
print(RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination.to_json())

# convert the object into a dict
render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination_dict = render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination_instance.to_dict()
# create an instance of RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination from a dict
render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination_from_dict = RenderResponseWithMetadataArrayAdvisoryMicrosoftCSAFPaginatePagination.from_dict(render_response_with_metadata_array_advisory_microsoft_csaf_paginate_pagination_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 1 addition & 1 deletion openapi.json

Large diffs are not rendered by default.

Loading