From d33bbd8cbaf66a7fb1dc815d74d7dea9d0666f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:07:17 +0000 Subject: [PATCH] [bot](2025-11-14 12:07:16) Sync SDK with OpenAPI spec --- .openapi-generator/FILES | 3 + docs/AdvisoryMAffected.md | 3 +- docs/AdvisoryMCvssV40.md | 6 +- docs/AdvisoryMetric.md | 1 + docs/AdvisoryMetricScenario.md | 30 + docs/AdvisoryProduct.md | 2 +- docs/AdvisoryVDEAdvisory.md | 1 + docs/IndicesApi.md | 130 +-- openapi.json | 2 +- pyproject.toml | 2 +- python-generator-config.yaml | 2 +- setup.py | 2 +- test/test_advisory_adp.py | 3 +- test/test_advisory_adp_container.py | 16 +- test/test_advisory_csaf.py | 4 +- test/test_advisory_csaf_relationship.py | 4 +- test/test_advisory_m_affected.py | 3 +- test/test_advisory_m_cna.py | 16 +- test/test_advisory_m_containers.py | 32 +- test/test_advisory_m_cvss_v40.py | 6 +- test/test_advisory_metric.py | 13 +- test/test_advisory_metric_scenario.py | 53 + test/test_advisory_mitre_cve_list_v5.py | 16 +- test/test_advisory_mitre_cve_list_v5_ref.py | 16 +- test/test_advisory_product.py | 4 +- test/test_advisory_product_branch.py | 16 +- test/test_advisory_vde_advisory.py | 99 ++ test/test_advisory_vuln_check_cve_list_v5.py | 16 +- test/test_advisory_vulnrichment.py | 3 +- test/test_advisory_vulnrichment_containers.py | 19 +- test/test_advisory_vulnrichment_cve_ref.py | 3 +- ...y_mitre_cve_list_v5_paginate_pagination.py | 16 +- ...visory_vde_advisory_paginate_pagination.py | 99 ++ ...n_check_cve_list_v5_paginate_pagination.py | 16 +- ...visory_vulnrichment_paginate_pagination.py | 3 +- vulncheck_sdk/__init__.py | 4 +- vulncheck_sdk/api/indices_api.py | 915 +++--------------- vulncheck_sdk/api_client.py | 2 +- vulncheck_sdk/configuration.py | 2 +- vulncheck_sdk/models/__init__.py | 1 + vulncheck_sdk/models/advisory_m_affected.py | 8 +- vulncheck_sdk/models/advisory_m_cvss_v40.py | 14 +- vulncheck_sdk/models/advisory_metric.py | 14 +- .../models/advisory_metric_scenario.py | 90 ++ vulncheck_sdk/models/advisory_product.py | 2 +- vulncheck_sdk/models/advisory_vde_advisory.py | 8 +- vulncheck_sdk_README.md | 3 +- 47 files changed, 757 insertions(+), 966 deletions(-) create mode 100644 docs/AdvisoryMetricScenario.md create mode 100644 test/test_advisory_metric_scenario.py create mode 100644 vulncheck_sdk/models/advisory_metric_scenario.py diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 619b605..f49a57d 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -404,6 +404,7 @@ docs/AdvisoryMendix.md docs/AdvisoryMetaData.md docs/AdvisoryMetasploitExploit.md docs/AdvisoryMetric.md +docs/AdvisoryMetricScenario.md docs/AdvisoryMetricsOther.md docs/AdvisoryMicrosoftCVRF.md docs/AdvisoryMicrosoftKb.md @@ -1702,6 +1703,7 @@ test/test_advisory_mendix.py test/test_advisory_meta_data.py test/test_advisory_metasploit_exploit.py test/test_advisory_metric.py +test/test_advisory_metric_scenario.py test/test_advisory_metrics_other.py test/test_advisory_microsoft_cvrf.py test/test_advisory_microsoft_kb.py @@ -3007,6 +3009,7 @@ vulncheck_sdk/models/advisory_mendix.py vulncheck_sdk/models/advisory_meta_data.py vulncheck_sdk/models/advisory_metasploit_exploit.py vulncheck_sdk/models/advisory_metric.py +vulncheck_sdk/models/advisory_metric_scenario.py vulncheck_sdk/models/advisory_metrics_other.py vulncheck_sdk/models/advisory_microsoft_cvrf.py vulncheck_sdk/models/advisory_microsoft_kb.py diff --git a/docs/AdvisoryMAffected.md b/docs/AdvisoryMAffected.md index 817aa51..7566b3e 100644 --- a/docs/AdvisoryMAffected.md +++ b/docs/AdvisoryMAffected.md @@ -9,9 +9,10 @@ Name | Type | Description | Notes **cpes** | **List[str]** | | [optional] **default_status** | **str** | | [optional] **package_name** | **str** | | [optional] +**package_url** | **str** | | [optional] **platforms** | **List[str]** | | [optional] **product** | **str** | | [optional] -**repos** | **str** | | [optional] +**repo** | **str** | | [optional] **vendor** | **str** | | [optional] **versions** | [**List[AdvisoryMVersion]**](AdvisoryMVersion.md) | | [optional] diff --git a/docs/AdvisoryMCvssV40.md b/docs/AdvisoryMCvssV40.md index 2e977da..c9131b0 100644 --- a/docs/AdvisoryMCvssV40.md +++ b/docs/AdvisoryMCvssV40.md @@ -5,16 +5,16 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**automatable** | **str** | | [optional] -**recovery** | **str** | | [optional] -**safety** | **str** | | [optional] **attack_complexity** | **str** | | [optional] **attack_requirements** | **str** | | [optional] **attack_vector** | **str** | | [optional] +**automatable** | **str** | | [optional] **base_score** | **float** | | [optional] **base_severity** | **str** | | [optional] **privileges_required** | **str** | | [optional] **provider_urgency** | **str** | | [optional] +**recovery** | **str** | | [optional] +**safety** | **str** | | [optional] **sub_availability_impact** | **str** | | [optional] **sub_confidentiality_impact** | **str** | | [optional] **sub_integrity_impact** | **str** | | [optional] diff --git a/docs/AdvisoryMetric.md b/docs/AdvisoryMetric.md index 3e04cc5..2e66e16 100644 --- a/docs/AdvisoryMetric.md +++ b/docs/AdvisoryMetric.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **cvss_v4_0** | [**AdvisoryMCvssV40**](AdvisoryMCvssV40.md) | | [optional] **format** | **str** | | [optional] **other** | [**AdvisoryMetricsOther**](AdvisoryMetricsOther.md) | | [optional] +**scenarios** | [**List[AdvisoryMetricScenario]**](AdvisoryMetricScenario.md) | | [optional] ## Example diff --git a/docs/AdvisoryMetricScenario.md b/docs/AdvisoryMetricScenario.md new file mode 100644 index 0000000..549d47a --- /dev/null +++ b/docs/AdvisoryMetricScenario.md @@ -0,0 +1,30 @@ +# AdvisoryMetricScenario + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**lang** | **str** | | [optional] +**value** | **str** | | [optional] + +## Example + +```python +from vulncheck_sdk.models.advisory_metric_scenario import AdvisoryMetricScenario + +# TODO update the JSON string below +json = "{}" +# create an instance of AdvisoryMetricScenario from a JSON string +advisory_metric_scenario_instance = AdvisoryMetricScenario.from_json(json) +# print the JSON string representation of the object +print(AdvisoryMetricScenario.to_json()) + +# convert the object into a dict +advisory_metric_scenario_dict = advisory_metric_scenario_instance.to_dict() +# create an instance of AdvisoryMetricScenario from a dict +advisory_metric_scenario_from_dict = AdvisoryMetricScenario.from_dict(advisory_metric_scenario_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) + + diff --git a/docs/AdvisoryProduct.md b/docs/AdvisoryProduct.md index beecac9..8a98c4e 100644 --- a/docs/AdvisoryProduct.md +++ b/docs/AdvisoryProduct.md @@ -7,7 +7,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | | [optional] **product_id** | **str** | | [optional] -**product_identification_helper** | **Dict[str, str]** | | [optional] +**product_identification_helper** | **Dict[str, object]** | | [optional] ## Example diff --git a/docs/AdvisoryVDEAdvisory.md b/docs/AdvisoryVDEAdvisory.md index 57f88b5..ca49cf6 100644 --- a/docs/AdvisoryVDEAdvisory.md +++ b/docs/AdvisoryVDEAdvisory.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**csaf_json** | [**AdvisoryCSAF**](AdvisoryCSAF.md) | | [optional] **cve** | **List[str]** | | [optional] **cwe** | **List[str]** | | [optional] **date_added** | **str** | | [optional] diff --git a/docs/IndicesApi.md b/docs/IndicesApi.md index 28a4b3c..7df55f2 100644 --- a/docs/IndicesApi.md +++ b/docs/IndicesApi.md @@ -59816,7 +59816,7 @@ 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_vulncheck_canaries10d_get** -> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries10d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) +> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries10d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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 \"vulncheck-canaries-10d\" @@ -59869,16 +59869,9 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) start_cursor = 'start_cursor_example' # str | request server-side paging (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) + src_country = 'src_country_example' # str | Country code in ISO-3166 format (optional) + dst_country = 'dst_country_example' # str | Country code in ISO-3166 format (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) @@ -59890,7 +59883,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: try: # Return vulnerability data stored in index \"vulncheck-canaries-10d\" - api_response = api_instance.index_vulncheck_canaries10d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) + api_response = api_instance.index_vulncheck_canaries10d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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_vulncheck_canaries10d_get:\n") pprint(api_response) except Exception as e: @@ -59909,16 +59902,9 @@ Name | Type | Description | Notes **cursor** | **str**| continue server-side paging using a cursor id | [optional] **start_cursor** | **str**| request server-side paging | [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] + **src_country** | **str**| Country code in ISO-3166 format | [optional] + **dst_country** | **str**| Country code in ISO-3166 format | [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 'updated-at' date to filter with. | [optional] @@ -59952,7 +59938,7 @@ 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_vulncheck_canaries30d_get** -> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries30d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) +> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries30d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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 \"vulncheck-canaries-30d\" @@ -60005,16 +59991,9 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) start_cursor = 'start_cursor_example' # str | request server-side paging (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) + src_country = 'src_country_example' # str | Country code in ISO-3166 format (optional) + dst_country = 'dst_country_example' # str | Country code in ISO-3166 format (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) @@ -60026,7 +60005,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: try: # Return vulnerability data stored in index \"vulncheck-canaries-30d\" - api_response = api_instance.index_vulncheck_canaries30d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) + api_response = api_instance.index_vulncheck_canaries30d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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_vulncheck_canaries30d_get:\n") pprint(api_response) except Exception as e: @@ -60045,16 +60024,9 @@ Name | Type | Description | Notes **cursor** | **str**| continue server-side paging using a cursor id | [optional] **start_cursor** | **str**| request server-side paging | [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] + **src_country** | **str**| Country code in ISO-3166 format | [optional] + **dst_country** | **str**| Country code in ISO-3166 format | [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 'updated-at' date to filter with. | [optional] @@ -60088,7 +60060,7 @@ 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_vulncheck_canaries3d_get** -> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries3d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) +> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries3d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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 \"vulncheck-canaries-3d\" @@ -60141,16 +60113,9 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) start_cursor = 'start_cursor_example' # str | request server-side paging (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) + src_country = 'src_country_example' # str | Country code in ISO-3166 format (optional) + dst_country = 'dst_country_example' # str | Country code in ISO-3166 format (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) @@ -60162,7 +60127,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: try: # Return vulnerability data stored in index \"vulncheck-canaries-3d\" - api_response = api_instance.index_vulncheck_canaries3d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) + api_response = api_instance.index_vulncheck_canaries3d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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_vulncheck_canaries3d_get:\n") pprint(api_response) except Exception as e: @@ -60181,16 +60146,9 @@ Name | Type | Description | Notes **cursor** | **str**| continue server-side paging using a cursor id | [optional] **start_cursor** | **str**| request server-side paging | [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] + **src_country** | **str**| Country code in ISO-3166 format | [optional] + **dst_country** | **str**| Country code in ISO-3166 format | [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 'updated-at' date to filter with. | [optional] @@ -60224,7 +60182,7 @@ 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_vulncheck_canaries90d_get** -> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries90d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) +> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries90d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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 \"vulncheck-canaries-90d\" @@ -60277,16 +60235,9 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) start_cursor = 'start_cursor_example' # str | request server-side paging (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) + src_country = 'src_country_example' # str | Country code in ISO-3166 format (optional) + dst_country = 'dst_country_example' # str | Country code in ISO-3166 format (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) @@ -60298,7 +60249,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: try: # Return vulnerability data stored in index \"vulncheck-canaries-90d\" - api_response = api_instance.index_vulncheck_canaries90d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) + api_response = api_instance.index_vulncheck_canaries90d_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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_vulncheck_canaries90d_get:\n") pprint(api_response) except Exception as e: @@ -60317,16 +60268,9 @@ Name | Type | Description | Notes **cursor** | **str**| continue server-side paging using a cursor id | [optional] **start_cursor** | **str**| request server-side paging | [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] + **src_country** | **str**| Country code in ISO-3166 format | [optional] + **dst_country** | **str**| Country code in ISO-3166 format | [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 'updated-at' date to filter with. | [optional] @@ -60360,7 +60304,7 @@ 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_vulncheck_canaries_get** -> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) +> RenderResponseWithMetadataArrayApiVulnCheckCanaryPaginatePagination index_vulncheck_canaries_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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 \"vulncheck-canaries\" @@ -60413,16 +60357,9 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: cursor = 'cursor_example' # str | continue server-side paging using a cursor id (optional) start_cursor = 'start_cursor_example' # str | request server-side paging (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) + src_country = 'src_country_example' # str | Country code in ISO-3166 format (optional) + dst_country = 'dst_country_example' # str | Country code in ISO-3166 format (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) @@ -60434,7 +60371,7 @@ with vulncheck_sdk.ApiClient(configuration) as api_client: try: # Return vulnerability data stored in index \"vulncheck-canaries\" - api_response = api_instance.index_vulncheck_canaries_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, 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) + api_response = api_instance.index_vulncheck_canaries_get(page=page, limit=limit, cursor=cursor, start_cursor=start_cursor, cve=cve, published=published, src_country=src_country, dst_country=dst_country, 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_vulncheck_canaries_get:\n") pprint(api_response) except Exception as e: @@ -60453,16 +60390,9 @@ Name | Type | Description | Notes **cursor** | **str**| continue server-side paging using a cursor id | [optional] **start_cursor** | **str**| request server-side paging | [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] + **src_country** | **str**| Country code in ISO-3166 format | [optional] + **dst_country** | **str**| Country code in ISO-3166 format | [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 'updated-at' date to filter with. | [optional] diff --git a/openapi.json b/openapi.json index 65aa32c..faea56a 100644 --- a/openapi.json +++ b/openapi.json @@ -1 +1 @@ -{"basePath":"/v3","definitions":{"advisory.A10":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"reference":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ABBAdvisory":{"properties":{"abb_vulnerability_id":{"items":{"type":"string"},"type":"array"},"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"document_id":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ADP":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"metrics":{"items":{"$ref":"#/definitions/advisory.VulnrichmentMetric"},"type":"array"},"providerMetadata":{"$ref":"#/definitions/advisory.MProviderMetadata"}},"type":"object"},"advisory.ADPContainer":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"datePublic":{"description":"OK","type":"string"},"descriptions":{"description":"OK","items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"},"impacts":{"description":"OK","items":{"$ref":"#/definitions/advisory.Impact"},"type":"array"},"metrics":{"description":"OK","items":{"$ref":"#/definitions/advisory.Metric"},"type":"array"},"problemTypes":{"description":"OK","items":{"$ref":"#/definitions/advisory.MProblemTypes"},"type":"array"},"providerMetadata":{"allOf":[{"$ref":"#/definitions/advisory.MProviderMetadata"}],"description":"OK"},"references":{"items":{"$ref":"#/definitions/advisory.MReference"},"type":"array"},"tags":{"description":"OK","items":{"type":"string"},"type":"array"},"title":{"description":"OK","type":"string"}},"type":"object"},"advisory.AIX":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AMD":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AMI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ASRG":{"properties":{"affected_products":{"type":"string"},"capec":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"problem_type":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AVEVAAdvisory":{"properties":{"aveva_vulnerability_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"published_by":{"type":"string"},"rating":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AWS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Abbott":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Absolute":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Acknowledgement":{"properties":{"name":{"items":{"$ref":"#/definitions/advisory.IVal"},"type":"array"},"url":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Acronis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AdobeAdvisory":{"properties":{"adobe_cves":{"items":{"$ref":"#/definitions/advisory.AdobeCVE"},"type":"array"},"affected":{"items":{"$ref":"#/definitions/advisory.AdobeAffected"},"type":"array"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"solutions":{"items":{"$ref":"#/definitions/advisory.AdobeSolution"},"type":"array"},"updated_at":{"type":"string"}},"type":"object"},"advisory.AdobeAffected":{"properties":{"platform":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AdobeCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.AdobeSolution":{"properties":{"platform":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Advantech":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Advisory":{"properties":{"affects":{"type":"string"},"announced":{"type":"string"},"category":{"type":"string"},"corrections":{"items":{"$ref":"#/definitions/advisory.Correction"},"type":"array"},"credits":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"module":{"type":"string"},"name":{"type":"string"},"topic":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AdvisoryDetails":{"properties":{"bugzilla":{"$ref":"#/definitions/advisory.Bugzilla"},"cve":{"$ref":"#/definitions/advisory.OvalCVE"},"issued":{"$ref":"#/definitions/advisory.Issued"},"severity":{"type":"string"},"updated":{"$ref":"#/definitions/advisory.Updated"}},"type":"object"},"advisory.AdvisoryRecord":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"external_id":{"items":{"type":"string"},"type":"array"},"lang":{"type":"string"},"name":{"type":"string"},"refsource":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.Affected":{"properties":{"database_specific":{"description":"The meaning of the values within the object is entirely defined by the database"},"ecosystem_specific":{"description":"The meaning of the values within the object is entirely defined by the ecosystem"},"package":{"$ref":"#/definitions/advisory.OSVPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.Range"},"type":"array"},"severity":{"items":{"$ref":"#/definitions/advisory.Severity"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AffectedChrome":{"properties":{"fixed_version":{"type":"string"},"product":{"type":"string"}},"type":"object"},"advisory.AffectedDebianPackage":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AffectedDebianRelease":{"properties":{"fixed_version":{"type":"string"},"nodsa":{"type":"string"},"nodsa_reason":{"type":"string"},"release_name":{"type":"string"},"repositories":{"items":{"$ref":"#/definitions/advisory.AffectedDebianRepository"},"type":"array"},"status":{"type":"string"},"urgency":{"type":"string"}},"type":"object"},"advisory.AffectedDebianRepository":{"properties":{"repository_name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AffectedFile":{"properties":{"file_last_modified":{"type":"string"},"file_name":{"type":"string"}},"type":"object"},"advisory.AffectedProduct":{"properties":{"affectedReleases":{"type":"string"},"fixedReleases":{"type":"string"},"lexmarkModels":{"type":"string"}},"type":"object"},"advisory.AffectedRel":{"properties":{"advisory":{"type":"string"},"cpe":{"type":"string"},"package":{"type":"string"},"product_name":{"type":"string"},"release_date":{"type":"string"}},"type":"object"},"advisory.AffectedUbuntuPackage":{"properties":{"break_commit_url":{"items":{"type":"string"},"type":"array"},"fix_commit_url":{"items":{"type":"string"},"type":"array"},"package_name":{"type":"string"},"package_release_status":{"items":{"$ref":"#/definitions/advisory.UbuntuPackageReleaseStatus"},"type":"array"},"upstream_fix_url":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AlephResearch":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Alibaba":{"properties":{"cnnvd":{"items":{"type":"string"},"type":"array"},"cnvd":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"mitigation_cn":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_cn":{"type":"string"},"title_cn":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AlmaDate":{"properties":{"$date":{"type":"integer"}},"type":"object"},"advisory.AlmaLinuxUpdate":{"properties":{"bs_repo_id":{"$ref":"#/definitions/advisory.AlmaObjectID"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fromstr":{"type":"string"},"id":{"$ref":"#/definitions/advisory.AlmaObjectID"},"issued_date":{"$ref":"#/definitions/advisory.AlmaDate"},"pkglist":{"$ref":"#/definitions/advisory.AlmaPackageList"},"pushcount":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.AlmaReference"},"type":"array"},"release":{"type":"string"},"rights":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"update_url":{"type":"string"},"updated_date":{"$ref":"#/definitions/advisory.AlmaDate"},"updateinfo_id":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AlmaObjectID":{"properties":{"$oid":{"type":"string"}},"type":"object"},"advisory.AlmaPackage":{"properties":{"arch":{"type":"string"},"epoch":{"type":"string"},"filename":{"type":"string"},"name":{"type":"string"},"reboot_suggested":{"type":"integer"},"release":{"type":"string"},"source":{"type":"string"},"sum":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AlmaPackageList":{"properties":{"name":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.AlmaPackage"},"type":"array"},"shortname":{"type":"string"}},"type":"object"},"advisory.AlmaReference":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.AlpineLinuxSecDB":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"distroversion":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecDBPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.AlpineLinuxSecDBPackage":{"properties":{"package_name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecurityFix"},"type":"array"}},"type":"object"},"advisory.AlpineLinuxSecurityFix":{"properties":{"cve":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"advisory.AmazonAffectedPackage":{"properties":{"advisory":{"type":"string"},"package":{"type":"string"},"platform":{"type":"string"},"releaseDate":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.AmazonCVE":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AmazonAffectedPackage"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AnchoreNVDOverride":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"override":{"$ref":"#/definitions/advisory.Override"},"url":{"type":"string"}},"type":"object"},"advisory.AndroidAdvisory":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AndroidAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.AndroidReference"},"type":"array"},"summary":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AndroidAffected":{"properties":{"ecosystem_specific":{"$ref":"#/definitions/advisory.EcoSystem"},"package":{"$ref":"#/definitions/advisory.AndroidPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.AndroidRange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AndroidEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.AndroidPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.AndroidRange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.AndroidEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.AndroidReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheActiveMQ":{"properties":{"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheArchiva":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheArrow":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCamel":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCommons":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCouchDB":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheFlink":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheGuacamole":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheHTTP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheHadoop":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheJSPWiki":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheKafka":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheLoggingServices":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheNiFi":{"properties":{"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed_versions":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOFBiz":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOpenMeetings":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOpenOffice":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApachePulsar":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheShiro":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheSpark":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheStruts":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"impact":{"type":"string"},"rating":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vulnerable_version":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.ApacheSubversion":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheSuperset":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheTomcat":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheZooKeeper":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppCheck":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Appgate":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppleAdvisory":{"properties":{"components":{"items":{"$ref":"#/definitions/advisory.AppleComponent"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppleComponent":{"properties":{"available_for":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"impact":{"type":"string"},"itw_exploit":{"type":"boolean"},"name":{"type":"string"}},"type":"object"},"advisory.ArchIssue":{"properties":{"advisories":{"items":{"type":"string"},"type":"array"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"issues":{"description":"cves","items":{"type":"string"},"type":"array"},"name":{"type":"string"},"packages":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"status":{"type":"string"},"ticket":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Arista":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Aruba":{"properties":{"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AssetNote":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Asterisk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Astra":{"properties":{"bdu":{"items":{"type":"string"},"type":"array"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_ru":{"type":"string"},"title_ru":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Asus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.AtlassianAdvisory":{"properties":{"affected_version":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"detailed_summary":{"description":"overloading in places with 'RiskAssessment' and other places with\n'Description'","type":"string"},"fixed_version":{"type":"string"},"link":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"release_date":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.AtlassianProducts":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"}},"type":"object"},"advisory.AtlassianVuln":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"$ref":"#/definitions/advisory.AtlassianProducts"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Atredis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendors":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Audiocodes":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AusCert":{"properties":{"body":{"type":"string"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"link":{"type":"string"},"operatingSystem":{"type":"string"},"product":{"type":"string"},"publisher":{"type":"string"},"resolution":{"type":"string"}},"type":"object"},"advisory.Autodesk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Avaya":{"properties":{"advisory_number":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"last_revised":{"type":"string"},"overview":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Avigilon":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Award":{"properties":{"amount":{"type":"string"},"currency":{"type":"string"}},"type":"object"},"advisory.Axis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Azul":{"properties":{"base_score":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"prime_version":{"items":{"$ref":"#/definitions/advisory.PrimeVersion"},"type":"array"},"release":{"type":"string"},"url":{"type":"string"},"zulu_version":{"items":{"$ref":"#/definitions/advisory.ZuluVersion"},"type":"array"}},"type":"object"},"advisory.BBraunAdvisory":{"properties":{"attention":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"equipment":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"},"vulnerabilities":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.BDUAdvisory":{"properties":{"bdu_id":{"description":"BDU:2022-03833","type":"string"},"cve":{"description":"[]string{\"CVE-2022-28194\"}","items":{"type":"string"},"type":"array"},"cvss":{"$ref":"#/definitions/advisory.BDUCvss"},"cvss3":{"$ref":"#/definitions/advisory.BDUCvss3"},"cwe":{"description":"CWE-119","type":"string"},"date_added":{"type":"string"},"description_ru":{"description":"Библиотека libxml2 до версии 2.9.12 не корректно обрабатывает XML-документы, содержащие определенные сущности. В результате могут быть выполнены произвольные команды.","type":"string"},"environment":{"$ref":"#/definitions/advisory.BDUEnvironment"},"exploit_status_en":{"description":"Exploited","type":"string"},"exploit_status_ru":{"description":"Exploited","type":"string"},"fix_status_en":{"description":"Fixed","type":"string"},"fix_status_ru":{"description":"Fixed","type":"string"},"identify_date":{"description":"2022-09-01","type":"string"},"name_ru":{"description":"BDU:2022-03833: Уязвимость модуля Cboot (tegrabl_cbo.c) пакета драйверов микропрограммного обеспечения вычислительных плат NVIDIA Jetson, позволяющая нарушителю выполнить произвольный код или вызвать частичный отказ в обслуживании","type":"string"},"severity_ru":{"description":"High","type":"string"},"solution_ru":{"description":"Обновите драйверы микропрограммного обеспечения вычислительных плат NVIDIA Jetson до версии 32.6.1 или более поздней","type":"string"},"sources":{"description":"https://nvd.nist.gov/vuln/detail/CVE-2022-28194","items":{"type":"string"},"type":"array"},"text_ru":{"description":"Библиотека libxml2 до версии 2.9.12 не корректно обрабатывает XML-документы, содержащие определенные сущности. В результате могут быть выполнены произвольные команды.","type":"string"},"url":{"description":"https://bdu.fstec.ru/vul/2022-03833","type":"string"},"vul_status_en":{"description":"Exploitable","type":"string"},"vul_status_ru":{"description":"Exploitable","type":"string"},"vulnerable_software":{"$ref":"#/definitions/advisory.BDUVulnerableSoftware"}},"type":"object"},"advisory.BDUCvss":{"properties":{"vector":{"$ref":"#/definitions/advisory.BDUVector"}},"type":"object"},"advisory.BDUCvss3":{"properties":{"vector":{"$ref":"#/definitions/advisory.BDUVector"}},"type":"object"},"advisory.BDUEnvironment":{"properties":{"os":{"$ref":"#/definitions/advisory.BDUOs"}},"type":"object"},"advisory.BDUOs":{"properties":{"name":{"type":"string"},"platform":{"type":"string"},"text":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BDUSoft":{"properties":{"name":{"type":"string"},"platform":{"type":"string"},"text":{"type":"string"},"types":{"$ref":"#/definitions/advisory.BDUTypes"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BDUTypes":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.BDUVector":{"properties":{"score":{"type":"string"},"text":{"type":"string"}},"type":"object"},"advisory.BDUVulnerableSoftware":{"properties":{"soft":{"$ref":"#/definitions/advisory.BDUSoft"}},"type":"object"},"advisory.BLS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"prodcut":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.Bandr":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"document_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BaxterAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BeckhoffAdvisory":{"properties":{"beckhoff_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"description":"if in the future we can delete this great - it's just a dupe to\nnormalize the field names","type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vde":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.BeckmanCoulter":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BectonDickinsonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products_affected":{"items":{"$ref":"#/definitions/advisory.ProductsAffected"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BeldenAdvisory":{"properties":{"belden_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BeyondTrust":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Binarly":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BitDefender":{"properties":{"additional_details":{"type":"string"},"affected_products":{"type":"string"},"affected_vendors":{"type":"string"},"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"details":{"type":"string"},"timeline":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BlackBerry":{"properties":{"bsrt":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BoschAdvisory":{"properties":{"bosch_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BostonScientificAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Botnet":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"botnet_name":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"}},"type":"object"},"advisory.Bugzilla":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CACyberCentreAdvisory":{"properties":{"control_systems":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"html_url":{"type":"string"},"serial_number":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CBLMariner":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"package":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CERTEUAdvisory":{"properties":{"advisoryId":{"type":"string"},"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"history":{"items":{"type":"string"},"type":"array"},"link":{"type":"string"},"recommendations":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"technicalDetails":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CESA":{"properties":{"arch":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"issueDate":{"type":"string"},"osRelease":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.CentosPackage"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.CISAAlert":{"properties":{"affectedProducts":{"type":"string"},"alertID":{"type":"string"},"archived":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"cveexploitedITW":{"type":"boolean"},"cvss":{"type":"string"},"date_added":{"type":"string"},"icsa":{"type":"boolean"},"icsma":{"type":"boolean"},"mitigations":{"type":"string"},"releaseDate":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.CISControl":{"properties":{"cis_control_description":{"type":"string"},"cis_control_id":{"type":"string"},"cis_control_name":{"type":"string"}},"type":"object"},"advisory.CNNVDEntryJSON":{"properties":{"bugtraq-id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"modified-date":{"type":"string"},"name_cn":{"type":"string"},"published-date":{"type":"string"},"severity_cn":{"type":"string"},"severity_en":{"type":"string"},"source":{"type":"string"},"url":{"type":"string"},"vuln-description_cn":{"type":"string"},"vuln-solution":{"type":"string"},"vuln-type_cn":{"type":"string"},"vuln-type_en":{"type":"string"}},"type":"object"},"advisory.CNVDBulletin":{"properties":{"cnta":{"type":"string"},"cnvd":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"reference_urls":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CNVDFlaw":{"properties":{"affected_products_cn":{"type":"string"},"bugtraq_id":{"type":"string"},"cnvd":{"type":"string"},"collection_time":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"harm_level":{"type":"string"},"id":{"type":"string"},"public_date":{"type":"string"},"reference_urls":{"items":{"type":"string"},"type":"array"},"submission_time":{"type":"string"},"title_cn":{"type":"string"},"update_time":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"validation_info_cn":{"type":"string"},"validation_info_en":{"type":"string"},"vendor_patch_cn":{"type":"string"},"vuln_attachments":{"items":{"type":"string"},"type":"array"},"vuln_description_cn":{"type":"string"},"vuln_solution_cn":{"type":"string"},"vuln_type_cn":{"type":"string"}},"type":"object"},"advisory.COSUpdate":{"properties":{"changed":{"items":{"type":"string"},"type":"array"},"featured":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"reference":{"type":"string"},"security":{"items":{"type":"string"},"type":"array"},"updated":{"type":"string"}},"type":"object"},"advisory.CPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.CPENode":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.CPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.CSAF":{"properties":{"document":{"allOf":[{"$ref":"#/definitions/advisory.DocumentMetadata"}],"description":"Document contains metadata about the CSAF document itself.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#321-document-property"},"notes":{"description":"Notes holds notes associated with the whole document.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3217-document-property---notes","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"product_tree":{"allOf":[{"$ref":"#/definitions/advisory.ProductBranch"}],"description":"ProductTree contains information about the product tree (branches only).\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#322-product-tree-property"},"vulnerabilities":{"description":"Vulnerabilities contains information about the vulnerabilities,\n(i.e. CVEs), associated threats, and product status.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#323-vulnerabilities-property","items":{"$ref":"#/definitions/advisory.CSAFVulnerability"},"type":"array"}},"type":"object"},"advisory.CSAFDistribution":{"type":"object"},"advisory.CSAFNote":{"properties":{"audience":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CSAFReference":{"properties":{"category":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CSAFRelationship":{"properties":{"category":{"type":"string"},"full_product_name":{"$ref":"#/definitions/advisory.Product"},"product_reference":{"type":"string"},"relates_to_product_reference":{"type":"string"}},"type":"object"},"advisory.CSAFScore":{"properties":{"cvss_v2":{"$ref":"#/definitions/advisory.CVSSV2"},"cvss_v3":{"$ref":"#/definitions/advisory.CVSSV3"},"products":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CSAFVulnerability":{"properties":{"cve":{"description":"MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3232-vulnerabilities-property---cve","type":"string"},"cwe":{"$ref":"#/definitions/advisory.Cwe"},"flags":{"description":"Machine readable flags for products related to vulnerability\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3235-vulnerabilities-property---flags","items":{"$ref":"#/definitions/advisory.Flag"},"type":"array"},"ids":{"description":"List of IDs represents a list of unique labels or tracking IDs for the vulnerability (if such information exists).\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3236-vulnerabilities-property---ids","items":{"$ref":"#/definitions/advisory.TrackingID"},"type":"array"},"notes":{"description":"Notes holds notes associated with the Vulnerability object.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3238-vulnerabilities-property---notes","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"product_status":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"description":"Provide details on the status of the referenced product related to the vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3239-vulnerabilities-property---product-status","type":"object"},"references":{"description":"Vulnerability references holds a list of references associated with this vulnerability item.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32310-vulnerabilities-property---references","items":{"$ref":"#/definitions/advisory.CSAFReference"},"type":"array"},"release_date":{"type":"string"},"remediations":{"description":"Provide details of remediations associated with a Vulnerability\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32312-vulnerabilities-property---remediations","items":{"$ref":"#/definitions/advisory.RemediationData"},"type":"array"},"scores":{"description":"Scores holds the scores associated with the Vulnerability object.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32313-vulnerabilities-property---scores\nCurrently only CVSS v3 is supported.","items":{"$ref":"#/definitions/advisory.CSAFScore"},"type":"array"},"threats":{"description":"Provide details of threats associated with a vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32314-vulnerabilities-property---threats","items":{"$ref":"#/definitions/advisory.ThreatData"},"type":"array"}},"type":"object"},"advisory.CVEDetail":{"properties":{"baseScore":{"type":"string"},"cveid":{"type":"string"},"description":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.CVEDetailsLink":{"properties":{"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.CVEReference":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CVRFReference":{"properties":{"description":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CVSS":{"properties":{"score":{"type":"string"},"severity":{"type":"string"},"type":{"type":"string"},"vector":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CVSSV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"collateralDamagePotential":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"exploitability":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"targetDistribution":{"type":"string"},"temporalScore":{"type":"number"}},"type":"object"},"advisory.CVSSV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CVSSV40":{"properties":{"Automatable":{"type":"string"},"Recovery":{"type":"string"},"Safety":{"type":"string"},"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityRequirement":{"type":"string"},"exploitMaturity":{"type":"string"},"integrityRequirement":{"type":"string"},"modifiedAttackComplexity":{"type":"string"},"modifiedAttackRequirements":{"type":"string"},"modifiedAttackVector":{"type":"string"},"modifiedPrivilegesRequired":{"type":"string"},"modifiedSubAvailabilityImpact":{"type":"string"},"modifiedSubConfidentialityImpact":{"type":"string"},"modifiedSubIntegrityImpact":{"type":"string"},"modifiedUserInteraction":{"type":"string"},"modifiedVulnAvailabilityImpact":{"type":"string"},"modifiedVulnConfidentialityImpact":{"type":"string"},"modifiedVulnIntegrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"providerUrgency":{"type":"string"},"subAvailabilityImpact":{"type":"string"},"subConfidentialityImpact":{"type":"string"},"subIntegrityImpact":{"type":"string"},"userInteraction":{"type":"string"},"valueDensity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"},"vulnAvailabilityImpact":{"type":"string"},"vulnConfidentialityImpact":{"type":"string"},"vulnIntegrityImpact":{"type":"string"},"vulnerabilityResponseEffort":{"type":"string"}},"type":"object"},"advisory.CVSSV40Threat":{"properties":{"baseThreatScore":{"type":"number"},"baseThreatSeverity":{"type":"string"},"exploitMaturity":{"type":"string"}},"type":"object"},"advisory.CWENode":{"properties":{"cweid":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.CanvasExploit":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"exploit_pack":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Capec":{"properties":{"capec_id":{"type":"string"},"capec_name":{"type":"string"},"capec_url":{"type":"string"},"lang":{"type":"string"}},"type":"object"},"advisory.CarestreamAdvisory":{"properties":{"carestream_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Carrier":{"properties":{"advisory_id":{"type":"string"},"affected_product":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CentosPackage":{"properties":{"filename":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CertBE":{"properties":{"affected_software":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerability_type":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CertFRAdvisory":{"properties":{"affected_systems_fr":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"resume_fr":{"type":"string"},"risks_fr":{"type":"string"},"solution_fr":{"type":"string"},"source_fr":{"type":"string"},"title_fr":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertIN":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertIRSecurityAlert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_fa":{"type":"string"},"title_fa":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertSE":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_sv":{"type":"string"},"title_sv":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertUA":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_ua":{"type":"string"},"title_ua":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ChainGuard":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"date_added":{"description":"un-used","type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.ChainGuardPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.ChainGuardPackage":{"properties":{"name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.ChainGuardSecFix"},"type":"array"}},"type":"object"},"advisory.ChainGuardSecFix":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"}},"type":"object"},"advisory.CheckPoint":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Chrome":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AffectedChrome"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ciena":{"properties":{"cves":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issue_no":{"type":"integer"},"security_advisory_number":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vulnerable_products":{"items":{"$ref":"#/definitions/advisory.VulnerableProduct"},"type":"array"}},"type":"object"},"advisory.CisaCsafAdv":{"properties":{"csaf_json":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CiscoAdvisory":{"properties":{"ciscoBugId":{"description":"multiple","type":"string"},"csaf":{"type":"string"},"cve":{"description":"multiple","items":{"type":"string"},"type":"array"},"cvrf":{"type":"string"},"cwe":{"description":"multiple","type":"string"},"date_added":{"type":"string"},"id":{"type":"integer"},"identifier":{"type":"string"},"name":{"type":"string"},"related_resources":{"type":"string"},"severity":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"totalCount":{"type":"integer"},"updated_at":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"},"workarounds":{"type":"string"},"workflowStatus":{"type":"string"}},"type":"object"},"advisory.CiscoCSAF":{"properties":{"csaf":{},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"identifier":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CiscoKnownGoodValue":{"properties":{"biv_category":{"type":"string"},"biv_hash":{"type":"string"},"date_added":{"type":"string"},"dtype":{"type":"string"},"filename":{"type":"string"},"md5":{"type":"string"},"platform":{"type":"string"},"published":{"type":"string"},"sha1":{"type":"string"},"sha256":{"type":"string"},"sha512":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CitrixAdvisory":{"properties":{"citrixId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.ClarotyVulnerability":{"properties":{"advisory_url":{"type":"string"},"claroty_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v3":{"type":"number"},"cwe":{"type":"string"},"date_added":{"type":"string"},"product":{"type":"string"},"target":{"type":"string"},"vendor":{"type":"string"},"vendor_advisory_url":{"type":"string"}},"type":"object"},"advisory.CloudBees":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CloudVulnDBAdvisory":{"properties":{"affectedServices":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.CodesysAdvisory":{"properties":{"codesys_id":{"type":"string"},"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CommVault":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cve_details":{"items":{"$ref":"#/definitions/advisory.CommVaultCVEDetails"},"type":"array"},"cvss_range":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"impacted_product":{"$ref":"#/definitions/advisory.CommVaultImpactedProduct"},"references":{"items":{"type":"string"},"type":"array"},"resolution":{"$ref":"#/definitions/advisory.CommVaultResolution"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CommVaultCVEDetails":{"properties":{"cve_id":{"type":"string"},"cvss":{"type":"string"},"description":{"type":"string"},"external_links":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CommVaultImpactedProduct":{"properties":{"description":{"type":"string"},"impacted_product_details":{"items":{"$ref":"#/definitions/advisory.CommVaultImpactedProductDetails"},"type":"array"}},"type":"object"},"advisory.CommVaultImpactedProductDetails":{"properties":{"affected_versions":{"type":"string"},"platforms":{"items":{"type":"string"},"type":"array"},"product_name":{"type":"string"},"resolved_versions":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.CommVaultResolution":{"properties":{"description":{"type":"string"},"resolution_details":{"items":{"$ref":"#/definitions/advisory.CommVaultResolutionDetails"},"type":"array"}},"type":"object"},"advisory.CommVaultResolutionDetails":{"properties":{"feature_release":{"type":"string"},"maintenance_release":{"type":"string"}},"type":"object"},"advisory.CompassSecurity":{"properties":{"csnc_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"effect":{"type":"string"},"introduction":{"type":"string"},"product":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.ContainerOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updates":{"items":{"$ref":"#/definitions/advisory.COSUpdate"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.CoreImpactExploit":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploit_type":{"type":"string"},"platform":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Correction":{"properties":{"correctedAt":{"type":"string"},"orelease":{"type":"string"},"release":{"type":"string"}},"type":"object"},"advisory.Credit":{"properties":{"lang":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Crestron":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"threat":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CrowdSec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"eitw":{"type":"boolean"},"first_seen":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Curl":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"info":{"$ref":"#/definitions/advisory.OCurl"},"url":{"type":"string"}},"type":"object"},"advisory.CurlAffected":{"properties":{"ranges":{"items":{"$ref":"#/definitions/advisory.CurlRange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CurlCWE":{"properties":{"desc":{"type":"string"},"id":{"type":"string"}},"type":"object"},"advisory.CurlCredit":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.CurlRange":{"properties":{"events":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array"},"repo":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Cvrf":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"notes":{"items":{"$ref":"#/definitions/advisory.DocumentNote"},"type":"array"},"productTree":{"$ref":"#/definitions/advisory.ProductTree"},"references":{"items":{"$ref":"#/definitions/advisory.CVRFReference"},"type":"array"},"title":{"type":"string"},"tracking":{"$ref":"#/definitions/advisory.DocumentTracking"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.Vulnerability"},"type":"array"}},"type":"object"},"advisory.CvsssV2_3":{"properties":{"basescore":{"type":"string"},"temporalscore":{"type":"string"}},"type":"object"},"advisory.Cwe":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.CweAcceptanceLevel":{"properties":{"description":{"type":"string"},"lastModified":{"type":"string"}},"type":"object"},"advisory.CweData":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Cwes":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.CWENode"},"type":"array"},"totalCount":{"type":"integer"}},"type":"object"},"advisory.Cycle":{"properties":{"codename":{"type":"string"},"cycle":{"type":"string"},"discontinued":{},"eol":{},"extendedSupport":{},"latest":{"type":"string"},"latestReleaseDate":{"type":"string"},"link":{"type":"string"},"lts":{},"releaseDate":{"type":"string"},"releaseLabel":{"type":"string"},"support":{}},"type":"object"},"advisory.DBSpecific":{"properties":{"CWE":{"$ref":"#/definitions/advisory.CurlCWE"},"award":{"$ref":"#/definitions/advisory.Award"},"last_affected":{"type":"string"},"package":{"type":"string"},"severity":{"type":"string"},"url":{"type":"string"},"www":{"type":"string"}},"type":"object"},"advisory.DFNCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_de":{"type":"string"},"title_de":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DLink":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DNN":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dahua":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dassault":{"properties":{"affected_products":{"type":"string"},"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DateTime":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.DebianCVE":{"properties":{"cve":{"type":"string"},"debianbug":{"type":"integer"},"description":{"type":"string"},"releases":{"items":{"$ref":"#/definitions/advisory.AffectedDebianRelease"},"type":"array"},"scope":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DebianSecurityAdvisory":{"properties":{"affected_packages":{"items":{"$ref":"#/definitions/advisory.AffectedDebianPackage"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dsa":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dell":{"properties":{"articleNumber":{"type":"string"},"combinedProductList":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dell_cves":{"items":{"$ref":"#/definitions/advisory.DellCVE"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DellCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.DeltaAdvisory":{"properties":{"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"recommendedAction":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.DistroPackage":{"properties":{"binary":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"license":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"secFixes":{"items":{"$ref":"#/definitions/advisory.SecFix"},"type":"array"},"versions":{"items":{"$ref":"#/definitions/advisory.DistroVersion"},"type":"array"}},"type":"object"},"advisory.DistroVersion":{"properties":{"arch":{"type":"string"},"published_date":{"type":"string"},"release":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Django":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DocumentMetadata":{"properties":{"category":{"type":"string"},"csaf_version":{"type":"string"},"distribution":{"$ref":"#/definitions/advisory.CSAFDistribution"},"lang":{"type":"string"},"notes":{"description":"used by ncsc","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"publisher":{"$ref":"#/definitions/advisory.Publisher"},"references":{"items":{"$ref":"#/definitions/advisory.CSAFReference"},"type":"array"},"title":{"description":"Aggregate severity is a vehicle that is provided by the document producer to convey the urgency and\ncriticality with which the one or more vulnerabilities reported should be addressed.","type":"string"},"tracking":{"$ref":"#/definitions/advisory.Tracking"}},"type":"object"},"advisory.DocumentNote":{"properties":{"text":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.DocumentPublisher":{"properties":{"contact_details":{"type":"string"},"issuing_authority":{"type":"string"},"type":{"description":"the json for this is missing/broke","type":"integer"}},"type":"object"},"advisory.DocumentTracking":{"properties":{"currentReleaseDate":{"type":"string"},"id":{"type":"string"},"initialReleaseDate":{"type":"string"},"revisionHistory":{"items":{"$ref":"#/definitions/advisory.Revision"},"type":"array"},"status":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.DotCMS":{"properties":{"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_version":{"type":"string"},"issue_id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DragosAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Draytek":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Drupal":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"project":{"type":"string"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EOLAlibaba":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"eol_date":{"type":"string"},"eol_name":{"type":"string"},"product":{"type":"string"},"release_date":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.EOLMicrosoft":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"edition":{"type":"string"},"extended_end_date":{"type":"string"},"mainstream_date":{"type":"string"},"product":{"type":"string"},"release":{"type":"string"},"release_end_date":{"type":"string"},"release_start_date":{"type":"string"},"retirement_date":{"type":"string"},"start_date":{"type":"string"},"support_policy":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EOLReleaseData":{"properties":{"already_eol":{"type":"boolean"},"branch":{"description":"Alpine Linux","type":"string"},"branch_url":{"description":"Alpine Linux","type":"string"},"codename":{"type":"string"},"cpe":{"type":"string"},"eol_date":{"type":"string"},"eol_date_extended_support":{"description":"Oracle Linux, Solaris","type":"string"},"eol_date_premier_support":{"description":"Oracle Linux, Solaris","type":"string"},"eol_elts_date":{"type":"string"},"eol_lts_date":{"type":"string"},"git_branch":{"description":"Alpine Linux","type":"string"},"git_branch_url":{"description":"Alpine Linux","type":"string"},"lts":{"description":"Ubuntu","type":"boolean"},"minor_releases":{"description":"Alpine Linux","items":{"type":"string"},"type":"array"},"product":{"type":"string"},"release_date":{"type":"string"},"release_name":{"type":"string"},"source_url":{"type":"string"},"technology_level":{"description":"AIX","type":"string"},"vendor":{"type":"string"},"version":{"type":"string"},"version_api":{"description":"Android","type":"string"},"version_darwin":{"description":"macOS","type":"string"},"version_sunos":{"description":"Solaris","type":"string"},"windows_current_build":{"description":"Microsoft Windows","type":"string"},"windows_display_version":{"description":"Microsoft Windows","type":"string"},"windows_edition_id":{"description":"Microsoft Windows","type":"string"},"windows_insider_preview":{"description":"Microsoft Windows","type":"boolean"}},"type":"object"},"advisory.EUVD":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"assigner":{"type":"string"},"base_score":{"type":"number"},"base_score_vector":{"type":"string"},"base_score_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"description":{"type":"string"},"enisa_id_product":{"items":{"$ref":"#/definitions/advisory.EnisaIDProduct"},"type":"array"},"enisa_id_vendor":{"items":{"$ref":"#/definitions/advisory.EnisaIDVendor"},"type":"array"},"epss":{"type":"number"},"exploited":{"description":"This field is exploited field from endpoint /api/vulnerabilities.\napidocs : https://euvd.enisa.europa.eu/apidoc\nNote: There are records where exploited_since is populated with a valid date,\nbut it still shows up under non_exploitable data set","type":"boolean"},"exploited_since":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.EatonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"eaton_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EcoSystem":{"properties":{"severity":{"type":"string"},"spl":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Elastic":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"esaid":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Elspec":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EmergingThreatsSnort":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"rev":{"type":"string"},"rule_disabled":{"type":"boolean"},"rule_name":{"type":"string"},"sid":{"type":"integer"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EmersonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"emerson_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EndOfLife":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cycles":{"items":{"$ref":"#/definitions/advisory.Cycle"},"type":"array"},"date_added":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EnisaIDProduct":{"properties":{"id":{"type":"string"},"product_name":{"type":"string"},"product_version":{"type":"string"}},"type":"object"},"advisory.EnisaIDVendor":{"properties":{"id":{"type":"string"},"vendor_name":{"type":"string"}},"type":"object"},"advisory.Event":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"},"last_affected":{"type":"string"},"limit":{"type":"string"}},"type":"object"},"advisory.ExodusIntel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"disclosed_public":{"type":"string"},"disclosed_vendor":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ExploitDBExploitv2":{"properties":{"author":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"edb_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ExternalReferences":{"properties":{"description":{"type":"string"},"external_id":{"type":"string"},"source_name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.F5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FSecure":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Fanuc":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Fastly":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Festo":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FileCloud":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FileZilla":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FixAff":{"properties":{"affected_since":{"type":"string"},"fixed_version":{"type":"string"},"patch_url":{"type":"string"}},"type":"object"},"advisory.Flag":{"properties":{"date":{"type":"string"},"group_ids":{"items":{"type":"string"},"type":"array"},"label":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.FlattSecurity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ForgeRock":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FortinetAdvisory":{"properties":{"acknowledgement":{"type":"string"},"affectedProducts":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvssv3":{"type":"string"},"date_added":{"type":"string"},"irnumber":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solutions":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.FortinetIPS":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"epss":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Foxit":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.FoxitAffected"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FoxitAffected":{"properties":{"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.GCP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GEGas":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GEHealthcareAdvisory":{"properties":{"base_score":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GHAdvisoryJSONLean":{"properties":{"classification":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"$ref":"#/definitions/advisory.GHCvss"},"cwes":{"$ref":"#/definitions/advisory.Cwes"},"databaseId":{"type":"integer"},"date_added":{"type":"string"},"description":{"type":"string"},"ghsaId":{"type":"string"},"id":{"type":"string"},"identifiers":{"items":{"$ref":"#/definitions/advisory.GHIdentifier"},"type":"array"},"notificationsPermalink":{"type":"string"},"origin":{"type":"string"},"permalink":{"type":"string"},"publishedAt":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GHReference"},"type":"array"},"severity":{"type":"string"},"summary":{"type":"string"},"updated_at":{"type":"string"},"vulnerabilities":{"$ref":"#/definitions/advisory.GHVulnerabilities"},"withdrawnAt":{"type":"string"}},"type":"object"},"advisory.GHCvss":{"properties":{"score":{"type":"number"},"vectorString":{"type":"string"}},"type":"object"},"advisory.GHIdentifier":{"properties":{"type":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.GHNode":{"properties":{"package":{"$ref":"#/definitions/advisory.GHPackage"},"severity":{"type":"string"},"updatedAt":{"type":"string"},"vulnerableVersionRange":{"type":"string"}},"type":"object"},"advisory.GHPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GHReference":{"properties":{"url":{"type":"string"}},"type":"object"},"advisory.GHSA":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"ghsa":{"$ref":"#/definitions/advisory.OriginalGHSA"},"url":{"type":"string"}},"type":"object"},"advisory.GHSAAffected":{"properties":{"ecosystem_specific":{"$ref":"#/definitions/advisory.GHSAEcoSystemSpecific"},"package":{"$ref":"#/definitions/advisory.GHSAPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.GHSARange"},"type":"array"}},"type":"object"},"advisory.GHSADatabaseSpecific":{"properties":{"cwe_ids":{"items":{"type":"string"},"type":"array"},"github_reviewed":{"type":"boolean"},"github_reviewed_at":{"type":"string"},"nvd_published_at":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.GHSAEcoSystemSpecific":{"properties":{"affected_functions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.GHSAEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.GHSAPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GHSARange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.GHSAEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.GHSAReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GHSASeverity":{"properties":{"score":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.GHVulnerabilities":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.GHNode"},"type":"array"},"totalCount":{"type":"integer"}},"type":"object"},"advisory.GMOCyberSecurity":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_ja":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gallagher":{"properties":{"activeExploitation":{"type":"boolean"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixes":{"type":"string"},"reportedBy":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gen":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"id":{"description":"not all of them have this","type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Genetec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gigabyte":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.GitHubExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"currently_trending":{"type":"boolean"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"id":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GitLabExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GiteeExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GitlabAdvisory":{"properties":{"affected_range":{"type":"string"},"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v2":{"type":"string"},"cvss_v3":{"type":"string"},"cwe":{"items":{"type":"string"},"type":"array"},"date":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"filename":{"type":"string"},"fixed_versions":{"items":{"type":"string"},"type":"array"},"ghsa":{"items":{"type":"string"},"type":"array"},"gitlab_url":{"type":"string"},"identifier":{"type":"string"},"identifiers":{"items":{"type":"string"},"type":"array"},"not_impacted":{"type":"string"},"package_manager":{"type":"string"},"package_name":{"type":"string"},"package_slug":{"type":"string"},"pubdate":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"urls":{"items":{"type":"string"},"type":"array"},"uuid":{"type":"string"}},"type":"object"},"advisory.Glibc":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GnuTLS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GoCredits":{"properties":{"name":{"type":"string"}},"type":"object"},"advisory.GoEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.GoVulnAffected":{"properties":{"database_specific":{"$ref":"#/definitions/advisory.GoVulnDatabaseSpecific"},"ecosystem_specific":{"$ref":"#/definitions/advisory.GoVulnEcosystemSpecific"},"package":{"$ref":"#/definitions/advisory.GoVulnPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.GoVulnRanges"},"type":"array"}},"type":"object"},"advisory.GoVulnDatabaseSpecific":{"properties":{"url":{"type":"string"}},"type":"object"},"advisory.GoVulnEcosystemSpecific":{"properties":{"imports":{"items":{"$ref":"#/definitions/advisory.GoVulnImport"},"type":"array"}},"type":"object"},"advisory.GoVulnImport":{"properties":{"path":{"type":"string"},"symbols":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.GoVulnJSON":{"properties":{"advisory_url":{"type":"string"},"affected":{"items":{"$ref":"#/definitions/advisory.GoVulnAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.GoCredits"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"ghsa":{"items":{"type":"string"},"type":"array"},"go_advisory_id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GoVulnReference"},"type":"array"}},"type":"object"},"advisory.GoVulnPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GoVulnRanges":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.GoEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.GoVulnReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Grafana":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GreyNoiseDetection":{"properties":{"category":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"intention":{"type":"string"},"label":{"type":"string"},"name":{"type":"string"},"recommend_block":{"type":"boolean"},"references":{"items":{"type":"string"},"type":"array"},"related_tags":{"items":{"$ref":"#/definitions/advisory.GreyNoiseTags"},"type":"array"},"slug":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GreyNoiseTags":{"properties":{"category":{"type":"string"},"id":{"type":"string"},"intention":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object"},"advisory.HCL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HIKVision":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.HKCert":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact":{"type":"string"},"link":{"type":"string"},"relatedLinks":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"solutions":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.HP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.HPE":{"properties":{"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Hacktivity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"float64":{"type":"number"},"rank":{"type":"integer"},"reports_submitted":{"type":"integer"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HardwareUpdate":{"properties":{"affectedVersions":{"type":"string"},"cves":{"items":{"type":"string"},"type":"array"},"hardwarePlatform":{"type":"string"},"system":{"type":"string"},"updatedVersion":{"type":"string"}},"type":"object"},"advisory.HarmonyOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HashiCorp":{"properties":{"affected_products":{"type":"string"},"background":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HaskellAffected":{"properties":{"affected_constraint":{"type":"string"},"affected_versions":{"items":{"$ref":"#/definitions/advisory.HaskellVersion"},"type":"array"},"arch":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"os":{"items":{"type":"string"},"type":"array"},"package":{"type":"string"}},"type":"object"},"advisory.HaskellSADBAdvisory":{"properties":{"advisory_id":{"type":"string"},"affected_packages":{"items":{"$ref":"#/definitions/advisory.HaskellAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"integer"},"type":"array"},"date_added":{"type":"string"},"keywords":{"items":{"type":"string"},"type":"array"},"references":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object"},"related_vulns":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.HaskellVersion":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.HillromAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Hitachi":{"properties":{"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixedProducts":{"type":"string"},"hitachiId":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HitachiEnergy":{"properties":{"advisory_id":{"type":"string"},"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploited":{"type":"boolean"},"products":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Honeywell":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Huawei":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"sa_number":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HuaweiEulerOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"integer"},"packages":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"synopsis":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HuaweiIPS":{"properties":{"cnnvd":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"name":{"type":"string"},"severity":{"type":"string"},"threat_id":{"type":"integer"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.IAVA":{"properties":{"IAVA":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.IBM":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ITW":{"properties":{"cve":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.ITWExploit":{"properties":{"advisory":{"type":"string"},"affected_versions":{"type":"string"},"analysis_url":{"type":"string"},"bug_introducing_change_list_url":{"type":"string"},"claimed_attribution":{"type":"string"},"claimed_attribution_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_discovered":{"type":"string"},"date_patched":{"type":"string"},"description":{"type":"string"},"first_patched_version":{"type":"string"},"patch_change_list_url":{"type":"string"},"product":{"type":"string"},"reported_by":{"type":"string"},"root_cause_analysis_url":{"type":"string"},"vendor":{"type":"string"},"vulnerability_type":{"type":"string"}},"type":"object"},"advisory.IVal":{"properties":{"Value":{"type":"string"}},"type":"object"},"advisory.Idemia":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"sbid":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.IdentificationHelper":{"additionalProperties":{"type":"string"},"type":"object"},"advisory.Impact":{"properties":{"capecId":{"type":"string"},"descriptions":{"items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"}},"type":"object"},"advisory.IncibeAdvisory":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"detail":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Intel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.IpIntelRecord":{"properties":{"asn":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"feed_ids":{"items":{"type":"string"},"type":"array"},"hostnames":{"items":{"type":"string"},"type":"array"},"ip":{"type":"string"},"lastSeen":{"type":"string"},"matches":{"items":{"type":"string"},"type":"array"},"port":{"type":"integer"},"ssl":{"type":"boolean"},"type":{"$ref":"#/definitions/advisory.RecordType"}},"type":"object"},"advisory.IsraeliAlert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details_he":{"type":"string"},"handling_he":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_he":{"type":"string"},"title_he":{"type":"string"}},"type":"object"},"advisory.IsraeliVulnerability":{"properties":{"ILVNId":{"type":"string"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Issued":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.Istio":{"properties":{"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ivanti":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.IvantiRSS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JFrog":{"properties":{"cpes":{"items":{"$ref":"#/definitions/advisory.NVD20CVECPEMatch"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"product":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.JNJAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JVN":{"properties":{"affected_en":{"type":"string"},"affected_ja":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_en":{"type":"string"},"description_ja":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution_en":{"type":"string"},"solution_ja":{"type":"string"},"summary_en":{"type":"string"},"summary_ja":{"type":"string"},"title_en":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JVNAdvisoryItem":{"properties":{"cpe":{"items":{"$ref":"#/definitions/advisory.JVNCPE"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"items":{"$ref":"#/definitions/advisory.CVSS"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"description_en":{"type":"string"},"identifier":{"type":"string"},"issued":{"type":"string"},"modified":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.JVNReference"},"type":"array"},"title":{"type":"string"},"title_en":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"url_en":{"type":"string"}},"type":"object"},"advisory.JVNCPE":{"properties":{"cpe":{"type":"string"},"product":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.JVNReference":{"properties":{"id":{"type":"string"},"source":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Jenkins":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fix":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.JetBrains":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"product":{"type":"string"},"resolved_in":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JohnsonControls":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Juniper":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss3_score":{"type":"string"},"cvss3_vector":{"type":"string"},"cvss4_score":{"type":"string"},"cvss4_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.K8S":{"properties":{"content":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issue_id":{"type":"integer"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.KEVCatalogVulnerability":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dueDate":{"type":"string"},"knownRansomwareCampaignUse":{"type":"string"},"notes":{"type":"string"},"product":{"type":"string"},"requiredAction":{"type":"string"},"shortDescription":{"type":"string"},"vendorProject":{"type":"string"},"vulnerabilityName":{"type":"string"}},"type":"object"},"advisory.KRCertAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_ko":{"type":"string"},"link":{"type":"string"},"overview_ko":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title_ko":{"type":"string"}},"type":"object"},"advisory.KasperskyICSCERTAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"klcert_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Kb":{"properties":{"kb_url":{"type":"string"},"ms_date_added":{"type":"string"},"status":{"type":"string"},"supercedence":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.KbThreatDescription":{"properties":{"dos":{"type":"string"},"exploited":{"type":"string"},"latest_software_release":{"type":"string"},"level":{"items":{"type":"string"},"type":"array"},"older_software_release":{"type":"string"},"publicly_disclosed":{"type":"string"},"type":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.KoreLogic":{"properties":{"affected_product":{"type":"string"},"affected_vendor":{"type":"string"},"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Kunbus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LG":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Lenovo":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"industry_identifiers":{"items":{"type":"string"},"type":"array"},"last_updated":{"type":"string"},"lenovo_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LexmarkAdvisory":{"properties":{"affectedProducts":{"items":{"$ref":"#/definitions/advisory.AffectedProduct"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"impact":{"type":"string"},"lastUpdate":{"type":"string"},"link":{"type":"string"},"publicReleaseDate":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"revision":{"type":"string"},"summary":{"type":"string"},"updated_at":{"type":"string"},"workarounds":{"type":"string"}},"type":"object"},"advisory.LibreOffice":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Linux":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LogSource":{"properties":{"category":{"type":"string"},"definition":{"type":"string"},"product":{"type":"string"},"service":{"type":"string"}},"type":"object"},"advisory.LolAdvs":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"lol_json":{"additionalProperties":{},"type":"object"},"mitre_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MACert":{"properties":{"affected_systems_fr":{"type":"string"},"assessment_fr":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact_fr":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk_fr":{"type":"string"},"risks_fr":{"type":"string"},"solution_fr":{"type":"string"},"title_fr":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MAffected":{"properties":{"collectionURL":{"type":"string"},"cpes":{"items":{"type":"string"},"type":"array"},"defaultStatus":{"type":"string"},"packageName":{"type":"string"},"platforms":{"items":{"type":"string"},"type":"array"},"product":{"type":"string"},"repos":{"type":"string"},"vendor":{"type":"string"},"versions":{"items":{"$ref":"#/definitions/advisory.MVersion"},"type":"array"}},"type":"object"},"advisory.MBranch":{"properties":{"Branch":{"items":{"$ref":"#/definitions/advisory.MBranch"},"type":"array"},"FullProductName":{"items":{"$ref":"#/definitions/advisory.MFullProductName"},"type":"array"},"Items":{"items":{"$ref":"#/definitions/advisory.MItem"},"type":"array"},"name":{"type":"string"},"type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.MCPEApplicability":{"properties":{"negate":{"type":"boolean"},"nodes":{"items":{"$ref":"#/definitions/advisory.MNodes"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"advisory.MCPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.MCna":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"cpeApplicability":{"items":{"$ref":"#/definitions/advisory.MCPEApplicability"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.Credit"},"type":"array"},"descriptions":{"items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"},"impacts":{"items":{"$ref":"#/definitions/advisory.Impact"},"type":"array"},"metrics":{"items":{"$ref":"#/definitions/advisory.Metric"},"type":"array"},"problemTypes":{"items":{"$ref":"#/definitions/advisory.MProblemTypes"},"type":"array"},"providerMetadata":{"$ref":"#/definitions/advisory.MProviderMetadata"},"references":{"items":{"$ref":"#/definitions/advisory.MReference"},"type":"array"},"tags":{"items":{"type":"string"},"type":"array"},"timeline":{"items":{"$ref":"#/definitions/advisory.Timeline"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.MContainers":{"properties":{"adp":{"items":{"$ref":"#/definitions/advisory.ADPContainer"},"type":"array"},"cna":{"$ref":"#/definitions/advisory.MCna"}},"type":"object"},"advisory.MCveMetadata":{"properties":{"assignerOrgId":{"type":"string"},"assignerShortName":{"type":"string"},"cveId":{"type":"string"},"datePublished":{"type":"string"},"dateReserved":{"type":"string"},"dateUpdated":{"type":"string"},"state":{"type":"string"}},"type":"object"},"advisory.MCvssV20":{"properties":{"accessVector":{"type":"string"},"attackComplexity":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV30":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV31":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV40":{"properties":{"Automatable":{"type":"string"},"Recovery":{"type":"string"},"Safety":{"type":"string"},"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"privilegesRequired":{"type":"string"},"providerUrgency":{"type":"string"},"subAvailabilityImpact":{"type":"string"},"subConfidentialityImpact":{"type":"string"},"subIntegrityImpact":{"type":"string"},"userInteraction":{"type":"string"},"valueDensity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"},"vulnAvailabilityImpact":{"type":"string"},"vulnConfidentialityImpact":{"type":"string"},"vulnIntegrityImpact":{"type":"string"},"vulnerabilityResponseEffort":{"type":"string"}},"type":"object"},"advisory.MDescriptions":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.MDocumentTracking":{"properties":{"CurrentReleaseDate":{"type":"string"},"InitialReleaseDate":{"type":"string"},"identification":{"$ref":"#/definitions/advisory.MIdentification"},"revisionhistory":{"description":"diff in xml/json","items":{"$ref":"#/definitions/advisory.RRevision"},"type":"array"},"status":{"description":"again - change in json/xml","type":"integer"},"version":{"type":"string"}},"type":"object"},"advisory.MEProduct":{"properties":{"ID":{"type":"string"},"display_value":{"type":"string"}},"type":"object"},"advisory.MFiles":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MFullProductName":{"properties":{"CPE":{"type":"string"},"ProductID":{"type":"string"},"Value":{"type":"string"}},"type":"object"},"advisory.MISPValueNoID":{"properties":{"description":{"type":"string"},"meta":{"$ref":"#/definitions/advisory.MispMeta"},"related":{"items":{"$ref":"#/definitions/advisory.MispRelatedItem"},"type":"array"},"value":{"type":"string"}},"type":"object"},"advisory.MITREAttackGroupNoID":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"name":{"type":"string"},"techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechnique"},"type":"array"}},"type":"object"},"advisory.MIdentification":{"properties":{"alias":{"$ref":"#/definitions/advisory.IVal"},"id":{"$ref":"#/definitions/advisory.IVal"}},"type":"object"},"advisory.MItem":{"properties":{"Items":{"items":{"$ref":"#/definitions/advisory.MItem"},"type":"array"},"Name":{"type":"string"},"ProductID":{"type":"string"},"Type":{"description":"diff","type":"integer"},"Value":{"type":"string"}},"type":"object"},"advisory.MNodes":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.MCPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.MProblemTypes":{"properties":{"descriptions":{"items":{"$ref":"#/definitions/advisory.PTMDescriptions"},"type":"array"}},"type":"object"},"advisory.MProductStatus":{"properties":{"ProductID":{"items":{"type":"string"},"type":"array"},"type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.MProductTree":{"properties":{"Branch":{"items":{"$ref":"#/definitions/advisory.MBranch"},"type":"array"},"FullProductName":{"items":{"$ref":"#/definitions/advisory.MFullProductName"},"type":"array"}},"type":"object"},"advisory.MProviderMetadata":{"properties":{"dateUpdated":{"description":"FIXME: flip to time","type":"string"},"orgId":{"type":"string"},"shortName":{"type":"string"}},"type":"object"},"advisory.MReference":{"properties":{"name":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.MRemediation":{"properties":{"AffectedFiles":{"items":{"$ref":"#/definitions/advisory.AffectedFile"},"type":"array"},"Date":{"type":"string"},"DateSpecified":{"type":"boolean"},"Description":{"$ref":"#/definitions/advisory.IVal"},"FixedBuild":{"type":"string"},"ProductID":{"items":{"type":"string"},"type":"array"},"RestartRequired":{"$ref":"#/definitions/advisory.IVal"},"SubType":{"type":"string"},"Type":{"description":"diff","type":"integer"},"Url":{"type":"string"},"supercedence":{"type":"string"}},"type":"object"},"advisory.MSCVRF":{"properties":{"DocumentTitle":{"$ref":"#/definitions/advisory.MSDocumentTitle"},"DocumentTracking":{"$ref":"#/definitions/advisory.MDocumentTracking"},"ProductTree":{"$ref":"#/definitions/advisory.MProductTree"},"document_type":{"type":"string"},"documentnotes":{"description":"diff","items":{"$ref":"#/definitions/advisory.RNote"},"type":"array"},"documentpublisher":{"$ref":"#/definitions/advisory.DocumentPublisher"},"vulnerability":{"items":{"$ref":"#/definitions/advisory.MVulnerability"},"type":"array"}},"type":"object"},"advisory.MSDocumentTitle":{"properties":{"Value":{"type":"string"}},"type":"object"},"advisory.MVersion":{"properties":{"lessThan":{"type":"string"},"lessThanOrEqual":{"type":"string"},"status":{"type":"string"},"version":{"type":"string"},"versionType":{"type":"string"}},"type":"object"},"advisory.MVulnerability":{"properties":{"ProductStatuses":{"items":{"$ref":"#/definitions/advisory.MProductStatus"},"type":"array"},"Remediations":{"items":{"$ref":"#/definitions/advisory.MRemediation"},"type":"array"},"Threats":{"items":{"$ref":"#/definitions/advisory.RThreat"},"type":"array"},"acknowledgments":{"items":{"$ref":"#/definitions/advisory.Acknowledgement"},"type":"array"},"cve":{"type":"string"},"cvssscoresets":{"items":{"$ref":"#/definitions/advisory.RScoreSet"},"type":"array"},"notes":{"items":{"$ref":"#/definitions/advisory.Note"},"type":"array"},"ordinal":{"type":"string"},"revisionhistory":{"description":"diff in xml/json","items":{"$ref":"#/definitions/advisory.RRevision"},"type":"array"},"title":{"$ref":"#/definitions/advisory.IVal"}},"type":"object"},"advisory.MaliciousPackage":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"malware":{"$ref":"#/definitions/advisory.OSVObj"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ManageEngine":{"properties":{"ADVISORY":{"type":"string"},"Added_Time":{"type":"string"},"CVE_Details_Link":{"$ref":"#/definitions/advisory.CVEDetailsLink"},"CVE_ID":{"type":"string"},"CVSS_Severity_Rating":{"type":"string"},"Fixed":{"type":"string"},"For_product_search":{"type":"string"},"ID":{"type":"string"},"Product":{"$ref":"#/definitions/advisory.MEProduct"},"Product_list":{"items":{"$ref":"#/definitions/advisory.MEProduct"},"type":"array"},"Product_specific_details":{"items":{"$ref":"#/definitions/advisory.ProductSpecificDetail"},"type":"array"},"Summary":{"type":"string"},"Version":{"type":"string"},"index_field":{"type":"string"}},"type":"object"},"advisory.ManageEngineAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"manage_engine":{"$ref":"#/definitions/advisory.ManageEngine"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MbedTLS":{"properties":{"affects":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.McAfee":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mcafee_score":{"items":{"$ref":"#/definitions/advisory.McAfeeScore"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.McAfeeScore":{"properties":{"base":{"type":"string"},"cve":{"type":"string"},"temporal":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.Mediatek":{"properties":{"affected_chipsets":{"items":{"type":"string"},"type":"array"},"affected_software":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MedtronicAdvisory":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Mendix":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"mendix_id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MetaData":{"properties":{"advisory":{"$ref":"#/definitions/advisory.AdvisoryDetails"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.OvalReference"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.MetasploitExploit":{"properties":{"author":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Metric":{"properties":{"cvssV2_0":{"$ref":"#/definitions/advisory.MCvssV20"},"cvssV3_0":{"$ref":"#/definitions/advisory.MCvssV30"},"cvssV3_1":{"$ref":"#/definitions/advisory.MCvssV31"},"cvssV4_0":{"$ref":"#/definitions/advisory.MCvssV40"},"format":{"type":"string"},"other":{"$ref":"#/definitions/advisory.MetricsOther"}},"type":"object"},"advisory.MetricsOther":{"properties":{"content":{"type":"object"},"type":{"type":"string"}},"type":"object"},"advisory.MicrosoftCVRF":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvrf":{"$ref":"#/definitions/advisory.MSCVRF"},"date_added":{"type":"string"},"exploited_list":{"items":{"$ref":"#/definitions/advisory.ITW"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MicrosoftKb":{"properties":{"cve":{"type":"string"},"date_added":{"type":"string"},"kbs":{"items":{"$ref":"#/definitions/advisory.Kb"},"type":"array"},"threat":{"$ref":"#/definitions/advisory.KbThreatDescription"},"title":{"type":"string"}},"type":"object"},"advisory.Mikrotik":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Mindray":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MispMeta":{"properties":{"attribution-confidence":{"type":"string"},"cfr-suspected-state-sponsor":{"type":"string"},"cfr-suspected-victims":{"items":{"type":"string"},"type":"array"},"cfr-target-category":{"items":{"type":"string"},"type":"array"},"cfr-type-of-incident":{"items":{"type":"string"},"type":"array"},"country":{"type":"string"},"refs":{"items":{"type":"string"},"type":"array"},"synonyms":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.MispRelatedItem":{"properties":{"dest-uuid":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.MispValue":{"properties":{"description":{"type":"string"},"meta":{"$ref":"#/definitions/advisory.MispMeta"},"related":{"items":{"$ref":"#/definitions/advisory.MispRelatedItem"},"type":"array"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Mitel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackRef":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackTechWithRefs":{"properties":{"domain":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"nist_controls":{"items":{"$ref":"#/definitions/advisory.NISTControl"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.MitreAttackRef"},"type":"array"},"subtechnique":{"type":"boolean"},"tactics":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackTechnique":{"properties":{"sub_technique":{"type":"string"},"sub_technique_name":{"type":"string"},"tactic":{"items":{"type":"string"},"type":"array"},"technique_id":{"type":"string"},"technique_name":{"type":"string"}},"type":"object"},"advisory.MitreCVEListV5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.MitreCVEListV5Ref"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreCVEListV5Ref":{"properties":{"containers":{"$ref":"#/definitions/advisory.MContainers"},"cveMetadata":{"$ref":"#/definitions/advisory.MCveMetadata"},"dataType":{"type":"string"},"dataVersion":{"type":"string"}},"type":"object"},"advisory.MitreGroupCTI":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"id":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.ExternalReferences"},"type":"array"}},"type":"object"},"advisory.MitsubishiElectricAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"description":"could nuke this at some pt in the future as it's a dupe","type":"string"},"mitsubishi_electric_id":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MongoDB":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"score":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MoxaAdvisory":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MozillaAdvisory":{"properties":{"affected_components":{"items":{"$ref":"#/definitions/advisory.MozillaComponent"},"type":"array"},"bugzilla":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_in":{"items":{"type":"string"},"type":"array"},"impact":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"reporter":{"type":"string"},"risk":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MozillaComponent":{"properties":{"bugzilla":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"impact":{"type":"string"},"reporter":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.NCSC":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_nl":{"type":"string"},"title_nl":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NCSCCVE":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_nl":{"type":"string"},"title_nl":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NEC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"nvd_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NHS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"summary":{"type":"string"},"threat_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"ovewrview":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NISTControl":{"properties":{"cis_controls":{"items":{"$ref":"#/definitions/advisory.CISControl"},"type":"array"},"nist_control_family":{"type":"string"},"nist_control_id":{"type":"string"},"nist_control_name":{"type":"string"}},"type":"object"},"advisory.NTP":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NVD20CVECPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.NVD20Configuration":{"properties":{"negate":{"type":"boolean"},"nodes":{"items":{"$ref":"#/definitions/advisory.NVD20Node"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"advisory.NVD20Node":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.NVD20CVECPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.NVD20Source":{"properties":{"contactEmail":{"type":"string"},"created":{"type":"string"},"cweAcceptanceLevel":{"$ref":"#/definitions/advisory.CweAcceptanceLevel"},"lastModified":{"type":"string"},"name":{"type":"string"},"sourceIdentifiers":{"items":{"type":"string"},"type":"array"},"v3AcceptanceLevel":{"$ref":"#/definitions/advisory.V3AcceptanceLevel"}},"type":"object"},"advisory.NVDCPEDictionary":{"properties":{"backupOnly":{"type":"string"}},"type":"object"},"advisory.NZAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"happening":{"type":"string"},"link":{"type":"string"},"lookFor":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"whatToDo":{"type":"string"}},"type":"object"},"advisory.Naver":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nessus":{"properties":{"cpe":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploitability_ease":{"description":"seems like only 3 vals for this","type":"string"},"filename":{"type":"string"},"iava":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"script_id":{"type":"integer"},"updated":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NetApp":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact":{"type":"string"},"ntap":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netatalk":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netgate":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netgear":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"psvn_number":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netskope":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nexpose":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"identifier":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NginxAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"not_vuln_versions":{"items":{"type":"string"},"type":"array"},"patch_pgp":{"type":"string"},"patch_url":{"type":"string"},"severity":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vuln_versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.NodeAuthor":{"properties":{"author":{"type":"string"},"username":{"type":"string"},"website":{"type":"string"}},"type":"object"},"advisory.NodeJS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NodeSecurity":{"properties":{"affected_environments":{"items":{"type":"string"},"type":"array"},"author":{"$ref":"#/definitions/advisory.NodeAuthor"},"coordinating_vendor":{"type":"string"},"created_at":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"number"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"integer"},"module_name":{"type":"string"},"overview":{"type":"string"},"patched_versions":{"type":"string"},"publish_date":{"type":"string"},"recommendation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerable_versions":{"type":"string"}},"type":"object"},"advisory.Nokia":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Note":{"properties":{"ordinal":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"},"type":{"type":"integer"}},"type":"object"},"advisory.NotePadPlusPlus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nozomi":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NvidiaRevision":{"properties":{"date":{"type":"string"},"description":{"type":"string"},"revision":{"type":"string"}},"type":"object"},"advisory.OCurl":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.CurlAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.CurlCredit"},"type":"array"},"database_specific":{"$ref":"#/definitions/advisory.DBSpecific"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"schema_version":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.OSV":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"osv":{"$ref":"#/definitions/advisory.OSVObj"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OSVObj":{"properties":{"affected":{"description":"collection based on https://ossf.github.io/osv-schema/","items":{"$ref":"#/definitions/advisory.Affected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.OSVReference"},"type":"array"},"related":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"withdrawn":{"type":"string"}},"type":"object"},"advisory.OSVPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"}},"type":"object"},"advisory.OSVReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OTRS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"product":{"type":"string"},"release":{"type":"string"},"risk":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OctopusDeploy":{"properties":{"advisory_number":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Okta":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cwe":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"resolution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Omron":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OneE":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenBSD":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"patch":{"type":"string"},"release":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenCVDB":{"properties":{"affected_platforms":{"items":{"type":"string"},"type":"array"},"affected_services":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"disclosed_at":{"type":"string"},"known_itw_exploitation":{"type":"boolean"},"manual_remediation":{"type":"string"},"published_at":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenJDK":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"openjdk_cves":{"items":{"$ref":"#/definitions/advisory.OpenJDKCVE"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenJDKCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.OpenSSH":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenSSLSecAdv":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"description":{"type":"string"},"filename":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.OpenSSLVulnerability"},"type":"array"}},"type":"object"},"advisory.OpenSSLVulnerability":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"$ref":"#/definitions/advisory.FixAff"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.OpenStack":{"properties":{"affects":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Opengear":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OracleCPU":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"product":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OracleCPUCSAF":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OriginalGHSA":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.GHSAAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"database_specific":{"$ref":"#/definitions/advisory.GHSADatabaseSpecific"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GHSAReference"},"type":"array"},"schema_version":{"type":"string"},"severity":{"items":{"$ref":"#/definitions/advisory.GHSASeverity"},"type":"array"},"summary":{"type":"string"}},"type":"object"},"advisory.OvalCVE":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.OvalReference":{"properties":{"ref_id":{"type":"string"},"ref_url":{"type":"string"},"source":{"type":"string"}},"type":"object"},"advisory.Override":{"properties":{"_annotation":{"$ref":"#/definitions/advisory.OverrideAnnotation"},"cve":{"$ref":"#/definitions/advisory.OverrideCVE"}},"type":"object"},"advisory.OverrideAnnotation":{"properties":{"cve_id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"reason":{"type":"string"},"snapshot":{"type":"string"},"triage_notes":{"$ref":"#/definitions/advisory.TriageNotes"}},"type":"object"},"advisory.OverrideCVE":{"properties":{"configurations":{"items":{"$ref":"#/definitions/advisory.OverrideConfiguration"},"type":"array"}},"type":"object"},"advisory.OverrideConfiguration":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.CPENode"},"type":"array"}},"type":"object"},"advisory.OwnCloud":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PGFix":{"properties":{"affected":{"type":"string"},"fixed":{"type":"string"}},"type":"object"},"advisory.PHPMyAdmin":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PKCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PTC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PTMDescriptions":{"properties":{"cweId":{"type":"string"},"description":{"type":"string"},"lang":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Package":{"properties":{"filename":{"type":"string"},"name":{"description":"sort","type":"string"},"release":{"type":"string"},"src":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.PackageStat":{"properties":{"cpe":{"type":"string"},"fix_state":{"type":"string"},"package_name":{"type":"string"},"product_name":{"type":"string"}},"type":"object"},"advisory.PacketstormExploit":{"properties":{"author":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"download_url":{"type":"string"},"md5":{"type":"string"},"summary":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Palantir":{"properties":{"affected_products":{"type":"string"},"background":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PaloAltoAdvisory":{"properties":{"affected":{"type":"string"},"applicableVersions":{"type":"string"},"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"confidentialityImpact":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvssbaseScore":{"type":"string"},"datePublished":{"type":"string"},"dateUpdated":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"problem":{"type":"string"},"product":{"type":"string"},"scope":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"unaffected":{"type":"string"},"url":{"type":"string"},"userInteraction":{"type":"string"},"workaround":{"type":"string"}},"type":"object"},"advisory.Panasonic":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PaperCut":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Patch":{"properties":{"advisory_id":{"type":"string"},"component":{"type":"string"},"link":{"type":"string"},"os_sw":{"type":"string"}},"type":"object"},"advisory.Pega":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"score":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PhilipsAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PhoenixContactAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vde":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.PostgresSQL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"pg_fix":{"items":{"$ref":"#/definitions/advisory.PGFix"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PowerDNS":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PrimeVersion":{"properties":{"jdK":{"type":"string"},"prime":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Product":{"properties":{"name":{"type":"string"},"product_id":{"type":"string"},"product_identification_helper":{"$ref":"#/definitions/advisory.IdentificationHelper"}},"type":"object"},"advisory.ProductBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.ProductBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"},"product":{"$ref":"#/definitions/advisory.Product"},"relationships":{"items":{"$ref":"#/definitions/advisory.CSAFRelationship"},"type":"array"}},"type":"object"},"advisory.ProductSpecificDetail":{"properties":{"ID":{"type":"string"},"display_value":{"type":"string"}},"type":"object"},"advisory.ProductTree":{"properties":{"relationships":{"items":{"$ref":"#/definitions/advisory.Relationship"},"type":"array"}},"type":"object"},"advisory.ProductsAffected":{"properties":{"cve":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.Progress":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Proofpoint":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Publisher":{"properties":{"category":{"type":"string"},"contact_details":{"type":"string"},"issuing_authority":{"type":"string"},"name":{"type":"string"},"namespace":{"type":"string"}},"type":"object"},"advisory.PureStorage":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"product":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PyPAAdvisory":{"properties":{"advisory_id":{"description":"ID is the PYSEC- identifier","type":"string"},"affected":{"description":"Affected will list out the vulnerable versions.","items":{"$ref":"#/definitions/advisory.PyPAAffected"},"type":"array"},"aliases":{"description":"Aliases are other identifiers that refer to this, such as a CVE","items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"description":"Details discuss the vulnerability information","type":"string"},"modified":{"description":"Modified is non-zero Time if entry was updated","type":"string"},"published":{"description":"Published is the datetime when this was released","type":"string"},"references":{"description":"References are links to more detailed advisories, fixes, etc.","items":{"$ref":"#/definitions/advisory.PyPAReference"},"type":"array"},"was_withdrawn":{"description":"WasWD indicates if the advisory was withdrawn or not.","type":"boolean"},"withdrawn":{"description":"Withdrawn is non-zero if this advisory has been withdrawn","type":"string"}},"type":"object"},"advisory.PyPAAffected":{"properties":{"package":{"$ref":"#/definitions/advisory.PyPAPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.PyPARange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.PyPAEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.PyPAPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"}},"type":"object"},"advisory.PyPARange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.PyPAEvent"},"type":"array"},"ranges_type":{"type":"string"}},"type":"object"},"advisory.PyPAReference":{"properties":{"refs_type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QNAPAdvisory":{"properties":{"affected":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"last_update_date":{"type":"string"},"link":{"type":"string"},"severity":{"type":"string"},"severity_number":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.QQID":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss3_score":{"type":"string"},"cvss_score":{"type":"string"},"date_added":{"type":"string"},"qid":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QSB":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Qualcomm":{"properties":{"chipsets":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"score":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Qualys":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploits":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QualysQID":{"properties":{"consequence":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v2":{"items":{"$ref":"#/definitions/advisory.CvsssV2_3"},"type":"array"},"cvss_v3":{"items":{"$ref":"#/definitions/advisory.CvsssV2_3"},"type":"array"},"date_added":{"type":"string"},"date_insert":{"type":"string"},"description":{"type":"string"},"patches":{"items":{"$ref":"#/definitions/advisory.Patch"},"type":"array"},"published":{"type":"string"},"qid":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor_refs":{"items":{"$ref":"#/definitions/advisory.VendorRef"},"type":"array"}},"type":"object"},"advisory.RDescription":{"properties":{"value":{"type":"string"}},"type":"object"},"advisory.RNote":{"properties":{"audience":{"type":"string"},"ordinal":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"},"type":{"description":"diff between xml \u0026\u0026 json","type":"integer"}},"type":"object"},"advisory.RRevision":{"properties":{"date":{"type":"string"},"description":{"$ref":"#/definitions/advisory.RDescription"},"number":{"type":"string"}},"type":"object"},"advisory.RScoreSet":{"properties":{"base_score":{"type":"string"},"product_id":{"type":"string"},"temporal_score":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.RThreat":{"properties":{"Date":{"type":"string"},"DateSpecified":{"type":"boolean"},"Description":{"$ref":"#/definitions/advisory.IVal"},"ProductID":{"items":{"type":"string"},"type":"array"},"Type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.Range":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.Event"},"type":"array"},"repo":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RansomwareExploit":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"ransomware_family":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"}},"type":"object"},"advisory.RecordType":{"properties":{"finding":{"type":"string"},"id":{"type":"string"},"kind":{"type":"string"}},"type":"object"},"advisory.RedhatCVE":{"properties":{"advisories":{"items":{"type":"string"},"type":"array"},"advisory_csaf_vex_url":{"items":{"type":"string"},"type":"array"},"affected_packages":{"description":"used for un-marshlling from redhat","items":{"type":"string"},"type":"array"},"affected_release":{"items":{"$ref":"#/definitions/advisory.AffectedRel"},"type":"array"},"bugzilla":{"type":"string"},"bugzilla_description":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cve_csaf_vex_url":{"type":"string"},"cvss3_score":{"type":"string"},"cvss3_scoring_vector":{"type":"string"},"cvss_score":{"type":"number"},"cvss_scoring_vector":{"type":"string"},"cwe":{"type":"string"},"package_state":{"items":{"$ref":"#/definitions/advisory.PackageStat"},"type":"array"},"packages":{"description":"used to index into vulncheck OS","items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"public_date":{"type":"string"},"resource_url":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.Reference":{"properties":{"href":{"description":"sort","type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RelatedRule":{"properties":{"id":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Relationship":{"properties":{"productReference":{"type":"string"},"relatesToProductReference":{"type":"string"},"relationType":{"type":"string"}},"type":"object"},"advisory.RemediationData":{"properties":{"category":{"type":"string"},"date":{"type":"string"},"details":{"type":"string"},"entitlements":{"items":{"type":"string"},"type":"array"},"group_ids":{"items":{"type":"string"},"type":"array"},"product_ids":{"items":{"type":"string"},"type":"array"},"restart_required":{"$ref":"#/definitions/advisory.RestartData"}},"type":"object"},"advisory.Renesas":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ReportedExploit":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RestartData":{"properties":{"category":{"type":"string"},"details":{"type":"string"}},"type":"object"},"advisory.Revision":{"properties":{"date":{"type":"string"},"description":{"type":"string"},"number":{"type":"string"}},"type":"object"},"advisory.RevisionHistory":{"properties":{"date":{"type":"string"},"number":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Revive":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RhelCVE":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Roche":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"roche_cves":{"items":{"$ref":"#/definitions/advisory.RocheCVE"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RocheCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.Rockwell":{"properties":{"affected_products":{"items":{"$ref":"#/definitions/advisory.RockwellAffectedProduct"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"impact":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RockwellAffectedProduct":{"properties":{"affectedCatalogNumber":{"type":"string"},"affectedVersion":{"type":"string"},"correctedVersion":{"type":"string"},"cve":{"type":"string"},"product":{"type":"string"}},"type":"object"},"advisory.RockyAdvisory":{"properties":{"affectedProducts":{"items":{"type":"string"},"type":"array"},"buildReferences":{"items":{"type":"string"},"type":"array"},"cves":{"items":{"$ref":"#/definitions/advisory.RockyCve"},"type":"array"},"description":{"type":"string"},"fixes":{"items":{"$ref":"#/definitions/advisory.RockyFix"},"type":"array"},"name":{"type":"string"},"publishedAt":{"type":"string"},"rebootSuggested":{"type":"boolean"},"references":{"items":{"type":"string"},"type":"array"},"rpms":{"$ref":"#/definitions/advisory.RockyRpms"},"severity":{"type":"string"},"shortCode":{"type":"string"},"solution":{"type":"string"},"synopsis":{"type":"string"},"topic":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RockyCve":{"properties":{"cvss3BaseScore":{"type":"string"},"cvss3ScoringVector":{"type":"string"},"cwe":{"type":"string"},"name":{"type":"string"},"sourceBy":{"type":"string"},"sourceLink":{"type":"string"}},"type":"object"},"advisory.RockyErrata":{"properties":{"advisory":{"$ref":"#/definitions/advisory.RockyAdvisory"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.RockyPackage"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.RockyFix":{"properties":{"description":{"type":"string"},"sourceBy":{"type":"string"},"sourceLink":{"type":"string"},"ticket":{"type":"string"}},"type":"object"},"advisory.RockyPackage":{"properties":{"distro":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.RockyRpms":{"additionalProperties":{"$ref":"#/definitions/advisory.RockyVersion"},"type":"object"},"advisory.RockyVersion":{"properties":{"nvras":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Rsync":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ruckus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RustsecAdvisory":{"properties":{"advisory":{"$ref":"#/definitions/advisory.RustsecFrontMatterAdvisory"},"affected":{"$ref":"#/definitions/advisory.RustsecAffected"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"versions":{"$ref":"#/definitions/advisory.RustsecFrontMatterVersions"}},"type":"object"},"advisory.RustsecAffected":{"properties":{"arch":{"items":{"type":"string"},"type":"array"},"functions":{"type":"string"},"os":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.RustsecFrontMatterAdvisory":{"properties":{"aliases":{"description":"Vulnerability aliases, e.g. CVE IDs (optional but recommended)\nRequest a CVE for your RustSec vulns: https://iwantacve.org/","items":{"type":"string"},"type":"array"},"categories":{"description":"Optional: Categories this advisory falls under. Valid categories are:\n\"code-execution\", \"crypto-failure\", \"denial-of-service\", \"file-disclosure\"\n\"format-injection\", \"memory-corruption\", \"memory-exposure\", \"privilege-escalation\"","items":{"type":"string"},"type":"array"},"cvss":{"description":"Optional: a Common Vulnerability Scoring System score. More information\ncan be found on the CVSS website, https://www.first.org/cvss/.","type":"string"},"date":{"description":"Disclosure date of the advisory as an RFC 3339 date (mandatory)","type":"string"},"informational":{"description":"Optional: Indicates the type of informational security advisory\n - \"unsound\" for soundness issues\n - \"unmaintained\" for crates that are no longer maintained\n - \"notice\" for other informational notices","type":"string"},"keywords":{"description":"Freeform keywords which describe this vulnerability, similar to Cargo (optional)","items":{"type":"string"},"type":"array"},"package":{"description":"Name of the affected crate (mandatory)","type":"string"},"references":{"description":"URL to additional helpful references regarding the advisory (optional)","items":{"type":"string"},"type":"array"},"related":{"description":"Related vulnerabilities (optional)\ne.g. CVE for a C library wrapped by a -sys crate)","items":{"type":"string"},"type":"array"},"rustsec_id":{"description":"Identifier for the advisory (mandatory). Will be assigned a \"RUSTSEC-YYYY-NNNN\"\nidentifier e.g. RUSTSEC-2018-0001. Please use \"RUSTSEC-0000-0000\" in PRs.","type":"string"},"url":{"description":"URL to a long-form description of this issue, e.g. a GitHub issue/PR,\na change log entry, or a blogpost announcing the release (optional)","type":"string"},"withdrawn":{"description":"Whether the advisory is withdrawn (optional)","type":"string"}},"type":"object"},"advisory.RustsecFrontMatterVersions":{"properties":{"patched":{"items":{"type":"string"},"type":"array"},"unaffected":{"description":"Versions which were never vulnerable (optional)","items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SAAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"threats":{"type":"string"},"vendor":{"type":"string"},"warningDate":{"type":"string"},"warningNumber":{"type":"string"}},"type":"object"},"advisory.SAP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SECConsult":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SSASource":{"properties":{"document":{"$ref":"#/definitions/advisory.SiemensDocument"},"product_tree":{"$ref":"#/definitions/advisory.SiemensProductTree"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.SiemensVulnerability"},"type":"array"}},"type":"object"},"advisory.SSDAdvisory":{"properties":{"analysis":{"type":"string"},"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"poc":{"description":"contains actual poc code","type":"string"},"published":{"type":"string"},"response_ref":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Safran":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SaintExploit":{"properties":{"bid":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"osvdb":{"type":"string"},"saint_id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SalesForce":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"integer"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Samba":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issues":{"type":"string"},"patches":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Sandisk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SchneiderCVE":{"properties":{"cve":{"type":"string"},"cvss_score3":{"type":"string"},"cvss_score4":{"type":"string"},"cvss_vector3":{"type":"string"},"cvss_vector4":{"type":"string"}},"type":"object"},"advisory.SchneiderElectricAdvisory":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"pdf_url":{"type":"string"},"schneider_cves":{"items":{"$ref":"#/definitions/advisory.SchneiderCVE"},"type":"array"},"schneider_electric_id":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Schutzwerk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ScoreSet":{"properties":{"baseScore":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.SecFix":{"properties":{"arch":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"release":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SecurityBulletin":{"properties":{"acknowledgement":{"type":"string"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvedetails":{"items":{"$ref":"#/definitions/advisory.CVEDetail"},"type":"array"},"date_added":{"type":"string"},"hardwareUpdates":{"items":{"$ref":"#/definitions/advisory.HardwareUpdate"},"type":"array"},"lastUpdated":{"type":"string"},"link":{"type":"string"},"revisions":{"items":{"$ref":"#/definitions/advisory.NvidiaRevision"},"type":"array"},"severity":{"type":"string"},"softwareUpdates":{"items":{"$ref":"#/definitions/advisory.SoftwareUpdate"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.SecurityLab":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"title_ru":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.SeebugExploit":{"properties":{"author":{"type":"string"},"category":{"type":"string"},"cnnvd":{"items":{"type":"string"},"type":"array"},"cnvd":{"items":{"type":"string"},"type":"array"},"component":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"find_time":{"type":"string"},"name":{"type":"string"},"ssv_id":{"type":"string"},"submitter":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sel":{"properties":{"acknowledgement":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SentinelOne":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ServiceNow":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SevenZip":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Severity":{"properties":{"score":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.ShadowServerExploitedVulnerability":{"properties":{"cnvd":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"detections_last_1_day":{"type":"integer"},"detections_last_30_days":{"type":"integer"},"detections_last_7_days":{"type":"integer"},"detections_last_90_days":{"type":"integer"},"edb":{"type":"string"},"in_kev":{"type":"boolean"},"is_iot":{"type":"boolean"},"is_ransomware":{"type":"boolean"},"product":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"},"vulnerability_id":{"type":"string"},"vulnerability_link":{"type":"string"}},"type":"object"},"advisory.Shielder":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sick":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SiemensAcknowledgments":{"properties":{"names":{"items":{"type":"string"},"type":"array"},"organization":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.SiemensAdvisory":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvrf_url":{"type":"string"},"date_added":{"type":"string"},"html_url":{"type":"string"},"id":{"type":"string"},"last_update":{"description":"could potentially kill this in the future as it's a dupe","type":"string"},"pdf_url":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"ssa":{"$ref":"#/definitions/advisory.SSASource"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"txt_url":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.SiemensBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensSubBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensCVSSV3":{"properties":{"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensCWE":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensDistribution":{"properties":{"text":{"type":"string"},"tlp":{"$ref":"#/definitions/advisory.SiemensTLP"}},"type":"object"},"advisory.SiemensDocument":{"properties":{"acknowledgments":{"items":{"$ref":"#/definitions/advisory.SiemensAcknowledgments"},"type":"array"},"category":{"type":"string"},"csaf_version":{"type":"string"},"distribution":{"$ref":"#/definitions/advisory.SiemensDistribution"},"notes":{"items":{"$ref":"#/definitions/advisory.SiemensNotes"},"type":"array"},"publisher":{"$ref":"#/definitions/advisory.SiemensPublisher"},"references":{"items":{"$ref":"#/definitions/advisory.SiemensReferences"},"type":"array"},"title":{"type":"string"},"tracking":{"$ref":"#/definitions/advisory.SiemensTracking"}},"type":"object"},"advisory.SiemensEngine":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensGenerator":{"properties":{"engine":{"$ref":"#/definitions/advisory.SiemensEngine"}},"type":"object"},"advisory.SiemensNotes":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.SiemensProduct":{"properties":{"name":{"type":"string"},"product_id":{"type":"string"},"product_identification_helper":{"$ref":"#/definitions/advisory.SiemensProductIdentificationHelper"}},"type":"object"},"advisory.SiemensProductIdentificationHelper":{"properties":{"model_numbers":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensProductStatus":{"properties":{"known_affected":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensProductTree":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensBranch"},"type":"array"}},"type":"object"},"advisory.SiemensPublisher":{"properties":{"category":{"type":"string"},"contact_details":{"type":"string"},"name":{"type":"string"},"namespace":{"type":"string"}},"type":"object"},"advisory.SiemensReferences":{"properties":{"category":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SiemensRemediation":{"properties":{"category":{"type":"string"},"details":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.SiemensRevisionHistory":{"properties":{"date":{"type":"string"},"legacy_version":{"type":"string"},"number":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.SiemensScore":{"properties":{"cvss_v3":{"$ref":"#/definitions/advisory.SiemensCVSSV3"},"products":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensSubBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensSubSubBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensSubSubBranch":{"properties":{"category":{"type":"string"},"name":{"type":"string"},"product":{"$ref":"#/definitions/advisory.SiemensProduct"}},"type":"object"},"advisory.SiemensTLP":{"properties":{"label":{"type":"string"}},"type":"object"},"advisory.SiemensTracking":{"properties":{"current_release_date":{"type":"string"},"generator":{"$ref":"#/definitions/advisory.SiemensGenerator"},"id":{"type":"string"},"initial_release_date":{"type":"string"},"revision_history":{"items":{"$ref":"#/definitions/advisory.SiemensRevisionHistory"},"type":"array"},"status":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensVulnerability":{"properties":{"cve":{"type":"string"},"cwe":{"$ref":"#/definitions/advisory.SiemensCWE"},"notes":{"items":{"$ref":"#/definitions/advisory.SiemensNotes"},"type":"array"},"product_status":{"$ref":"#/definitions/advisory.SiemensProductStatus"},"references":{"items":{"$ref":"#/definitions/advisory.SiemensReferences"},"type":"array"},"remediations":{"items":{"$ref":"#/definitions/advisory.SiemensRemediation"},"type":"array"},"scores":{"items":{"$ref":"#/definitions/advisory.SiemensScore"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SierraWireless":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"swid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SigmaRule":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_attack_techniques":{"items":{"type":"string"},"type":"array"},"sigma_rule":{"$ref":"#/definitions/advisory.SigmaRuleRule"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SigmaRuleRule":{"properties":{"author":{"type":"string"},"date":{"type":"string"},"description":{"type":"string"},"detection":{"additionalProperties":true,"type":"object"},"false_positives":{"items":{"type":"string"},"type":"array"},"fields":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"level":{"type":"string"},"logsource":{"$ref":"#/definitions/advisory.LogSource"},"modified":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"related":{"items":{"$ref":"#/definitions/advisory.RelatedRule"},"type":"array"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SingCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"}},"type":"object"},"advisory.Sitecore":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"refs":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"summary_ja":{"type":"string"},"title":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Slackware":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SoftwareUpdate":{"properties":{"affectedVersion":{"type":"string"},"cves":{"items":{"type":"string"},"type":"array"},"operatingSystem":{"type":"string"},"softwareProduct":{"type":"string"},"updatedVersion":{"type":"string"}},"type":"object"},"advisory.SolarWindsAdvisory":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"date_added":{"type":"string"},"fixed_version":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Solr":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sonatype":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SonicWallAdvisory":{"properties":{"advisory_id":{"type":"string"},"affected_products":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cvss_vector":{"type":"string"},"cvss_version":{"type":"number"},"cwe":{"type":"string"},"date_added":{"type":"string"},"impact":{"type":"string"},"is_workaround_available":{"type":"boolean"},"last_updated_when":{"type":"string"},"published_when":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vuln_status":{"type":"string"},"vulnerable_products_list":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SpacelabsHealthcareAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Splunk":{"properties":{"advisory_id":{"type":"string"},"affected_products":{"items":{"$ref":"#/definitions/advisory.SplunkProduct"},"type":"array"},"bug_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SplunkProduct":{"properties":{"affected_version":{"type":"string"},"component":{"type":"string"},"fixed_version":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Spring":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Status":{"properties":{"productID":{"items":{"type":"string"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.Stormshield":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.StrykerAdvisory":{"properties":{"affected_components":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sudo":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"fix":{"type":"string"},"impact":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"workaround":{"type":"string"}},"type":"object"},"advisory.SuseSecurity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SwisslogHealthcareAdvisory":{"properties":{"affected_components":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Symfony":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Synacktiv":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SyncroSoft":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Synology":{"properties":{"affected_products":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"last_updated":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Syss":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"incident_id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TPLink":{"properties":{"bulletin_id":{"type":"integer"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TWCertAdvisory":{"properties":{"affected_cn":{"type":"string"},"affected_en":{"type":"string"},"credit_cn":{"type":"string"},"credit_en":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_cn":{"type":"string"},"description_en":{"type":"string"},"link":{"type":"string"},"solution_cn":{"type":"string"},"solution_en":{"type":"string"},"title_cn":{"type":"string"},"title_en":{"type":"string"},"tvnid":{"type":"string"}},"type":"object"},"advisory.Tailscale":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TalosAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"talos_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TeamViewer":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TenableResearchAdvisory":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Tencent":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_cn":{"type":"string"},"title_cn":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Thales":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TheMissingLink":{"properties":{"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed_versions":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ThermoFisher":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Threat":{"properties":{"severity":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.ThreatActorWithExternalObjects":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"country":{"type":"string"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"misp_id":{"type":"string"},"misp_threat_actor":{"$ref":"#/definitions/advisory.MISPValueNoID"},"mitre_attack_group":{"$ref":"#/definitions/advisory.MITREAttackGroupNoID"},"mitre_group_cti":{"$ref":"#/definitions/advisory.MitreGroupCTI"},"mitre_id":{"type":"string"},"threat_actor_name":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"},"vendor_names_for_threat_actors":{"items":{"$ref":"#/definitions/advisory.VendorNameForThreatActor"},"type":"array"},"vendors_and_products_targeted":{"items":{"$ref":"#/definitions/advisory.VendorProduct"},"type":"array"}},"type":"object"},"advisory.ThreatData":{"properties":{"category":{"type":"string"},"details":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Tibco":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"overview":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Timeline":{"properties":{"lang":{"type":"string"},"time":{"description":"FIXME: flip to time","type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Tool":{"properties":{"name":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.ToolRef"},"type":"array"}},"type":"object"},"advisory.ToolRef":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Tracking":{"properties":{"current_release_date":{"type":"string"},"id":{"type":"string"},"initial_release_date":{"type":"string"},"revision_history":{"items":{"$ref":"#/definitions/advisory.RevisionHistory"},"type":"array"},"status":{"type":"string"},"version":{"description":"should match last 'number' in []RevisionHistory","type":"string"}},"type":"object"},"advisory.TrackingID":{"properties":{"system_name":{"type":"string"},"text":{"type":"string"}},"type":"object"},"advisory.TraneTechnology":{"properties":{"brand":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"product":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TrendMicro":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"scores":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TriageNotes":{"properties":{"references":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Trustwave":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.USD":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.USOMAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"effect_tr":{"type":"string"},"general_information_tr":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution_tr":{"type":"string"},"title_tr":{"type":"string"},"trid":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ubiquiti":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"links":{"items":{"type":"string"},"type":"array"},"products":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.UbuntuCVE":{"properties":{"affected_packages":{"items":{"$ref":"#/definitions/advisory.AffectedUbuntuPackage"},"type":"array"},"cve":{"description":"Candidate","items":{"type":"string"},"type":"array"},"date_added":{"description":"PublicDate","type":"string"},"reference_urls":{"description":"References","items":{"type":"string"},"type":"array"},"source_url":{"type":"string"},"status":{"description":"active || retired","type":"string"},"ubuntu_url":{"type":"string"},"usn":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.UbuntuPackageReleaseStatus":{"properties":{"affected":{"type":"boolean"},"fixed":{"type":"boolean"},"fixed_version":{"type":"string"},"lts":{"type":"boolean"},"release":{"type":"string"},"release_long":{"type":"string"},"release_version":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.Unify":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Unisoc":{"properties":{"access_vector":{"type":"string"},"affected_chipsets":{"type":"string"},"affected_software":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"rating":{"type":"string"},"score":{"type":"string"},"severity":{"type":"string"},"technology":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerability":{"type":"string"}},"type":"object"},"advisory.Update":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"description":"sort // key","type":"string"},"issued":{"$ref":"#/definitions/advisory.DateTime"},"os_arch":{"type":"string"},"os_version":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.Package"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.Reference"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"updated":{"$ref":"#/definitions/advisory.DateTime"}},"type":"object"},"advisory.Updated":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.V3AcceptanceLevel":{"properties":{"description":{"type":"string"},"lastModified":{"type":"string"}},"type":"object"},"advisory.VCCPEDictionary":{"properties":{"baseCPE":{"type":"string"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.VCVulnerableCPEs":{"properties":{"cve":{"type":"string"},"unrolled":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.VDEAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vde":{"type":"string"}},"type":"object"},"advisory.VLC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VMWareAdvisory":{"properties":{"AdvisoryID":{"type":"string"},"AdvisoryURL":{"type":"string"},"CVSSv3Range":{"type":"string"},"IssueDate":{"type":"string"},"Severity":{"type":"string"},"Synopsis":{"type":"string"},"UpdatedOn":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.VYAIREAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VanDyke":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VapidLabsAdvisory":{"properties":{"author":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"exploit":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"vapidId":{"type":"string"},"vendor":{"type":"string"},"vulnerability":{"type":"string"}},"type":"object"},"advisory.Veeam":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VendorNameForThreatActor":{"properties":{"threat_actor_name":{"type":"string"},"url":{"type":"string"},"vendor_name":{"type":"string"}},"type":"object"},"advisory.VendorProduct":{"properties":{"product":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.VendorRef":{"properties":{"vendor_ref":{"type":"string"},"vendor_ref_url":{"type":"string"}},"type":"object"},"advisory.Veritas":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Virtuozzo":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VoidSec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheck":{"properties":{"affecting":{"items":{"type":"string"},"type":"array"},"credit":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cvss_v3_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheckCVEListV5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.MitreCVEListV5Ref"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheckConfig":{"properties":{"config":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"}},"type":"object"},"advisory.VulnCheckKEV":{"properties":{"_timestamp":{"type":"string"},"cisa_date_added":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dueDate":{"type":"string"},"knownRansomwareCampaignUse":{"type":"string"},"product":{"type":"string"},"reported_exploited_by_vulncheck_canaries":{"type":"boolean"},"required_action":{"type":"string"},"shortDescription":{"type":"string"},"vendorProject":{"type":"string"},"vulncheck_reported_exploitation":{"items":{"$ref":"#/definitions/advisory.ReportedExploit"},"type":"array"},"vulncheck_xdb":{"items":{"$ref":"#/definitions/advisory.XDB"},"type":"array"},"vulnerabilityName":{"type":"string"}},"type":"object"},"advisory.VulnCheckPackage":{"properties":{"arch":{"type":"string"},"distro":{"type":"string"},"filename":{"type":"string"},"md5":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Vulnerability":{"properties":{"cve":{"type":"string"},"cvssscoreSets":{"$ref":"#/definitions/advisory.ScoreSet"},"description":{"type":"string"},"packages":{"description":"vulncheck addition","items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"productStatuses":{"items":{"$ref":"#/definitions/advisory.Status"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.CVRFReference"},"type":"array"},"threats":{"items":{"$ref":"#/definitions/advisory.Threat"},"type":"array"}},"type":"object"},"advisory.VulnerableDebianPackage":{"properties":{"associated_cves":{"items":{"$ref":"#/definitions/advisory.DebianCVE"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"package_name":{"type":"string"}},"type":"object"},"advisory.VulnerableProduct":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Vulnrichment":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.VulnrichmentCVERef"},"url":{"type":"string"}},"type":"object"},"advisory.VulnrichmentCVERef":{"properties":{"containers":{"$ref":"#/definitions/advisory.VulnrichmentContainers"},"cveMetadata":{"$ref":"#/definitions/advisory.MCveMetadata"},"dataType":{"type":"string"},"dataVersion":{"type":"string"}},"type":"object"},"advisory.VulnrichmentContainers":{"properties":{"adp":{"items":{"$ref":"#/definitions/advisory.ADP"},"type":"array"},"cna":{"$ref":"#/definitions/advisory.MCna"}},"type":"object"},"advisory.VulnrichmentContent":{"properties":{"id":{"type":"string"},"options":{"items":{"$ref":"#/definitions/advisory.VulnrichmentOption"},"type":"array"},"role":{"type":"string"},"timestamp":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.VulnrichmentMetric":{"properties":{"other":{"$ref":"#/definitions/advisory.VulnrichmentOther"}},"type":"object"},"advisory.VulnrichmentOption":{"properties":{"Automatable":{"type":"string"},"Exploitation":{"type":"string"},"Technical Impact":{"type":"string"}},"type":"object"},"advisory.VulnrichmentOther":{"properties":{"content":{"$ref":"#/definitions/advisory.VulnrichmentContent"},"type":{"type":"string"}},"type":"object"},"advisory.WRT":{"properties":{"advisory":{"type":"string"},"affectedVersions":{"type":"string"},"credits":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"mitigations":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"requirements":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WatchGuard":{"properties":{"advisory_id":{"type":"string"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"resolution":{"type":"string"},"score":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WhatsApp":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Wibu":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Wireshark":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WithSecure":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WolfSSL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_version":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.Wolfi":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"date_added":{"description":"un-used","type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.WolfiPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.WolfiPackage":{"properties":{"name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.WolfiSecFix"},"type":"array"}},"type":"object"},"advisory.WolfiSecFix":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"}},"type":"object"},"advisory.Wordfence":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.XDB":{"properties":{"clone_ssh_url":{"type":"string"},"date_added":{"type":"string"},"exploit_type":{"type":"string"},"xdb_id":{"type":"string"},"xdb_url":{"type":"string"}},"type":"object"},"advisory.Xen":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updatedAt":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xerox":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xiaomi":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"internal_id":{"type":"string"},"summary":{"type":"string"},"summary_cn":{"type":"string"},"title":{"type":"string"},"title_cn":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xylem":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"xsa":{"type":"string"}},"type":"object"},"advisory.Yamaha":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary_ja":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.YokogawaAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"ysar_id":{"type":"string"}},"type":"object"},"advisory.Yubico":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZDI":{"properties":{"cves":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"cvss_version":{"type":"string"},"discoverers":{"items":{"type":"string"},"type":"array"},"filter_ids_dv":{"items":{"type":"string"},"type":"array"},"last_updated_at":{"type":"string"},"products":{"items":{"$ref":"#/definitions/advisory.ZDIProduct"},"type":"array"},"public_advisory":{"type":"string"},"published_date":{"type":"string"},"responses":{"items":{"$ref":"#/definitions/advisory.ZDIResponse"},"type":"array"},"title":{"type":"string"},"zdi_can":{"type":"string"},"zdi_public":{"type":"string"}},"type":"object"},"advisory.ZDIProduct":{"properties":{"name":{"type":"string"},"uri":{"type":"string"},"vendor":{"$ref":"#/definitions/advisory.ZDIVendor"}},"type":"object"},"advisory.ZDIResponse":{"properties":{"text":{"type":"string"},"uri":{"type":"string"},"vendor":{"$ref":"#/definitions/advisory.ZDIResponseVendor"}},"type":"object"},"advisory.ZDIResponseVendor":{"properties":{"name":{"type":"string"}},"type":"object"},"advisory.ZDIVendor":{"properties":{"name":{"type":"string"},"uri":{"type":"string"}},"type":"object"},"advisory.Zebra":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZeroDayAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"zdi":{"$ref":"#/definitions/advisory.ZDI"}},"type":"object"},"advisory.ZeroScienceAdvisory":{"properties":{"advisoryId":{"type":"string"},"affectedVersions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"link":{"type":"string"},"poC":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.Zimbra":{"properties":{"bugs":{"items":{"type":"integer"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"fix":{"type":"string"},"rating":{"type":"string"},"reporter":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Zoom":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"zsb":{"type":"string"}},"type":"object"},"advisory.Zscaler":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZuluVersion":{"properties":{"jdk":{"type":"string"},"type":{"type":"string"},"zulu":{"type":"string"}},"type":"object"},"advisory.Zuso":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"zaid":{"type":"string"}},"type":"object"},"advisory.Zyxel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.BaseMetricV2":{"properties":{"acInsufInfo":{"type":"boolean"},"cvssV2":{"$ref":"#/definitions/api.CVSSV2"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"obtainAllPrivilege":{"type":"boolean"},"obtainOtherPrivilege":{"type":"boolean"},"obtainUserPrivilege":{"type":"boolean"},"severity":{"type":"string"},"userInteractionRequired":{"type":"boolean"}},"type":"object"},"api.BaseMetricV3":{"properties":{"cvssV3":{"$ref":"#/definitions/api.CVSSV3"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"}},"type":"object"},"api.CPE":{"properties":{"edition":{"type":"string"},"language":{"type":"string"},"other":{"type":"string"},"part":{"type":"string"},"product":{"type":"string"},"sw_edition":{"type":"string"},"target_hw":{"type":"string"},"target_sw":{"type":"string"},"update":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CPEMatch":{"properties":{"cpe22Uri":{"type":"string"},"cpe23Uri":{"type":"string"},"cpe_name":{"items":{"$ref":"#/definitions/api.CPEName"},"type":"array"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"api.CPEName":{"properties":{"cpe22Uri":{"type":"string"},"cpe23Uri":{"type":"string"},"lastModifiedDate":{"type":"string"}},"type":"object"},"api.CVE":{"properties":{"CVE_data_meta":{"$ref":"#/definitions/api.CVEDataMeta"},"data_format":{"type":"string"},"data_type":{"type":"string"},"data_version":{"type":"string"},"description":{"$ref":"#/definitions/api.Description"},"problemtype":{"$ref":"#/definitions/api.ProblemType"},"references":{"$ref":"#/definitions/api.References"}},"type":"object"},"api.CVEDataMeta":{"properties":{"ASSIGNER":{"type":"string"},"ID":{"type":"string"}},"type":"object"},"api.CVEDataMetaExtended":{"properties":{"ALIAS":{"type":"string"},"ASSIGNER":{"type":"string"},"ID":{"type":"string"},"STATUS":{"type":"string"}},"type":"object"},"api.CVEExtended":{"properties":{"CVE_data_meta":{"$ref":"#/definitions/api.CVEDataMetaExtended"},"categorization":{"$ref":"#/definitions/api.CategorizationExtended"},"data_format":{"type":"string"},"data_type":{"type":"string"},"data_version":{"type":"string"},"description":{"$ref":"#/definitions/api.Description"},"problemtype":{"$ref":"#/definitions/api.ProblemTypeExtended"},"references":{"$ref":"#/definitions/api.ReferencesExtended"}},"type":"object"},"api.CVSSV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CVSSV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CWE":{"properties":{"abstraction":{"type":"string"},"description":{"type":"string"},"kev_count":{"type":"integer"},"status":{"type":"string"},"structure":{"type":"string"},"vulncheck_nvd_count":{"type":"integer"},"weakness_id":{"type":"string"},"weakness_name":{"type":"string"},"weighted_score":{"type":"number"}},"type":"object"},"api.CategorizationExtended":{"properties":{"tags":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.ClientFingerprints":{"properties":{"hassh":{"type":"string"},"ja3":{"type":"string"},"ja4":{"type":"string"}},"type":"object"},"api.Configurations":{"properties":{"CVE_data_version":{"type":"string"},"nodes":{"items":{"$ref":"#/definitions/api.Nodes"},"type":"array"}},"type":"object"},"api.CveItems":{"properties":{"configurations":{"$ref":"#/definitions/api.Configurations"},"cve":{"$ref":"#/definitions/api.CVE"},"impact":{"$ref":"#/definitions/api.Impact"},"lastModifiedDate":{"type":"string"},"publishedDate":{"type":"string"},"vcConfigurations":{"$ref":"#/definitions/api.Configurations"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.CveItemsExtended":{"properties":{"_timestamp":{"type":"string"},"configurations":{"$ref":"#/definitions/api.Configurations"},"cve":{"$ref":"#/definitions/api.CVEExtended"},"date_added":{"type":"string"},"documentGenerationDate":{"description":"the deep tag instructs deep.Equal to ignore this field (used during OpenSearch loading)","type":"string"},"impact":{"$ref":"#/definitions/api.ImpactExtended"},"lastModifiedDate":{"type":"string"},"mitre_attack_techniques":{"items":{"$ref":"#/definitions/api.MitreAttackTech"},"type":"array"},"publishedDate":{"type":"string"},"related_attack_patterns":{"items":{"$ref":"#/definitions/api.RelatedAttackPattern"},"type":"array"},"vcConfigurations":{"$ref":"#/definitions/api.Configurations"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vulnerable_cpes":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.DateTime":{"properties":{"date":{"type":"string"}},"type":"object"},"api.Description":{"properties":{"description_data":{"items":{"$ref":"#/definitions/api.DescriptionData"},"type":"array"}},"type":"object"},"api.DescriptionData":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.EPSS":{"properties":{"epss_percentile":{"type":"number"},"epss_score":{"type":"number"},"last_modified":{"type":"string"}},"type":"object"},"api.EPSSData":{"properties":{"_timestamp":{"type":"string"},"cve":{"type":"string"},"epss_percentile":{"type":"number"},"epss_score":{"type":"number"}},"type":"object"},"api.ExploitChain":{"properties":{"cves":{"items":{"$ref":"#/definitions/api.ExploitChainCVE"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.ExploitChainCVE":{"properties":{"cve":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.ExploitV3Result":{"properties":{"_timestamp":{"description":"ignore this field when checking for differences/changes","type":"string"},"commercial_exploit_found":{"type":"boolean"},"counts":{"$ref":"#/definitions/api.ExploitsV3Count"},"date_added":{"type":"string"},"epss":{"allOf":[{"$ref":"#/definitions/api.EPSS"}],"description":"exclude EPSS from changelog"},"exploits":{"items":{"$ref":"#/definitions/api.NormalizedExploitV3Entry"},"type":"array"},"id":{"type":"string"},"inKEV":{"type":"boolean"},"inVCKEV":{"type":"boolean"},"max_exploit_maturity":{"type":"string"},"public_exploit_found":{"type":"boolean"},"reported_exploitation":{"items":{"$ref":"#/definitions/api.NormalizedReportV3Entry"},"type":"array"},"reported_exploited":{"type":"boolean"},"reported_exploited_by_botnets":{"type":"boolean"},"reported_exploited_by_honeypot_service":{"type":"boolean"},"reported_exploited_by_ransomware":{"type":"boolean"},"reported_exploited_by_threat_actors":{"type":"boolean"},"reported_exploited_by_vulncheck_canaries":{"type":"boolean"},"timeline":{"$ref":"#/definitions/api.ExploitsV3Timeline"},"trending":{"$ref":"#/definitions/api.ExploitsTrending"},"weaponized_exploit_found":{"type":"boolean"}},"type":"object"},"api.ExploitsChange":{"properties":{"change_time":{"type":"string"},"change_type":{"type":"string"},"field":{"type":"string"},"new_value":{},"old_value":{}},"type":"object"},"api.ExploitsChangelog":{"properties":{"changes":{"items":{"$ref":"#/definitions/api.ExploitsChange"},"type":"array"},"cve":{"type":"string"}},"type":"object"},"api.ExploitsTrending":{"properties":{"github":{"type":"boolean"}},"type":"object"},"api.ExploitsV3Count":{"properties":{"botnets":{"type":"integer"},"exploits":{"type":"integer"},"ransomware_families":{"type":"integer"},"threat_actors":{"type":"integer"}},"type":"object"},"api.ExploitsV3Timeline":{"properties":{"cisa_kev_date_added":{"type":"string"},"cisa_kev_date_due":{"type":"string"},"first_exploit_published":{"type":"string"},"first_exploit_published_weaponized_or_higher":{"type":"string"},"first_reported_botnet":{"type":"string"},"first_reported_ransomware":{"type":"string"},"first_reported_threat_actor":{"type":"string"},"most_recent_exploit_published":{"type":"string"},"most_recent_reported_botnet":{"type":"string"},"most_recent_reported_ransomware":{"type":"string"},"most_recent_reported_threat_actor":{"type":"string"},"nvd_last_modified":{"description":"it's often the case the nvd record was updated, but in a way that is irrelevant to the contents\nof a vc exploits record.","type":"string"},"nvd_published":{"type":"string"},"vulncheck_kev_date_added":{"type":"string"},"vulncheck_kev_date_due":{"type":"string"}},"type":"object"},"api.HTTPDetails":{"properties":{"http_request_body":{"type":"string"},"http_user_agent":{"type":"string"},"method":{"type":"string"},"protocol":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.Impact":{"properties":{"baseMetricV2":{"$ref":"#/definitions/api.BaseMetricV2"},"baseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"metricV40":{"allOf":[{"$ref":"#/definitions/advisory.CVSSV40"}],"description":"this isn't called baseMetric, because it can contain other metrics -- typically supplemental metrics"}},"type":"object"},"api.ImpactExtended":{"properties":{"baseMetricV2":{"$ref":"#/definitions/api.BaseMetricV2"},"baseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"correctedBaseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"epss":{"$ref":"#/definitions/api.EPSS"},"metricV40":{"$ref":"#/definitions/advisory.CVSSV40"},"ssvc":{"items":{"$ref":"#/definitions/api.SSVC"},"type":"array"},"temporalMetricV2":{"$ref":"#/definitions/api.TemporalMetricV2"},"temporalMetricV3":{"$ref":"#/definitions/api.TemporalMetricV3"},"temporalV3Corrected":{"$ref":"#/definitions/api.TemporalMetricV3"},"threatMetricV40":{"$ref":"#/definitions/advisory.CVSSV40Threat"}},"type":"object"},"api.InitialAccess":{"properties":{"artifacts":{"description":"Artifacts holds the set of available artifacts for this vulnerability, such as exploit, shodan queries, PCAP traces, and others.","items":{"$ref":"#/definitions/api.InitialAccessArtifact"},"type":"array"},"cve":{"description":"CVE identifier for the given initial access record.","type":"string"},"inKEV":{"description":"InKEV is true if this artifact is in CISA's Known Exploited Vulnerabilities (KEV) data set; otherwise, false.","type":"boolean"},"inVCKEV":{"description":"InVCKEV is true if this artifact is in VulnCheck's Known Exploited Vulnerabilities (VCKEV) data set; otherwise, false.","type":"boolean"},"vulnerable_cpes":{"description":"VulnerableCPEs is the list of vulnerable CPE strings associated with this CVE and artifact(s).","items":{"type":"string"},"type":"array"}},"type":"object"},"api.InitialAccessArtifact":{"properties":{"artifactName":{"description":"ArtifactName is a title to associate with this artifact.","type":"string"},"artifactsURL":{"description":"ArtifactsURL are URLs to the available artifact.","items":{"type":"string"},"type":"array"},"baiduQueries":{"description":"...","items":{"type":"string"},"type":"array"},"baiduRawQueries":{"description":"...","items":{"type":"string"},"type":"array"},"censysLegacyQueries":{"description":"CensysLegacyQueries are legacy queries for examining potential Internet-exposed devices \u0026 applications with Censys in URL form.","items":{"type":"string"},"type":"array"},"censysLegacyRawQueries":{"description":"CensysLegacyRawQueries are raw legacy queries for examining potential Internet-exposed devices \u0026 applications with Censys.","items":{"type":"string"},"type":"array"},"censysQueries":{"description":"CensysQueries are queries for examining potential Internet-exposed devices \u0026 applications with Censys in URL form.","items":{"type":"string"},"type":"array"},"censysRawQueries":{"description":"CensysRawQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with Censys.","items":{"type":"string"},"type":"array"},"cloneSSHURL":{"description":"CloneSSHURL is the git URL to clone the artifact with.","type":"string"},"dateAdded":{"description":"DateAdded is when this artifact entry was first added to the InitialAccess data set.","type":"string"},"driftnetQueries":{"description":"DriftnetQueries are queries for examining Internet exposed services with Driftnet.","items":{"type":"string"},"type":"array"},"driftnetRawQueries":{"description":"DriftnetRawQueries are queries for examining Internet exposed services with Driftnet.","items":{"type":"string"},"type":"array"},"exploit":{"description":"Exploit indicates whether or not an exploit is available in this artifact.","type":"boolean"},"fofaQueries":{"description":"FOFAQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with FOFA.","items":{"type":"string"},"type":"array"},"fofaRawQueries":{"items":{"type":"string"},"type":"array"},"googleQueries":{"description":"google queries","items":{"type":"string"},"type":"array"},"googleRawQueries":{"description":"raw google queries","items":{"type":"string"},"type":"array"},"greynoiseQueries":{"description":"GreynoiseQueries are queries for finding the vulnerability via honeypot data.","items":{"type":"string"},"type":"array"},"mitreAttackTechniques":{"description":"MITRE ATT\u0026CK techniques","items":{"type":"string"},"type":"array"},"nmapScript":{"description":"NmapScript indicates whether or not an nmap script for scanning environment exists in this artifact.","type":"boolean"},"pcap":{"description":"PCAP indicates whether of not a package capture of the exploit PoC exploiting a vulnerable system exists in this artifact.","type":"boolean"},"product":{"description":"Product are the software that has the vulnerability.","items":{"type":"string"},"type":"array"},"shodanQueries":{"description":"ShodanQueries are queries for examining potential Internet-exposed devices \u0026 applications with Shodan in URL form.","items":{"type":"string"},"type":"array"},"shodanRawQueries":{"description":"ShodanRawQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with Shodan.","items":{"type":"string"},"type":"array"},"sigmaRule":{"description":"SigmaRule indicates whether or not a Sigma rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"snortRule":{"description":"SnortRule indicates whether or not a Snort rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"suricataRule":{"description":"SuricataRule indicates whether or not a Suricata rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"targetDocker":{"description":"TargetDocker indicates whether or not there is an available docker image with the vulnerability.","type":"boolean"},"targetEncryptedComms":{"description":"Encrypted communications?","type":"string"},"targetService":{"description":"TargetService indicates the service (HTTP, FTP, etc) that this exploit targets.","type":"string"},"vendor":{"description":"Vendor of the vulnerable product","type":"string"},"versionScanner":{"description":"VersionScanner indicates whether or not the exploit PoC can determine if target system is vulnerable without sending exploit payload in this artifact.","type":"boolean"},"yara":{"description":"YARA indicates whether or not a YARA rule designed to detect the exploit on an endpoint exists in this artifact.","type":"boolean"},"zeroday":{"description":"Zeroday indicates whether or not it is a VulnCheck zeroday.","type":"boolean"},"zoomEyeQueries":{"description":"ZoomEyeQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with ZoomEye.","items":{"type":"string"},"type":"array"},"zoomEyeRawQueries":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.MitreAttackTech":{"properties":{"d3fendmapping":{"items":{"$ref":"#/definitions/api.MitreMitigation2D3fendMapping"},"type":"array"},"detections":{"items":{"$ref":"#/definitions/api.MitreDetectionTech"},"type":"array"},"domain":{"type":"string"},"id":{"type":"string"},"mitigations":{"items":{"$ref":"#/definitions/api.MitreMitigationTech"},"type":"array"},"name":{"type":"string"},"subtechnique":{"type":"boolean"},"tactics":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.MitreAttackToCVE":{"properties":{"cve_list":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"technique_id":{"$ref":"#/definitions/api.MitreAttackTech"}},"type":"object"},"api.MitreD3fendTechnique":{"properties":{"id":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.MitreDetectionTech":{"properties":{"datacomponent":{"type":"string"},"datasource":{"type":"string"},"detects":{"type":"string"},"id":{"type":"string"}},"type":"object"},"api.MitreMitigation2D3fendMapping":{"properties":{"d3fendtechniques":{"items":{"$ref":"#/definitions/api.MitreD3fendTechnique"},"type":"array"},"id":{"type":"string"}},"type":"object"},"api.MitreMitigationTech":{"properties":{"description":{"type":"string"},"id":{"type":"string"},"mitigation_url":{"type":"string"}},"type":"object"},"api.NVD20CPEMatch":{"properties":{"cpeLastModified":{"type":"string"},"created":{"type":"string"},"criteria":{"type":"string"},"lastModified":{"type":"string"},"matchCriteriaId":{"type":"string"},"matches":{"items":{"$ref":"#/definitions/api.NVD20CPEName"},"type":"array"},"status":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"}},"type":"object"},"api.NVD20CPEName":{"properties":{"cpeName":{"type":"string"},"cpeNameId":{"type":"string"}},"type":"object"},"api.NVD20CVE":{"properties":{"cisaActionDue":{"type":"string"},"cisaExploitAdd":{"type":"string"},"cisaRequiredAction":{"type":"string"},"cisaVulnerabilityName":{"type":"string"},"configurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"descriptions":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"evaluatorComment":{"type":"string"},"evaluatorImpact":{"type":"string"},"evaluatorSolution":{"type":"string"},"id":{"type":"string"},"lastModified":{"type":"string"},"metrics":{"$ref":"#/definitions/api.NVD20Metric"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/api.NVD20Reference"},"type":"array"},"sourceIdentifier":{"type":"string"},"vcConfigurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vendorComments":{"items":{"$ref":"#/definitions/api.NVD20VendorComment"},"type":"array"},"vulnStatus":{"type":"string"},"weaknesses":{"items":{"$ref":"#/definitions/api.NVD20Weakness"},"type":"array"}},"type":"object"},"api.NVD20CVEExtended":{"properties":{"ALIAS":{"type":"string"},"STATUS":{"type":"string"},"_timestamp":{"description":"the deep tag instructs deep.Equal to ignore this field (used during OpenSearch loading)","type":"string"},"categorization":{"$ref":"#/definitions/api.CategorizationExtended"},"cisaActionDue":{"type":"string"},"cisaExploitAdd":{"type":"string"},"cisaRequiredAction":{"type":"string"},"cisaVulnerabilityName":{"type":"string"},"configurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"date_added":{"type":"string"},"descriptions":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"documentGenerationDate":{"type":"string"},"evaluatorComment":{"type":"string"},"evaluatorImpact":{"type":"string"},"evaluatorSolution":{"type":"string"},"id":{"type":"string"},"lastModified":{"type":"string"},"metrics":{"$ref":"#/definitions/api.NVD20MetricExtended"},"mitreAttackTechniques":{"items":{"$ref":"#/definitions/api.MitreAttackTech"},"type":"array"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/api.NVD20ReferenceExtended"},"type":"array"},"relatedAttackPatterns":{"items":{"$ref":"#/definitions/api.RelatedAttackPattern"},"type":"array"},"sourceIdentifier":{"type":"string"},"vcConfigurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vendorComments":{"items":{"$ref":"#/definitions/api.NVD20VendorComment"},"type":"array"},"vulnStatus":{"type":"string"},"vulncheckKEVExploitAdd":{"type":"string"},"vulnerableCPEs":{"items":{"type":"string"},"type":"array"},"weaknesses":{"items":{"$ref":"#/definitions/api.NVD20WeaknessExtended"},"type":"array"}},"type":"object"},"api.NVD20CvssDataV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"collateralDamagePotential":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"exploitability":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"targetDistribution":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20CvssDataV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"environmentalSeverity":{"type":"string"},"exploitCodeMaturity":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"modifiedAttackComplexity":{"type":"string"},"modifiedAttackVector":{"type":"string"},"modifiedAvailabilityImpact":{"type":"string"},"modifiedConfidentialityImpact":{"type":"string"},"modifiedIntegrityImpact":{"type":"string"},"modifiedPrivilegesRequired":{"type":"string"},"modifiedScope":{"type":"string"},"modifiedUserInteraction":{"type":"string"},"privilegesRequired":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"scope":{"type":"string"},"temporalScore":{"type":"number"},"temporalSeverity":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20CvssMetricV2":{"properties":{"acInsufInfo":{"type":"boolean"},"baseSeverity":{"type":"string"},"cvssData":{"$ref":"#/definitions/api.NVD20CvssDataV2"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"obtainAllPrivilege":{"type":"boolean"},"obtainOtherPrivilege":{"type":"boolean"},"obtainUserPrivilege":{"type":"boolean"},"source":{"type":"string"},"type":{"type":"string"},"userInteractionRequired":{"type":"boolean"}},"type":"object"},"api.NVD20CvssMetricV3":{"properties":{"cvssData":{"$ref":"#/definitions/api.NVD20CvssDataV3"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20CvssMetricV40":{"properties":{"cvssData":{"$ref":"#/definitions/advisory.CVSSV40"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20Description":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.NVD20Metric":{"properties":{"cvssMetricV2":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV2"},"type":"array"},"cvssMetricV30":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV31":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV40":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV40"},"type":"array"}},"type":"object"},"api.NVD20MetricExtended":{"properties":{"cvssMetricV2":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV2"},"type":"array"},"cvssMetricV30":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV31":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV40":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV40"},"type":"array"},"epss":{"$ref":"#/definitions/api.EPSS"},"ssvc":{"items":{"$ref":"#/definitions/api.SSVC"},"type":"array"},"temporalCVSSV2":{"$ref":"#/definitions/api.NVD20TemporalCVSSV2"},"temporalCVSSV2Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV2"},"type":"array"},"temporalCVSSV30":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"temporalCVSSV30Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"type":"array"},"temporalCVSSV31":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"temporalCVSSV31Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"type":"array"},"threatCVSSV40":{"$ref":"#/definitions/api.NVD20ThreatCVSSV40"},"threatCVSSV40Secondary":{"items":{"$ref":"#/definitions/api.NVD20ThreatCVSSV40"},"type":"array"}},"type":"object"},"api.NVD20Reference":{"properties":{"source":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.NVD20ReferenceExtended":{"properties":{"date_added":{"type":"string"},"external_id":{"type":"string"},"lang":{"type":"string"},"name":{"type":"string"},"previous_url":{"type":"string"},"refsource":{"type":"string"},"source":{"type":"string"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.NVD20TemporalAssociatedBaseMetric":{"properties":{"baseScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20TemporalCVSSV2":{"properties":{"associatedBaseMetricV2":{"$ref":"#/definitions/api.NVD20TemporalAssociatedBaseMetric"},"exploitability":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20TemporalCVSSV3":{"properties":{"associatedBaseMetricV3":{"$ref":"#/definitions/api.NVD20TemporalAssociatedBaseMetric"},"exploitCodeMaturity":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20ThreatAssociatedBaseMetric":{"properties":{"baseScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20ThreatCVSSV40":{"properties":{"associatedBaseMetricV40":{"$ref":"#/definitions/api.NVD20ThreatAssociatedBaseMetric"},"baseThreatScore":{"type":"number"},"baseThreatSeverity":{"type":"string"},"exploitMaturity":{"type":"string"}},"type":"object"},"api.NVD20VendorComment":{"properties":{"comment":{"type":"string"},"lastModified":{"type":"string"},"organization":{"type":"string"}},"type":"object"},"api.NVD20Weakness":{"properties":{"description":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20WeaknessDescExtended":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.NVD20WeaknessExtended":{"properties":{"description":{"items":{"$ref":"#/definitions/api.NVD20WeaknessDescExtended"},"type":"array"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.Nodes":{"properties":{"children":{"items":{"$ref":"#/definitions/api.Nodes"},"type":"array"},"cpe_match":{"items":{"$ref":"#/definitions/api.CPEMatch"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"api.NormalizedExploitV3Entry":{"properties":{"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"date_added":{"type":"string"},"exploit_availability":{"type":"string"},"exploit_maturity":{"type":"string"},"exploit_type":{"type":"string"},"name":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_id":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.NormalizedReportV3Entry":{"properties":{"date_added":{"type":"string"},"name":{"type":"string"},"refsource":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.OSSPackage":{"properties":{"artifacts":{"$ref":"#/definitions/api.OSSPackageArtifacts"},"cves":{"items":{"type":"string"},"type":"array"},"licenses":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"published_date":{"type":"string"},"purl":{"items":{"type":"string"},"type":"array"},"research_attributes":{"$ref":"#/definitions/api.OSSPackageResearchAttributes"},"version":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/api.OSSPackageVulnerability"},"type":"array"}},"type":"object"},"api.OSSPackageArtifacts":{"properties":{"binary":{"items":{"$ref":"#/definitions/api.OSSPackageDownloadInfo"},"type":"array"},"source":{"items":{"$ref":"#/definitions/api.OSSPackageDownloadInfo"},"type":"array"}},"type":"object"},"api.OSSPackageDownloadInfo":{"properties":{"hashes":{"items":{"$ref":"#/definitions/api.OSSPackageHashInfo"},"type":"array"},"reference":{"type":"string"},"type":{"description":"See OSSPackageDownloadInfoType* consts","type":"string"},"url":{"type":"string"}},"type":"object"},"api.OSSPackageHashInfo":{"properties":{"algorithm":{"description":"See OSSPackageHashInfoAlgo* consts","type":"string"},"type":{"description":"See OSSPackageHashInfoType* consts","type":"string"},"value":{"description":"hex string digest or link to hash","type":"string"}},"type":"object"},"api.OSSPackageResearchAttributes":{"properties":{"abandoned":{"type":"boolean"},"eol":{"type":"boolean"},"is_malicious":{"type":"boolean"},"malicious_source":{"type":"string"},"repo_hijackable":{"type":"boolean"},"squatted_package":{"type":"string"}},"type":"object"},"api.OSSPackageVulnerability":{"properties":{"detection":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"api.Package":{"properties":{"filename":{"type":"string"},"name":{"description":"sort","type":"string"},"release":{"type":"string"},"src":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.ProblemType":{"properties":{"problemtype_data":{"items":{"$ref":"#/definitions/api.ProblemTypeData"},"type":"array"}},"type":"object"},"api.ProblemTypeData":{"properties":{"description":{"items":{"$ref":"#/definitions/api.ProblemTypeDescription"},"type":"array"}},"type":"object"},"api.ProblemTypeDataExtended":{"properties":{"description":{"items":{"$ref":"#/definitions/api.ProblemTypeDescriptionExtended"},"type":"array"}},"type":"object"},"api.ProblemTypeDescription":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.ProblemTypeDescriptionExtended":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.ProblemTypeExtended":{"properties":{"problemtype_data":{"items":{"$ref":"#/definitions/api.ProblemTypeDataExtended"},"type":"array"}},"type":"object"},"api.Reference":{"properties":{"href":{"description":"sort","type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.ReferenceData":{"properties":{"name":{"type":"string"},"refsource":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.ReferenceDataExtended":{"properties":{"date_added":{"type":"string"},"external_id":{"type":"string"},"lang":{"type":"string"},"name":{"type":"string"},"previous_url":{"type":"string"},"refsource":{"type":"string"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.References":{"properties":{"reference_data":{"items":{"$ref":"#/definitions/api.ReferenceData"},"type":"array"}},"type":"object"},"api.ReferencesExtended":{"properties":{"reference_data":{"description":"ExploitData []NormalizedExploit `json:\"exploit_data,omitempty\"`\n\t\tThreatActorData []ThreatActorExtended `json:\"threat_actor_data,omitempty\"`\n\t\tRansomwareData []RansomwareReferenceData `json:\"ransomware_data,omitempty\"`\n\t\tAdvisoryData []AdvisoryExtended `json:\"advisory_data,omitempty\"`\n\t\tIdentifierData []IdentifierExtended `json:\"identifier_data,omitempty\"`","items":{"$ref":"#/definitions/api.ReferenceDataExtended"},"type":"array"}},"type":"object"},"api.RelatedAttackPattern":{"properties":{"capec_id":{"type":"string"},"capec_name":{"type":"string"},"capec_url":{"type":"string"},"lang":{"type":"string"}},"type":"object"},"api.SSVC":{"properties":{"automatable":{"type":"string"},"exploitation":{"type":"string"},"source":{"type":"string"},"technicalImpact":{"type":"string"}},"type":"object"},"api.TemporalCVSSV2":{"properties":{"exploitability":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.TemporalCVSSV3":{"properties":{"exploitCodeMaturity":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.TemporalMetricV2":{"properties":{"cvssV2":{"$ref":"#/definitions/api.TemporalCVSSV2"}},"type":"object"},"api.TemporalMetricV3":{"properties":{"cvssV3":{"$ref":"#/definitions/api.TemporalCVSSV3"}},"type":"object"},"api.Update":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"description":"sort // key","type":"string"},"issued":{"$ref":"#/definitions/api.DateTime"},"os_arch":{"type":"string"},"os_version":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/api.Package"},"type":"array"},"references":{"items":{"$ref":"#/definitions/api.Reference"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"updated":{"$ref":"#/definitions/api.DateTime"}},"type":"object"},"api.VulnCheckCanary":{"properties":{"category":{"type":"string"},"client_fingerprints":{"$ref":"#/definitions/api.ClientFingerprints"},"cve":{"type":"string"},"dst_country":{"type":"string"},"http":{"$ref":"#/definitions/api.HTTPDetails"},"payload":{"type":"string"},"severity":{"type":"integer"},"signature":{"type":"string"},"signature_id":{"type":"integer"},"src_country":{"type":"string"},"src_ip":{"type":"string"},"src_port":{"type":"integer"},"timestamp":{"type":"string"}},"type":"object"},"api.VulnerabilityAlias":{"properties":{"alias":{"type":"string"},"cve":{"type":"string"},"reference_url":{"type":"string"}},"type":"object"},"models.Entitlements":{"properties":{"entitlements":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"description":"Entitlements provides a map of roles to a list of entitlements","type":"object"}},"type":"object"},"paginate.Match":{"properties":{"field":{"type":"string"},"value":{"type":"string"}},"type":"object"},"paginate.Pagination":{"properties":{"cursor":{"description":"Cursor for the current page","type":"string"},"first_item":{"description":"First and last Item","type":"integer"},"index":{"description":"The requested index","type":"string"},"last_item":{"type":"integer"},"limit":{"description":"Per-Page limit","type":"integer"},"matches":{"items":{"$ref":"#/definitions/paginate.Match"},"type":"array"},"max_pages":{"type":"integer"},"next_cursor":{"description":"Cursor for the next page","type":"string"},"opensearch_query":{"type":"object"},"order":{"type":"string"},"page":{"description":"The current Page number","type":"integer"},"pages":{"items":{"type":"string"},"type":"array"},"parameters":{"items":{"$ref":"#/definitions/paginate.Param"},"type":"array"},"show_pages":{"type":"boolean"},"show_query":{"type":"boolean"},"sort":{"type":"string"},"timestamp":{"type":"string"},"total_documents":{"description":"The total number of items","type":"integer"},"total_pages":{"description":"The total number of pages","type":"integer"},"warnings":{"items":{"type":"string"},"type":"array"}},"type":"object"},"paginate.Param":{"properties":{"filtering":{"type":"string"},"format":{"type":"string"},"name":{"type":"string"}},"type":"object"},"params.IndexBackup":{"properties":{"date_added":{"type":"string"},"filename":{"type":"string"},"sha256":{"type":"string"},"url":{"type":"string"},"url_ap-southeast-2":{"type":"string"},"url_eu-west-2":{"type":"string"},"url_expires":{"type":"string"},"url_mrap":{"type":"string"},"url_ttl_minutes":{"type":"integer"},"url_us-east-1":{"type":"string"},"url_us-west-2":{"type":"string"}},"type":"object"},"params.IndexBackupList":{"properties":{"description":{"type":"string"},"href":{"description":"Href API endpoint URI to detailed backup information","type":"string"},"name":{"type":"string"}},"type":"object"},"params.IndexList":{"properties":{"description":{"type":"string"},"href":{"description":"Href API endpoint URI to detailed index information","type":"string"},"name":{"type":"string"}},"type":"object"},"purl.PackageURLJSON":{"properties":{"name":{"type":"string"},"namespace":{"type":"string"},"qualifiers":{"items":{"$ref":"#/definitions/purl.QualifierJSON"},"type":"array"},"subpath":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"type":"object"},"purl.QualifierJSON":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object"},"purls.Artifact":{"type":"object"},"purls.PurlResponse":{"properties":{"artifacts":{"$ref":"#/definitions/purls.Artifact"},"cves":{"items":{"type":"string"},"type":"array"},"licenses":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"published_date":{"type":"string"},"purl":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/purls.Vulnerability"},"type":"array"}},"type":"object"},"purls.Vulnerability":{"properties":{"arch":{"type":"string"},"detection":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"render.Response-array_params_IndexBackupList":{"properties":{"_benchmark":{"type":"number"},"data":{"items":{"$ref":"#/definitions/params.IndexBackupList"},"type":"array"}},"type":"object"},"render.Response-array_params_IndexList":{"properties":{"_benchmark":{"type":"number"},"data":{"items":{"$ref":"#/definitions/params.IndexList"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_A10-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.A10"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ABBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ABBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AIX-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AIX"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AMD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AMD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AMI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AMI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ASRG-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ASRG"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AVEVAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AVEVAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AWS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AWS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Abbott-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Abbott"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Absolute-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Absolute"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Acronis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Acronis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AdobeAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AdobeAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Advantech-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Advantech"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Advisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Advisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AdvisoryRecord-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AdvisoryRecord"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlephResearch-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlephResearch"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Alibaba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Alibaba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlmaLinuxUpdate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlmaLinuxUpdate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlpineLinuxSecDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AmazonCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AmazonCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AnchoreNVDOverride-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AnchoreNVDOverride"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AndroidAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AndroidAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheActiveMQ-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheActiveMQ"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheArchiva-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheArchiva"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheArrow-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheArrow"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCamel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCamel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCommons-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCommons"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCouchDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCouchDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheFlink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheFlink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheGuacamole-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheGuacamole"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheHTTP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheHTTP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheHadoop-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheHadoop"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheJSPWiki-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheJSPWiki"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheKafka-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheKafka"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheLoggingServices-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheLoggingServices"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheNiFi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheNiFi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOFBiz-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOFBiz"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOpenMeetings-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOpenMeetings"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOpenOffice-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOpenOffice"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApachePulsar-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApachePulsar"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheShiro-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheShiro"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSpark-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSpark"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheStruts-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheStruts"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSubversion-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSubversion"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSuperset-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSuperset"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheTomcat-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheTomcat"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheZooKeeper-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheZooKeeper"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AppCheck-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AppCheck"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Appgate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Appgate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AppleAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AppleAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ArchIssue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ArchIssue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Arista-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Arista"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Aruba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Aruba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AssetNote-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AssetNote"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Asterisk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Asterisk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Astra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Astra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Asus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Asus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AtlassianAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AtlassianAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AtlassianVuln-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AtlassianVuln"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Atredis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Atredis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Audiocodes-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Audiocodes"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AusCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AusCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Autodesk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Autodesk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Avaya-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Avaya"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Avigilon-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Avigilon"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Axis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Axis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Azul-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Azul"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BBraunAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BBraunAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BDUAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BDUAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Bandr-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Bandr"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BaxterAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BaxterAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeckhoffAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeckhoffAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeckmanCoulter-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeckmanCoulter"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BectonDickinsonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BectonDickinsonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeldenAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeldenAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeyondTrust-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeyondTrust"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Binarly-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Binarly"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BitDefender-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BitDefender"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BlackBerry-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BlackBerry"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BoschAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BoschAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BostonScientificAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BostonScientificAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Botnet-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Botnet"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CACyberCentreAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CACyberCentreAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CBLMariner-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CBLMariner"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CERTEUAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CERTEUAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CESA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CESA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CISAAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CISAAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNNVDEntryJSON-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNNVDEntryJSON"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNVDBulletin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNVDBulletin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNVDFlaw-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNVDFlaw"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CanvasExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CanvasExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CarestreamAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CarestreamAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Carrier-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Carrier"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertBE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertBE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertFRAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertFRAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertIN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertIN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertIRSecurityAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertIRSecurityAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertSE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertSE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertUA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertUA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ChainGuard-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ChainGuard"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CheckPoint-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CheckPoint"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Chrome-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Chrome"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ciena-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ciena"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CisaCsafAdv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CisaCsafAdv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoCSAF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoCSAF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoKnownGoodValue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoKnownGoodValue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CitrixAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CitrixAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ClarotyVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ClarotyVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CloudBees-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CloudBees"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CloudVulnDBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CloudVulnDBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CodesysAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CodesysAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CommVault-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CommVault"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CompassSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CompassSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ContainerOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ContainerOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CoreImpactExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CoreImpactExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Crestron-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Crestron"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CrowdSec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CrowdSec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Curl-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Curl"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Cvrf-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Cvrf"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DFNCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DFNCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DNN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DNN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dahua-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dahua"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dassault-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dassault"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DebianSecurityAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DebianSecurityAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DeltaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DeltaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DistroPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DistroPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Django-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Django"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DotCMS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DotCMS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DragosAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DragosAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Draytek-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Draytek"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Drupal-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Drupal"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLAlibaba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLAlibaba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLMicrosoft-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLMicrosoft"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLReleaseData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLReleaseData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EUVD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EUVD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EatonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EatonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Elastic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Elastic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Elspec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Elspec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EmergingThreatsSnort-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EmergingThreatsSnort"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EmersonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EmersonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EndOfLife-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EndOfLife"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ExodusIntel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ExodusIntel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ExploitDBExploitv2-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ExploitDBExploitv2"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_F5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.F5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FSecure-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FSecure"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Fanuc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Fanuc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Fastly-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Fastly"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Festo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Festo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FileCloud-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FileCloud"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FileZilla-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FileZilla"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FlattSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FlattSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ForgeRock-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ForgeRock"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FortinetAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FortinetAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FortinetIPS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FortinetIPS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Foxit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Foxit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GCP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GCP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GEGas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GEGas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GEHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GEHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GHAdvisoryJSONLean-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GHAdvisoryJSONLean"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GHSA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GHSA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GMOCyberSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GMOCyberSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gallagher-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gallagher"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gen-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gen"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Genetec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Genetec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gigabyte-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gigabyte"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitHubExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitHubExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitLabExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitLabExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GiteeExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GiteeExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitlabAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitlabAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Glibc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Glibc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GnuTLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GnuTLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GoVulnJSON-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GoVulnJSON"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Grafana-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Grafana"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GreyNoiseDetection-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GreyNoiseDetection"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HCL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HCL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HIKVision-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HIKVision"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HKCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HKCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HPE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HPE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Hacktivity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Hacktivity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HarmonyOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HarmonyOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HashiCorp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HashiCorp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HaskellSADBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HaskellSADBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HillromAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HillromAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Hitachi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Hitachi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HitachiEnergy-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HitachiEnergy"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Honeywell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Honeywell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Huawei-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Huawei"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HuaweiEulerOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HuaweiEulerOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HuaweiIPS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HuaweiIPS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IAVA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IAVA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IBM-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IBM"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ITWExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ITWExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Idemia-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Idemia"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IncibeAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IncibeAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Intel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Intel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IpIntelRecord"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IsraeliAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IsraeliAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IsraeliVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IsraeliVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Istio-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Istio"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ivanti-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ivanti"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IvantiRSS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IvantiRSS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JFrog-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JFrog"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JNJAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JNJAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JVN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JVN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JVNAdvisoryItem-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JVNAdvisoryItem"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Jenkins-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Jenkins"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JetBrains-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JetBrains"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JohnsonControls-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JohnsonControls"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Juniper-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Juniper"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_K8S-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.K8S"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KEVCatalogVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KEVCatalogVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KRCertAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KasperskyICSCERTAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KasperskyICSCERTAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KoreLogic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KoreLogic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Kunbus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Kunbus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LG-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LG"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Lenovo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Lenovo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LexmarkAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LexmarkAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LibreOffice-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LibreOffice"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Linux-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Linux"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LolAdvs-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LolAdvs"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MACert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MACert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MFiles-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MFiles"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MaliciousPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MaliciousPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ManageEngineAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ManageEngineAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MbedTLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MbedTLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_McAfee-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.McAfee"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mediatek-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mediatek"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MedtronicAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MedtronicAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mendix-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mendix"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MetaData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MetaData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MetasploitExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MetasploitExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MicrosoftCVRF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MicrosoftCVRF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MicrosoftKb-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MicrosoftKb"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mikrotik-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mikrotik"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mindray-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mindray"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MispValue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MispValue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mitel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mitel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MitreCVEListV5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MitreCVEListV5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MitsubishiElectricAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MitsubishiElectricAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MongoDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MongoDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MoxaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MoxaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MozillaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MozillaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NCSC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NCSC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NCSCCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NCSCCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NEC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NEC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NHS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NHS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NTP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NTP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NVD20Source-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NVD20Source"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NVDCPEDictionary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NVDCPEDictionary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NZAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NZAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Naver-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Naver"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nessus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nessus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NetApp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NetApp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netatalk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netatalk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netgate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netgate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netgear-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netgear"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netskope-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netskope"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nexpose-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nexpose"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NginxAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NginxAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NodeJS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NodeJS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NodeSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NodeSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nokia-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nokia"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NotePadPlusPlus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NotePadPlusPlus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nozomi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nozomi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OSV-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OSV"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OTRS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OTRS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OctopusDeploy-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OctopusDeploy"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Okta-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Okta"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Omron-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Omron"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OneE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OneE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenBSD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenBSD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenCVDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenCVDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenJDK-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenJDK"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenSSH-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenSSH"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenSSLSecAdv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenSSLSecAdv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenStack-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenStack"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Opengear-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Opengear"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OracleCPU-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OracleCPU"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OracleCPUCSAF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OracleCPUCSAF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OwnCloud-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OwnCloud"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PHPMyAdmin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PHPMyAdmin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PKCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PKCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PTC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PTC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PacketstormExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PacketstormExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Palantir-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Palantir"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PaloAltoAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PaloAltoAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Panasonic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Panasonic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PaperCut-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PaperCut"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Pega-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Pega"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PhilipsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PhilipsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PhoenixContactAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PhoenixContactAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PostgresSQL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PostgresSQL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PowerDNS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PowerDNS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Progress-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Progress"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Proofpoint-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Proofpoint"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PureStorage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PureStorage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PyPAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PyPAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QNAPAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QNAPAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QQID-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QQID"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QSB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QSB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Qualcomm-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Qualcomm"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Qualys-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Qualys"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QualysQID-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QualysQID"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RansomwareExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RansomwareExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RedhatCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RedhatCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Renesas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Renesas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Revive-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Revive"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RhelCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RhelCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Roche-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Roche"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Rockwell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Rockwell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RockyErrata-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RockyErrata"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Rsync-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Rsync"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ruckus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ruckus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RustsecAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RustsecAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SAP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SAP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SECConsult-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SECConsult"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SSDAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SSDAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Safran-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Safran"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SaintExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SaintExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SalesForce-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SalesForce"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Samba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Samba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sandisk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sandisk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SchneiderElectricAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SchneiderElectricAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Schutzwerk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Schutzwerk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SecurityBulletin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SecurityBulletin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SecurityLab-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SecurityLab"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SeebugExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SeebugExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SentinelOne-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SentinelOne"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ServiceNow-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ServiceNow"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SevenZip-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SevenZip"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ShadowServerExploitedVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ShadowServerExploitedVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Shielder-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Shielder"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sick-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sick"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SiemensAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SiemensAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SierraWireless-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SierraWireless"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SigmaRule-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SigmaRule"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SingCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SingCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sitecore-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sitecore"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Slackware-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Slackware"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SolarWindsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SolarWindsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Solr-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Solr"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sonatype-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sonatype"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SonicWallAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SonicWallAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SpacelabsHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SpacelabsHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Splunk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Splunk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Spring-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Spring"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Stormshield-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Stormshield"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_StrykerAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.StrykerAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sudo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sudo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SuseSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SuseSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SwisslogHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SwisslogHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Symfony-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Symfony"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Synacktiv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Synacktiv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SyncroSoft-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SyncroSoft"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Synology-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Synology"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Syss-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Syss"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TPLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TPLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TWCertAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TWCertAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tailscale-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tailscale"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TalosAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TalosAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TeamViewer-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TeamViewer"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TenableResearchAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TenableResearchAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tencent-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tencent"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Thales-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Thales"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TheMissingLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TheMissingLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ThermoFisher-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ThermoFisher"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ThreatActorWithExternalObjects-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ThreatActorWithExternalObjects"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tibco-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tibco"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TraneTechnology-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TraneTechnology"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TrendMicro-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TrendMicro"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Trustwave-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Trustwave"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_USD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.USD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_USOMAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.USOMAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ubiquiti-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ubiquiti"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_UbuntuCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.UbuntuCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Unify-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Unify"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Unisoc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Unisoc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Update"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VCCPEDictionary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VCCPEDictionary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VCVulnerableCPEs-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VCVulnerableCPEs"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VDEAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VDEAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VLC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VLC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VMWareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VMWareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VYAIREAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VYAIREAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VanDyke-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VanDyke"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VapidLabsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VapidLabsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Veeam-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Veeam"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Veritas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Veritas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Virtuozzo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Virtuozzo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VoidSec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VoidSec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheck-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheck"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckCVEListV5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckCVEListV5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckConfig-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckConfig"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckKEV-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckKEV"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnerableDebianPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnerableDebianPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Vulnrichment-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Vulnrichment"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WRT-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WRT"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WatchGuard-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WatchGuard"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WhatsApp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WhatsApp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wibu-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wibu"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wireshark-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wireshark"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WithSecure-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WithSecure"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WolfSSL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WolfSSL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wolfi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wolfi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wordfence-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wordfence"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xen-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xen"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xerox-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xerox"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xiaomi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xiaomi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xylem-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xylem"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Yamaha-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Yamaha"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_YokogawaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.YokogawaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Yubico-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Yubico"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zebra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zebra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ZeroDayAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ZeroDayAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ZeroScienceAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ZeroScienceAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zimbra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zimbra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zoom-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zoom"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zscaler-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zscaler"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zuso-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zuso"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zyxel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zyxel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CWE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CWE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CveItems-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CveItems"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CveItemsExtended-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CveItemsExtended"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_EPSSData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.EPSSData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitChain-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitChain"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitV3Result-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitV3Result"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitsChangelog-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitsChangelog"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.InitialAccess"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_MitreAttackToCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.MitreAttackToCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CPEMatch-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CPEMatch"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CVEExtended-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CVEExtended"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.OSSPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_Update-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.Update"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.VulnCheckCanary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_VulnerabilityAlias-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.VulnerabilityAlias"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/purls.PurlResponse"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_string-v3controllers_ResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.ResponseMetadata"},"data":{"items":{"type":"string"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-v3controllers_BackupResponseData-v3controllers_BackupResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.BackupResponseMetadata"},"data":{"items":{"$ref":"#/definitions/params.IndexBackup"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-v3controllers_PurlResponseData-v3controllers_PurlResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.PurlResponseMetadata"},"data":{"$ref":"#/definitions/v3controllers.PurlResponseData"}},"type":"object"},"v3controllers.BackupResponseMetadata":{"properties":{"index":{"type":"string"},"timestamp":{"type":"string"}},"type":"object"},"v3controllers.PurlResponseData":{"properties":{"cves":{"description":"list of associated CVE 's","items":{"type":"string"},"type":"array"},"vulnerabilities":{"description":"list of associated vulnerabilities","items":{"$ref":"#/definitions/api.OSSPackageVulnerability"},"type":"array"}},"type":"object"},"v3controllers.PurlResponseMetadata":{"properties":{"purl_struct":{"allOf":[{"$ref":"#/definitions/purl.PackageURLJSON"}],"description":"meta-data about the purl"},"timestamp":{"description":"time of the transaction","type":"string"},"total_documents":{"description":"number of results found","type":"integer"}},"type":"object"},"v3controllers.ResponseMetadata":{"properties":{"cpe":{"type":"string"},"cpe_struct":{"$ref":"#/definitions/api.CPE"},"timestamp":{"type":"string"},"total_documents":{"type":"integer"}},"type":"object"}},"info":{"contact":{"email":"support@vulncheck.com","name":"VulnCheck API Support"},"description":"Version 3 of the VulnCheck API","termsOfService":"https://vulncheck.com/terms","title":"VulnCheck API","version":"3.0"},"paths":{"/backup":{"get":{"description":"Return a list of indexes with backup and endpoint links that the user has access to","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.Response-array_params_IndexBackupList"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return a list of indexes with backup and endpoint links","tags":["endpoints"]}},"/backup/{index}":{"get":{"description":"Retrieve a list of VulnCheck backups by index","parameters":[{"description":"Name of an exploit, vulnerability, or advisory index","enum":["7zip","a10","abb","abbott","absolute","acronis","adobe","advantech","advisories","aix","aleph-research","alibaba-advs","alma","alpine","alpine-purls","amazon","amazon-cve","amd","ami","anchore-nvd-override","android","apache-activemq","apache-archiva","apache-arrow","apache-camel","apache-commons","apache-couchdb","apache-flink","apache-guacamole","apache-hadoop","apache-http","apache-jspwiki","apache-kafka","apache-loggingservices","apache-nifi","apache-ofbiz","apache-openmeetings","apache-openoffice","apache-pulsar","apache-shiro","apache-spark","apache-struts","apache-subversion","apache-superset","apache-tomcat","apache-zookeeper","appcheck","appgate","apple","arch","arista","aruba","asrg","assetnote","asterisk","astra","asus","atlassian","atlassian-vulns","atredis","audiocodes","auscert","autodesk","avaya","aveva","avigilon","aws","axis","azul","bandr","baxter","bbraun","bd","bdu","beckhoff","beckman-coulter","belden","beyond-trust","binarly","bitdefender","blackberry","bls","bosch","boston-scientific","botnets","ca-cyber-centre","canvas","carestream","cargo","carrier","cbl-mariner","centos","cert-be","cert-in","cert-ir-security-alerts","cert-se","cert-ua","certeu","certfr","chainguard","checkpoint","chrome","ciena","cisa-alerts","cisa-csaf","cisa-kev","cisco","cisco-csaf","cisco-known-good-values","cisco-talos","citrix","claroty","cloudbees","cloudvulndb","cnnvd","cnvd-bulletins","cnvd-flaws","cocoapods","codesys","commvault","compass-security","composer","conan","coreimpact","cpe-vulnerable","crestron","crowdsec","curl","cwe","dahua","dassault","debian","debian-dsa","debian-packages","debian-purls","dell","delta","dfn-cert","django","dlink","dnn","dotcms","dragos","draytek","drupal","eaton","elastic","elspec","emerging-threats-snort","emerson","endoflife","eol","eol-alibaba","eol-microsoft","epss","euvd","exodus-intel","exploit-chains","exploitdb","exploits","exploits-changelog","f-secure","f5","fanuc","fastly","fedora","festo","filecloud","filezilla","flatt-security","forgerock","fortinet","fortinet-ips","foxit","freebsd","gallagher","gcp","ge-gas","ge-healthcare","gem","gen","genetec","ghsa","gigabyte","gitee-exploits","github-exploits","github-security-advisories","gitlab-advisories-community","gitlab-exploits","glibc","gmo-cybersecurity","gnutls","go-vulndb","golang","google-0day-itw","google-container-optimized-os","grafana","greynoise-metadata","hackage","hacktivity","harmonyos","hashicorp","haskell-sadb","hcl","hex","hikvision","hillrom","hitachi","hitachi-energy","hkcert","honeywell","hp","hpe","huawei-euleros","huawei-ips","huawei-psirt","iava","ibm","idemia","il-alerts","il-vulnerabilities","incibe","initial-access","initial-access-git","intel","ipintel-10d","ipintel-30d","ipintel-3d","ipintel-90d","istio","ivanti","ivanti-rss","jenkins","jetbrains","jfrog","jnj","johnson-controls","juniper","jvn","jvndb","kaspersky-ics-cert","korelogic","krcert-security-notices","krcert-vulnerabilities","kubernetes","kunbus","lenovo","lexmark","lg","libre-office","linux","lol-advs","m-files","macert","malicious-packages","manageengine","maven","mbed-tls","mcafee","mediatek","medtronic","mendix","metasploit","microsoft-cvrf","microsoft-kb","mikrotik","mindray","misp-threat-actors","mitel","mitre-attack-cve","mitre-cvelist-v5","mitsubishi-electric","mongodb","moxa","mozilla","naver","ncsc","ncsc-cves","nec","nessus","netapp","netatalk","netgate","netgear","netskope","nexpose","nginx","nhs","ni","nist-nvd","nist-nvd2","nist-nvd2-cpematch","nist-nvd2-sources","node-security","nodejs","nokia","notepadplusplus","nozomi","npm","ntp","nuget","nvd-cpe-dictionary","nvidia","nz-advisories","octopus-deploy","okta","omron","one-e","opam","open-cvdb","openbsd","opengear","openjdk","openssh","openssl-secadv","openstack","openwrt","oracle","oracle-cpu","oracle-cpu-csaf","osv","otrs","owncloud","packetstorm","palantir","palo-alto","panasonic","papercut","pega","philips","phoenix-contact","php-my-admin","pkcert","postgressql","powerdns","progress","proofpoint","ptc","pub","pure-storage","pypa-advisories","pypi","qnap","qqids","qualcomm","qualys","qualys-qids","qubes-qsb","ransomware","redhat","redhat-cves","renesas","revive","roche","rockwell","rocky","rocky-errata","rocky-purls","rsync","ruckus","rustsec-advisories","sacert","safran","saint","salesforce","samba","sandisk","sap","schneider-electric","schutzwerk","sec-consult","securitylab","seebug","sel","sentinelone","servicenow","shadowserver-exploited","shielder","sick","siemens","sierra-wireless","sigmahq-sigma-rules","singcert","sitecore","slackware","solarwinds","solr","sonatype","sonicwall","spacelabs-healthcare","splunk","spring","ssd","stormshield","stryker","sudo","suse","suse-security","swift","swisslog-healthcare","symfony","synacktiv","syncrosoft","synology","syss","tailscale","teamviewer","tenable-research-advisories","tencent","thales","themissinglink","thermo-fisher","threat-actors","ti","tibco","tp-link","trane-technology","trendmicro","trustwave","twcert","ubiquiti","ubuntu","unify","unisoc","usd","usom","vandyke","vapidlabs","vc-cpe-dictionary","vde","veeam","veritas","virtuozzo","vlc","vmware","voidsec","vulncheck","vulncheck-canaries","vulncheck-canaries-10d","vulncheck-canaries-30d","vulncheck-canaries-3d","vulncheck-canaries-90d","vulncheck-config","vulncheck-cvelist-v5","vulncheck-kev","vulncheck-nvd","vulncheck-nvd2","vulnerability-aliases","vulnrichment","vyaire","watchguard","whatsapp","wibu","wireshark","with-secure","wolfi","wolfssl","wordfence","xen","xerox","xiaomi","xylem","yamaha","yokogawa","yubico","zdi","zebra","zeroscience","zimbra","zoom","zscaler","zuso","zyxel"],"in":"path","name":"index","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-v3controllers_BackupResponseData-v3controllers_BackupResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of backups by index","tags":["endpoints"]}},"/cpe":{"get":{"description":"Based on the specified CPE (Common Platform Enumeration) URI string, this endpoint will return a list of vulnerabilities that are related to the package. We support v2.2 and v2.3","parameters":[{"description":"CPE designation to lookup","in":"query","name":"cpe","required":true,"type":"string"},{"description":"Filter by vulnerability status (true/false). Defaults to false if not provided.","in":"query","name":"isVulnerable","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_string-v3controllers_ResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return CVE 's associated with a specific NIST CPE","tags":["endpoints"]}},"/entitlements":{"get":{"description":"Retrieve entitlements for the current user","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/models.Entitlements"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve user entitlements","tags":["endpoints"]}},"/index":{"get":{"description":"Return a list of available indexes with endpoint links that the user has access to","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.Response-array_params_IndexList"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return a list of available indexes with endpoint links","tags":["endpoints"]}},"/index/7zip":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the 7zip index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 7Zip Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/7zip?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/7zip?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SevenZip-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"7zip\"","tags":["indices"]}},"/index/a10":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the a10 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** A10 Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/a10?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/a10?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_A10-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"a10\"","tags":["indices"]}},"/index/abb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the abb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ABB Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/abb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/abb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ABBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"abb\"","tags":["indices"]}},"/index/abbott":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the abbott index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Abbott Product Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/abbott?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/abbott?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Abbott-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"abbott\"","tags":["indices"]}},"/index/absolute":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the absolute index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Absolute Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/absolute?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/absolute?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Absolute-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"absolute\"","tags":["indices"]}},"/index/acronis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the acronis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Acronis Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/acronis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/acronis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Acronis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"acronis\"","tags":["indices"]}},"/index/adobe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the adobe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Adobe Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/adobe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/adobe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AdobeAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"adobe\"","tags":["indices"]}},"/index/advantech":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the advantech index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Advantech Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/advantech?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/advantech?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Advantech-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"advantech\"","tags":["indices"]}},"/index/advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AdvisoryRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"advisories\"","tags":["indices"]}},"/index/aix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AIX Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AIX-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aix\"","tags":["indices"]}},"/index/aleph-research":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aleph-research index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Aleph Research Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aleph-research?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aleph-research?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlephResearch-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aleph-research\"","tags":["indices"]}},"/index/alibaba-advs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alibaba-advs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alibaba Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alibaba-advs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alibaba-advs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Alibaba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alibaba-advs\"","tags":["indices"]}},"/index/alma":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alma index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alma Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alma?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alma?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlmaLinuxUpdate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alma\"","tags":["indices"]}},"/index/alpine":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alpine index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alpine Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alpine?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alpine?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlpineLinuxSecDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alpine\"","tags":["indices"]}},"/index/alpine-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alpine-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alpine Purls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alpine-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alpine-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alpine-purls\"","tags":["indices"]}},"/index/amazon":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amazon index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Amazon Linux Security Center\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amazon?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amazon?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amazon\"","tags":["indices"]}},"/index/amazon-cve":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amazon-cve index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Amazon CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amazon-cve?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amazon-cve?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AmazonCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amazon-cve\"","tags":["indices"]}},"/index/amd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AMD Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AMD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amd\"","tags":["indices"]}},"/index/ami":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ami index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AMI Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ami?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ami?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AMI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ami\"","tags":["indices"]}},"/index/anchore-nvd-override":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the anchore-nvd-override index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Anchore NVD Data Overrides\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/anchore-nvd-override?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/anchore-nvd-override?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AnchoreNVDOverride-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"anchore-nvd-override\"","tags":["indices"]}},"/index/android":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the android index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Android Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/android?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/android?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AndroidAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"android\"","tags":["indices"]}},"/index/apache-activemq":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-activemq index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache ActiveMQ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-activemq?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-activemq?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheActiveMQ-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-activemq\"","tags":["indices"]}},"/index/apache-archiva":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-archiva index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Archiva Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-archiva?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-archiva?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheArchiva-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-archiva\"","tags":["indices"]}},"/index/apache-arrow":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-arrow index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Arrow Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-arrow?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-arrow?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheArrow-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-arrow\"","tags":["indices"]}},"/index/apache-camel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-camel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Camel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-camel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-camel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCamel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-camel\"","tags":["indices"]}},"/index/apache-commons":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-commons index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Commons Known Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-commons?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-commons?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCommons-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-commons\"","tags":["indices"]}},"/index/apache-couchdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-couchdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache CouchDB Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-couchdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-couchdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCouchDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-couchdb\"","tags":["indices"]}},"/index/apache-flink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-flink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Flink Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-flink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-flink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheFlink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-flink\"","tags":["indices"]}},"/index/apache-guacamole":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-guacamole index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Guacamole Security Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-guacamole?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-guacamole?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheGuacamole-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-guacamole\"","tags":["indices"]}},"/index/apache-hadoop":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-hadoop index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Hadoop CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-hadoop?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-hadoop?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheHadoop-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-hadoop\"","tags":["indices"]}},"/index/apache-http":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-http index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache HTTP Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-http?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-http?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheHTTP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-http\"","tags":["indices"]}},"/index/apache-jspwiki":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-jspwiki index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache JSPWiki CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-jspwiki?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-jspwiki?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheJSPWiki-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-jspwiki\"","tags":["indices"]}},"/index/apache-kafka":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-kafka index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Kafka Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-kafka?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-kafka?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheKafka-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-kafka\"","tags":["indices"]}},"/index/apache-loggingservices":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-loggingservices index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Logging Services Known Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-loggingservices?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-loggingservices?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheLoggingServices-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-loggingservices\"","tags":["indices"]}},"/index/apache-nifi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-nifi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache NiFi Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-nifi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-nifi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheNiFi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-nifi\"","tags":["indices"]}},"/index/apache-ofbiz":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-ofbiz index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OFBiz Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-ofbiz?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-ofbiz?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOFBiz-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-ofbiz\"","tags":["indices"]}},"/index/apache-openmeetings":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-openmeetings index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OpenMeetings Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-openmeetings?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-openmeetings?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOpenMeetings-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-openmeetings\"","tags":["indices"]}},"/index/apache-openoffice":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-openoffice index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OpenOffice Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-openoffice?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-openoffice?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOpenOffice-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-openoffice\"","tags":["indices"]}},"/index/apache-pulsar":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-pulsar index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Pulsar Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-pulsar?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-pulsar?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApachePulsar-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-pulsar\"","tags":["indices"]}},"/index/apache-shiro":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-shiro index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Shiro Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-shiro?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-shiro?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheShiro-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-shiro\"","tags":["indices"]}},"/index/apache-spark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-spark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Spark Known Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-spark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-spark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSpark-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-spark\"","tags":["indices"]}},"/index/apache-struts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-struts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Struts Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-struts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-struts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheStruts-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-struts\"","tags":["indices"]}},"/index/apache-subversion":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-subversion index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Subversion Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-subversion?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-subversion?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSubversion-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-subversion\"","tags":["indices"]}},"/index/apache-superset":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-superset index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Superset CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-superset?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-superset?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSuperset-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-superset\"","tags":["indices"]}},"/index/apache-tomcat":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-tomcat index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Tomcat Security Vunlnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-tomcat?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-tomcat?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheTomcat-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-tomcat\"","tags":["indices"]}},"/index/apache-zookeeper":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-zookeeper index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache ZooKeeper Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-zookeeper?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-zookeeper?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheZooKeeper-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-zookeeper\"","tags":["indices"]}},"/index/appcheck":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the appcheck index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AppCheck Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/appcheck?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/appcheck?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AppCheck-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"appcheck\"","tags":["indices"]}},"/index/appgate":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the appgate index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Appgate SDP Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/appgate?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/appgate?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Appgate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"appgate\"","tags":["indices"]}},"/index/apple":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apple index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apple Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apple?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apple?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AppleAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apple\"","tags":["indices"]}},"/index/arch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the arch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Arch Linux\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/arch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/arch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ArchIssue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"arch\"","tags":["indices"]}},"/index/arista":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the arista index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Arista Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/arista?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/arista?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Arista-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"arista\"","tags":["indices"]}},"/index/aruba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aruba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Aruba Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aruba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aruba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Aruba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aruba\"","tags":["indices"]}},"/index/asrg":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asrg index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ASRG Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asrg?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asrg?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ASRG-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asrg\"","tags":["indices"]}},"/index/assetnote":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the assetnote index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AssetNote Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/assetnote?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/assetnote?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AssetNote-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"assetnote\"","tags":["indices"]}},"/index/asterisk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asterisk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Asterisk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asterisk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asterisk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Asterisk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asterisk\"","tags":["indices"]}},"/index/astra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the astra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Astra Linux Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/astra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/astra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Astra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"astra\"","tags":["indices"]}},"/index/asus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ASUSTek Computer Inc.\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Asus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asus\"","tags":["indices"]}},"/index/atlassian":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atlassian index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atlassian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atlassian?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atlassian?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AtlassianAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atlassian\"","tags":["indices"]}},"/index/atlassian-vulns":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atlassian-vulns index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atlassian Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atlassian-vulns?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atlassian-vulns?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AtlassianVuln-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atlassian-vulns\"","tags":["indices"]}},"/index/atredis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atredis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atredis Partners Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atredis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atredis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Atredis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atredis\"","tags":["indices"]}},"/index/audiocodes":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the audiocodes index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AudioCodes Product Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/audiocodes?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/audiocodes?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Audiocodes-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"audiocodes\"","tags":["indices"]}},"/index/auscert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the auscert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AusCERT Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/auscert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/auscert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AusCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"auscert\"","tags":["indices"]}},"/index/autodesk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the autodesk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Autodesk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/autodesk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/autodesk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Autodesk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"autodesk\"","tags":["indices"]}},"/index/avaya":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the avaya index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Avaya Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/avaya?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/avaya?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Avaya-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"avaya\"","tags":["indices"]}},"/index/aveva":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aveva index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AVEVA Group Limited\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aveva?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aveva?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AVEVAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aveva\"","tags":["indices"]}},"/index/avigilon":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the avigilon index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Avigilon Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/avigilon?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/avigilon?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Avigilon-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"avigilon\"","tags":["indices"]}},"/index/aws":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aws index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AWS Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aws?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aws?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AWS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aws\"","tags":["indices"]}},"/index/axis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the axis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Axis OS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/axis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/axis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Axis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"axis\"","tags":["indices"]}},"/index/azul":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the azul index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Azul Common Vulnerabilities and Exposures\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/azul?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/azul?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Azul-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"azul\"","tags":["indices"]}},"/index/bandr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bandr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** B\u0026R Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bandr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bandr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Bandr-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bandr\"","tags":["indices"]}},"/index/baxter":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the baxter index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Baxter Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/baxter?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/baxter?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BaxterAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"baxter\"","tags":["indices"]}},"/index/bbraun":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bbraun index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** B. Braun Medical Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bbraun?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bbraun?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BBraunAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bbraun\"","tags":["indices"]}},"/index/bd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Becton Dickinson Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BectonDickinsonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bd\"","tags":["indices"]}},"/index/bdu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bdu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** BDU Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bdu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bdu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BDUAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bdu\"","tags":["indices"]}},"/index/beckhoff":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beckhoff index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beckhoff Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beckhoff?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beckhoff?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeckhoffAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beckhoff\"","tags":["indices"]}},"/index/beckman-coulter":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beckman-coulter index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beckman Coulter Product Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beckman-coulter?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beckman-coulter?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeckmanCoulter-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beckman-coulter\"","tags":["indices"]}},"/index/belden":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the belden index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Belden Security Bulletins Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/belden?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/belden?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeldenAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"belden\"","tags":["indices"]}},"/index/beyond-trust":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beyond-trust index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beyond Trust Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beyond-trust?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beyond-trust?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeyondTrust-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beyond-trust\"","tags":["indices"]}},"/index/binarly":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the binarly index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Binarly Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/binarly?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/binarly?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Binarly-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"binarly\"","tags":["indices"]}},"/index/bitdefender":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bitdefender index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Bitdefender Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bitdefender?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bitdefender?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BitDefender-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bitdefender\"","tags":["indices"]}},"/index/blackberry":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the blackberry index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** BlackBerry Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/blackberry?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/blackberry?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BlackBerry-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"blackberry\"","tags":["indices"]}},"/index/bls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Black Lantern Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bls\"","tags":["indices"]}},"/index/bosch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bosch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Bosch Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bosch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bosch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BoschAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bosch\"","tags":["indices"]}},"/index/boston-scientific":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the boston-scientific index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Boston Scientific Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/boston-scientific?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/boston-scientific?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BostonScientificAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"boston-scientific\"","tags":["indices"]}},"/index/botnets":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the botnets index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Botnets\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/botnets?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/botnets?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Botnet-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"botnets\"","tags":["indices"]}},"/index/ca-cyber-centre":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ca-cyber-centre index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Canadian Centre for Cyber Security Alerts and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ca-cyber-centre?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ca-cyber-centre?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CACyberCentreAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ca-cyber-centre\"","tags":["indices"]}},"/index/canvas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the canvas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CANVAS Exploit Packs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/canvas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/canvas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CanvasExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"canvas\"","tags":["indices"]}},"/index/carestream":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the carestream index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Carestream Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/carestream?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/carestream?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CarestreamAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"carestream\"","tags":["indices"]}},"/index/cargo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cargo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cargo (Rust) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cargo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cargo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cargo\"","tags":["indices"]}},"/index/carrier":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the carrier index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Carrier Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/carrier?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/carrier?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Carrier-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"carrier\"","tags":["indices"]}},"/index/cbl-mariner":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cbl-mariner index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CBL-Mariner Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cbl-mariner?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cbl-mariner?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CBLMariner-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cbl-mariner\"","tags":["indices"]}},"/index/centos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the centos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CentOS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/centos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/centos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CESA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"centos\"","tags":["indices"]}},"/index/cert-be":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-be index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert BE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-be?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-be?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertBE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-be\"","tags":["indices"]}},"/index/cert-in":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-in index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT IN Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-in?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-in?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertIN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-in\"","tags":["indices"]}},"/index/cert-ir-security-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-ir-security-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert IR Security Warnings\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-ir-security-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-ir-security-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertIRSecurityAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-ir-security-alerts\"","tags":["indices"]}},"/index/cert-se":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-se index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert SE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-se?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-se?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertSE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-se\"","tags":["indices"]}},"/index/cert-ua":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-ua index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert UA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-ua?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-ua?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertUA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-ua\"","tags":["indices"]}},"/index/certeu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the certeu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT-EU The Computer Emergency Response Team for the EU Institutions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/certeu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/certeu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CERTEUAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"certeu\"","tags":["indices"]}},"/index/certfr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the certfr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert FR Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/certfr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/certfr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertFRAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"certfr\"","tags":["indices"]}},"/index/chainguard":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the chainguard index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ChainGuard Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/chainguard?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/chainguard?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ChainGuard-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"chainguard\"","tags":["indices"]}},"/index/checkpoint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the checkpoint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CheckPoint Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/checkpoint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/checkpoint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CheckPoint-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"checkpoint\"","tags":["indices"]}},"/index/chrome":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the chrome index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Google Chrome Release Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/chrome?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/chrome?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Chrome-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"chrome\"","tags":["indices"]}},"/index/ciena":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ciena index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ciena\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ciena?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ciena?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ciena-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ciena\"","tags":["indices"]}},"/index/cisa-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CISAAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-alerts\"","tags":["indices"]}},"/index/cisa-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Security Advisories - CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CisaCsafAdv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-csaf\"","tags":["indices"]}},"/index/cisa-kev":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-kev index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA KEV (Known Exploited Vulnerabilities)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-kev?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-kev?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KEVCatalogVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-kev\"","tags":["indices"]}},"/index/cisco":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco\"","tags":["indices"]}},"/index/cisco-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoCSAF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-csaf\"","tags":["indices"]}},"/index/cisco-known-good-values":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-known-good-values index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Known Good Values\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-known-good-values?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-known-good-values?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoKnownGoodValue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-known-good-values\"","tags":["indices"]}},"/index/cisco-talos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-talos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Talos Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-talos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-talos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TalosAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-talos\"","tags":["indices"]}},"/index/citrix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the citrix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Citrix Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/citrix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/citrix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CitrixAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"citrix\"","tags":["indices"]}},"/index/claroty":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the claroty index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Team 82: The Claroty Research Team\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/claroty?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/claroty?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ClarotyVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"claroty\"","tags":["indices"]}},"/index/cloudbees":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cloudbees index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CloudBees Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cloudbees?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cloudbees?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CloudBees-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cloudbees\"","tags":["indices"]}},"/index/cloudvulndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cloudvulndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CloudVulnDB\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cloudvulndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cloudvulndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CloudVulnDBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cloudvulndb\"","tags":["indices"]}},"/index/cnnvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnnvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Chinese National Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnnvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnnvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNNVDEntryJSON-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnnvd\"","tags":["indices"]}},"/index/cnvd-bulletins":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnvd-bulletins index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CNVD Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnvd-bulletins?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnvd-bulletins?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNVDBulletin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnvd-bulletins\"","tags":["indices"]}},"/index/cnvd-flaws":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnvd-flaws index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CNVD Flaws\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnvd-flaws?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnvd-flaws?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNVDFlaw-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnvd-flaws\"","tags":["indices"]}},"/index/cocoapods":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cocoapods index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CocoaPods packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cocoapods?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cocoapods?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cocoapods\"","tags":["indices"]}},"/index/codesys":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the codesys index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Codesys Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/codesys?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/codesys?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CodesysAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"codesys\"","tags":["indices"]}},"/index/commvault":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the commvault index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Commvault Cloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/commvault?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/commvault?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CommVault-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"commvault\"","tags":["indices"]}},"/index/compass-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the compass-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Compass Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/compass-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/compass-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CompassSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"compass-security\"","tags":["indices"]}},"/index/composer":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the composer index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PHP Composer packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/composer?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/composer?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"composer\"","tags":["indices"]}},"/index/conan":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the conan index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** C/C++ packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/conan?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/conan?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"conan\"","tags":["indices"]}},"/index/coreimpact":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the coreimpact index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Core Impact\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/coreimpact?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/coreimpact?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CoreImpactExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"coreimpact\"","tags":["indices"]}},"/index/cpe-vulnerable":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cpe-vulnerable index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Unrolled VulnCheck CPEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cpe-vulnerable?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cpe-vulnerable?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VCVulnerableCPEs-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cpe-vulnerable\"","tags":["indices"]}},"/index/crestron":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the crestron index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Crestron Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/crestron?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/crestron?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Crestron-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"crestron\"","tags":["indices"]}},"/index/crowdsec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the crowdsec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CrowdSec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/crowdsec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/crowdsec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CrowdSec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"crowdsec\"","tags":["indices"]}},"/index/curl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the curl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Curl CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/curl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/curl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Curl-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"curl\"","tags":["indices"]}},"/index/cwe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cwe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Common Weakness Enumeration Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cwe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cwe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CWE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cwe\"","tags":["indices"]}},"/index/dahua":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dahua index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dahua Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dahua?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dahua?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dahua-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dahua\"","tags":["indices"]}},"/index/dassault":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dassault index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dassault Systèmes Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dassault?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dassault?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dassault-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dassault\"","tags":["indices"]}},"/index/debian":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnerableDebianPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian\"","tags":["indices"]}},"/index/debian-dsa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-dsa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-dsa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-dsa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DebianSecurityAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-dsa\"","tags":["indices"]}},"/index/debian-packages":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-packages index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Packages\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-packages?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-packages?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DistroPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-packages\"","tags":["indices"]}},"/index/debian-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian PURLs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-purls\"","tags":["indices"]}},"/index/dell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dell Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dell\"","tags":["indices"]}},"/index/delta":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the delta index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Delta Controls Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/delta?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/delta?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DeltaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"delta\"","tags":["indices"]}},"/index/dfn-cert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DFN-CERT Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dfn-cert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DFNCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dfn-cert\"","tags":["indices"]}},"/index/django":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the django index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Django Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/django?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Django-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"django\"","tags":["indices"]}},"/index/dlink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dlink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DLink Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dlink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dlink\"","tags":["indices"]}},"/index/dnn":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DNN Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dnn?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DNN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dnn\"","tags":["indices"]}},"/index/dotcms":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DotCMS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dotcms?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DotCMS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dotcms\"","tags":["indices"]}},"/index/dragos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dragos Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dragos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DragosAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dragos\"","tags":["indices"]}},"/index/draytek":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DrayTek Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/draytek?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Draytek-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"draytek\"","tags":["indices"]}},"/index/drupal":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Drupal Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/drupal?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Drupal-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"drupal\"","tags":["indices"]}},"/index/eaton":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Eaton Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eaton?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EatonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eaton\"","tags":["indices"]}},"/index/elastic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Elastic Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/elastic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Elastic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"elastic\"","tags":["indices"]}},"/index/elspec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Elspec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/elspec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Elspec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"elspec\"","tags":["indices"]}},"/index/emerging-threats-snort":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Emerging Threats Snort\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/emerging-threats-snort?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EmergingThreatsSnort-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"emerging-threats-snort\"","tags":["indices"]}},"/index/emerson":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Emerson Cyber Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/emerson?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EmersonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"emerson\"","tags":["indices"]}},"/index/endoflife":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** End Of Life\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/endoflife?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EndOfLife-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"endoflife\"","tags":["indices"]}},"/index/eol":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck EOL Coverage\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLReleaseData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol\"","tags":["indices"]}},"/index/eol-alibaba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alibaba EOL\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol-alibaba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLAlibaba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol-alibaba\"","tags":["indices"]}},"/index/eol-microsoft":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft EOL\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol-microsoft?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLMicrosoft-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol-microsoft\"","tags":["indices"]}},"/index/epss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the epss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** EPSS Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/epss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_EPSSData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"epss\"","tags":["indices"]}},"/index/euvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** European Union Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/euvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EUVD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"euvd\"","tags":["indices"]}},"/index/exodus-intel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Exodus Intelligence Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exodus-intel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ExodusIntel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exodus-intel\"","tags":["indices"]}},"/index/exploit-chains":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Exploit Chains\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploit-chains?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitChain-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploit-chains\"","tags":["indices"]}},"/index/exploitdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Exploit Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploitdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ExploitDBExploitv2-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploitdb\"","tags":["indices"]}},"/index/exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Exploit Intelligence Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitV3Result-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploits\"","tags":["indices"]}},"/index/exploits-changelog":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Changelog for VC Exploits Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploits-changelog?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitsChangelog-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploits-changelog\"","tags":["indices"]}},"/index/f-secure":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** F-Secure Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/f-secure?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FSecure-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"f-secure\"","tags":["indices"]}},"/index/f5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** F5 Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/f5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_F5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"f5\"","tags":["indices"]}},"/index/fanuc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fanuc Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fanuc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Fanuc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fanuc\"","tags":["indices"]}},"/index/fastly":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fastly Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fastly?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Fastly-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fastly\"","tags":["indices"]}},"/index/fedora":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fedora Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fedora?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fedora\"","tags":["indices"]}},"/index/festo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the festo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Festo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/festo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Festo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"festo\"","tags":["indices"]}},"/index/filecloud":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FileCloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/filecloud?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FileCloud-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"filecloud\"","tags":["indices"]}},"/index/filezilla":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FileZilla Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/filezilla?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FileZilla-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"filezilla\"","tags":["indices"]}},"/index/flatt-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Flatt Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/flatt-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FlattSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"flatt-security\"","tags":["indices"]}},"/index/forgerock":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ForgeRock Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/forgerock?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ForgeRock-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"forgerock\"","tags":["indices"]}},"/index/fortinet":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FortiGuard Fortinet\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fortinet?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FortinetAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fortinet\"","tags":["indices"]}},"/index/fortinet-ips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fortinet Labs Threat Encyclopedia\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fortinet-ips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FortinetIPS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fortinet-ips\"","tags":["indices"]}},"/index/foxit":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Foxit Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/foxit?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Foxit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"foxit\"","tags":["indices"]}},"/index/freebsd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FreeBSD Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/freebsd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Advisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"freebsd\"","tags":["indices"]}},"/index/gallagher":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gallagher Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gallagher?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gallagher-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gallagher\"","tags":["indices"]}},"/index/gcp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GCP Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gcp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GCP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gcp\"","tags":["indices"]}},"/index/ge-gas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GE Gas Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ge-gas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GEGas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ge-gas\"","tags":["indices"]}},"/index/ge-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GE Healthcare Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ge-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GEHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ge-healthcare\"","tags":["indices"]}},"/index/gem":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gem index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ruby (gem) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gem?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gem\"","tags":["indices"]}},"/index/gen":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gen index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gen Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gen?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gen-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gen\"","tags":["indices"]}},"/index/genetec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Genetec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/genetec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Genetec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"genetec\"","tags":["indices"]}},"/index/ghsa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ghsa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GHSA\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ghsa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ghsa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GHSA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ghsa\"","tags":["indices"]}},"/index/gigabyte":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GIGABYTE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gigabyte?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gigabyte-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gigabyte\"","tags":["indices"]}},"/index/gitee-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gitee Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitee-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GiteeExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitee-exploits\"","tags":["indices"]}},"/index/github-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitHub Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/github-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitHubExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"github-exploits\"","tags":["indices"]}},"/index/github-security-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Github Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/github-security-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GHAdvisoryJSONLean-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"github-security-advisories\"","tags":["indices"]}},"/index/gitlab-advisories-community":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitLab Advisory Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitlab-advisories-community?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitlabAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitlab-advisories-community\"","tags":["indices"]}},"/index/gitlab-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitLab Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitlab-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitLabExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitlab-exploits\"","tags":["indices"]}},"/index/glibc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Glibc Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/glibc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Glibc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"glibc\"","tags":["indices"]}},"/index/gmo-cybersecurity":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GMO Cybersecurity Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gmo-cybersecurity?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GMOCyberSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gmo-cybersecurity\"","tags":["indices"]}},"/index/gnutls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GnuTLS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gnutls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GnuTLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gnutls\"","tags":["indices"]}},"/index/go-vulndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Go Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/go-vulndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GoVulnJSON-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"go-vulndb\"","tags":["indices"]}},"/index/golang":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the golang index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Golang packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/golang?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"golang\"","tags":["indices"]}},"/index/google-0day-itw":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Project Zero In the Wild Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/google-0day-itw?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ITWExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"google-0day-itw\"","tags":["indices"]}},"/index/google-container-optimized-os":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Container OS Release Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/google-container-optimized-os?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ContainerOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"google-container-optimized-os\"","tags":["indices"]}},"/index/grafana":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Grafana Labs Security Fixes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/grafana?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Grafana-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"grafana\"","tags":["indices"]}},"/index/greynoise-metadata":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GreyNoise Metadata\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/greynoise-metadata?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GreyNoiseDetection-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"greynoise-metadata\"","tags":["indices"]}},"/index/hackage":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hackage (Haskell) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hackage?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hackage\"","tags":["indices"]}},"/index/hacktivity":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hackerone Hacktivity\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hacktivity?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Hacktivity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hacktivity\"","tags":["indices"]}},"/index/harmonyos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HarmonyOS Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/harmonyos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HarmonyOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"harmonyos\"","tags":["indices"]}},"/index/hashicorp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HashiCorp Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hashicorp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HashiCorp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hashicorp\"","tags":["indices"]}},"/index/haskell-sadb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Haskell Security Advisory DB\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/haskell-sadb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HaskellSADBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"haskell-sadb\"","tags":["indices"]}},"/index/hcl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HCLSoftware Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hcl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HCL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hcl\"","tags":["indices"]}},"/index/hex":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hex index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hex (Erlang) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hex?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hex\"","tags":["indices"]}},"/index/hikvision":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hikvision Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hikvision?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HIKVision-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hikvision\"","tags":["indices"]}},"/index/hillrom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hillrom Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hillrom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HillromAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hillrom\"","tags":["indices"]}},"/index/hitachi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hitachi Software Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hitachi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Hitachi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hitachi\"","tags":["indices"]}},"/index/hitachi-energy":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hitachi-energy?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HitachiEnergy-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hitachi-energy\"","tags":["indices"]}},"/index/hkcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hong Kong CERT Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hkcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HKCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hkcert\"","tags":["indices"]}},"/index/honeywell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Honeywell Cyber Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/honeywell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Honeywell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"honeywell\"","tags":["indices"]}},"/index/hp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HP Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hp\"","tags":["indices"]}},"/index/hpe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HPE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hpe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HPE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hpe\"","tags":["indices"]}},"/index/huawei-euleros":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenEuler Operating System Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-euleros?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HuaweiEulerOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-euleros\"","tags":["indices"]}},"/index/huawei-ips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Huawei IPS Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-ips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HuaweiIPS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-ips\"","tags":["indices"]}},"/index/huawei-psirt":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Huawei Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-psirt?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Huawei-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-psirt\"","tags":["indices"]}},"/index/iava":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the iava index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Information Assurance Vulnerability Alerts (IAVA)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/iava?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IAVA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"iava\"","tags":["indices"]}},"/index/ibm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** IBM Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ibm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IBM-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ibm\"","tags":["indices"]}},"/index/idemia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Idemia Product Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/idemia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Idemia-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"idemia\"","tags":["indices"]}},"/index/il-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gov.il Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/il-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IsraeliAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"il-alerts\"","tags":["indices"]}},"/index/il-vulnerabilities":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gov.il CVE Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/il-vulnerabilities?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IsraeliVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"il-vulnerabilities\"","tags":["indices"]}},"/index/incibe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Incibe CERT Early Warnings\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/incibe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IncibeAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"incibe\"","tags":["indices"]}},"/index/initial-access":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Initial Access Intelligence\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/initial-access?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"initial-access\"","tags":["indices"]}},"/index/initial-access-git":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/initial-access-git?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"initial-access-git\"","tags":["indices"]}},"/index/intel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the intel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Intel® Product Security Center Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/intel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Intel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"intel\"","tags":["indices"]}},"/index/ipintel-10d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-10d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-10d\"","tags":["indices"]}},"/index/ipintel-30d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-30d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-30d\"","tags":["indices"]}},"/index/ipintel-3d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-3d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-3d\"","tags":["indices"]}},"/index/ipintel-90d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-90d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-90d\"","tags":["indices"]}},"/index/istio":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the istio index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Istio Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/istio?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Istio-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"istio\"","tags":["indices"]}},"/index/ivanti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ivanti Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ivanti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ivanti-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ivanti\"","tags":["indices"]}},"/index/ivanti-rss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ivanti Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ivanti-rss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IvantiRSS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ivanti-rss\"","tags":["indices"]}},"/index/jenkins":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Jenkins Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jenkins?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Jenkins-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jenkins\"","tags":["indices"]}},"/index/jetbrains":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** JetBrains Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jetbrains?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JetBrains-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jetbrains\"","tags":["indices"]}},"/index/jfrog":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** JFrog Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jfrog?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JFrog-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jfrog\"","tags":["indices"]}},"/index/jnj":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Johnson \u0026 Johnson Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jnj?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JNJAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jnj\"","tags":["indices"]}},"/index/johnson-controls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the johnson-controls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Security Advisories - Johnson Controls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/johnson-controls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/johnson-controls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JohnsonControls-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"johnson-controls\"","tags":["indices"]}},"/index/juniper":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Juniper Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/juniper?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Juniper-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"juniper\"","tags":["indices"]}},"/index/jvn":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Japan Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jvn?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JVN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jvn\"","tags":["indices"]}},"/index/jvndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Japan Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jvndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JVNAdvisoryItem-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jvndb\"","tags":["indices"]}},"/index/kaspersky-ics-cert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Kaspersky ICS CERT\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kaspersky-ics-cert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KasperskyICSCERTAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kaspersky-ics-cert\"","tags":["indices"]}},"/index/korelogic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KoreLogic Vulnerability Research and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/korelogic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KoreLogic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"korelogic\"","tags":["indices"]}},"/index/krcert-security-notices":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KR-CERT Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/krcert-security-notices?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"krcert-security-notices\"","tags":["indices"]}},"/index/krcert-vulnerabilities":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KR-CERT Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/krcert-vulnerabilities?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"krcert-vulnerabilities\"","tags":["indices"]}},"/index/kubernetes":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Kubernetes Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kubernetes?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_K8S-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kubernetes\"","tags":["indices"]}},"/index/kunbus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KunBus Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kunbus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Kunbus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kunbus\"","tags":["indices"]}},"/index/lenovo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Lenovo Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lenovo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Lenovo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lenovo\"","tags":["indices"]}},"/index/lexmark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Lexmark Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lexmark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LexmarkAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lexmark\"","tags":["indices"]}},"/index/lg":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lg index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** LG Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lg?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LG-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lg\"","tags":["indices"]}},"/index/libre-office":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Libre Office Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/libre-office?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LibreOffice-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"libre-office\"","tags":["indices"]}},"/index/linux":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the linux index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Linux Kernel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/linux?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Linux-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"linux\"","tags":["indices"]}},"/index/lol-advs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lol-advs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Living Off the Land Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lol-advs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lol-advs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LolAdvs-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lol-advs\"","tags":["indices"]}},"/index/m-files":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** M-Files Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/m-files?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MFiles-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"m-files\"","tags":["indices"]}},"/index/macert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the macert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Moroccan CERT Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/macert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MACert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"macert\"","tags":["indices"]}},"/index/malicious-packages":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the malicious-packages index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Malicious Packages\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/malicious-packages?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/malicious-packages?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MaliciousPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"malicious-packages\"","tags":["indices"]}},"/index/manageengine":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ManageEngine Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/manageengine?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ManageEngineAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"manageengine\"","tags":["indices"]}},"/index/maven":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the maven index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Maven (Java) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/maven?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"maven\"","tags":["indices"]}},"/index/mbed-tls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mbed TLS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mbed-tls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MbedTLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mbed-tls\"","tags":["indices"]}},"/index/mcafee":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** McAfee Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mcafee?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_McAfee-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mcafee\"","tags":["indices"]}},"/index/mediatek":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MediaTek Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mediatek?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mediatek-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mediatek\"","tags":["indices"]}},"/index/medtronic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Medtronic Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/medtronic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MedtronicAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"medtronic\"","tags":["indices"]}},"/index/mendix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mendix Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mendix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mendix-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mendix\"","tags":["indices"]}},"/index/metasploit":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Metasploit Modules\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/metasploit?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MetasploitExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"metasploit\"","tags":["indices"]}},"/index/microsoft-cvrf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/microsoft-cvrf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MicrosoftCVRF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"microsoft-cvrf\"","tags":["indices"]}},"/index/microsoft-kb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft KB list by CVE\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/microsoft-kb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MicrosoftKb-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"microsoft-kb\"","tags":["indices"]}},"/index/mikrotik":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MikroTik Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mikrotik?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mikrotik-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mikrotik\"","tags":["indices"]}},"/index/mindray":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mindray Cybersecurity Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mindray?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mindray-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mindray\"","tags":["indices"]}},"/index/misp-threat-actors":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MISP Threat Actors\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/misp-threat-actors?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MispValue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"misp-threat-actors\"","tags":["indices"]}},"/index/mitel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mitel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mitel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitel\"","tags":["indices"]}},"/index/mitre-attack-cve":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MITRE ATT\u0026CK Technique ID to CVE List\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitre-attack-cve?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_MitreAttackToCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitre-attack-cve\"","tags":["indices"]}},"/index/mitre-cvelist-v5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MITRE CVEList V5\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitre-cvelist-v5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MitreCVEListV5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitre-cvelist-v5\"","tags":["indices"]}},"/index/mitsubishi-electric":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mitsubishi Electric Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitsubishi-electric?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MitsubishiElectricAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitsubishi-electric\"","tags":["indices"]}},"/index/mongodb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MongoDB Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mongodb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MongoDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mongodb\"","tags":["indices"]}},"/index/moxa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Moxa Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/moxa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MoxaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"moxa\"","tags":["indices"]}},"/index/mozilla":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mozilla Foundation Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mozilla?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MozillaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mozilla\"","tags":["indices"]}},"/index/naver":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the naver index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Naver Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/naver?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Naver-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"naver\"","tags":["indices"]}},"/index/ncsc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NCSC Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ncsc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NCSC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ncsc\"","tags":["indices"]}},"/index/ncsc-cves":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NCSC CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ncsc-cves?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NCSCCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ncsc-cves\"","tags":["indices"]}},"/index/nec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NEC Security Information Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NEC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nec\"","tags":["indices"]}},"/index/nessus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nessus Plugins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nessus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nessus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nessus\"","tags":["indices"]}},"/index/netapp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NetApp Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netapp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NetApp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netapp\"","tags":["indices"]}},"/index/netatalk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netatalk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netatalk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netatalk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netatalk\"","tags":["indices"]}},"/index/netgate":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netgate Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netgate?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netgate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netgate\"","tags":["indices"]}},"/index/netgear":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NETGEAR Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netgear?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netgear-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netgear\"","tags":["indices"]}},"/index/netskope":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netskope Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netskope?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netskope-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netskope\"","tags":["indices"]}},"/index/nexpose":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nexpose Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nexpose?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nexpose-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nexpose\"","tags":["indices"]}},"/index/nginx":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nginx Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nginx?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NginxAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nginx\"","tags":["indices"]}},"/index/nhs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NHS Cyber Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nhs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NHS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nhs\"","tags":["indices"]}},"/index/ni":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ni index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** National Instruments Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ni?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ni\"","tags":["indices"]}},"/index/nist-nvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CveItems-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd\"","tags":["indices"]}},"/index/nist-nvd2":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2\"","tags":["indices"]}},"/index/nist-nvd2-cpematch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0 CPE Match\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2-cpematch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CPEMatch-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2-cpematch\"","tags":["indices"]}},"/index/nist-nvd2-sources":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0 Source Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2-sources?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NVD20Source-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2-sources\"","tags":["indices"]}},"/index/node-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Node.js Security Working Group Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/node-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NodeSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"node-security\"","tags":["indices"]}},"/index/nodejs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NodeJS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nodejs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NodeJS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nodejs\"","tags":["indices"]}},"/index/nokia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nokia Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nokia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nokia-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nokia\"","tags":["indices"]}},"/index/notepadplusplus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Notepad++ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/notepadplusplus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NotePadPlusPlus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"notepadplusplus\"","tags":["indices"]}},"/index/nozomi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nozomi Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nozomi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nozomi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nozomi\"","tags":["indices"]}},"/index/npm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the npm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NPM (JS/TS) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/npm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"npm\"","tags":["indices"]}},"/index/ntp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NTP Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ntp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NTP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ntp\"","tags":["indices"]}},"/index/nuget":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nuget (C#/F#) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nuget?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nuget\"","tags":["indices"]}},"/index/nvd-cpe-dictionary":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NVD's CPE Dictionary\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nvd-cpe-dictionary?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NVDCPEDictionary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nvd-cpe-dictionary\"","tags":["indices"]}},"/index/nvidia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NVIDIA Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nvidia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SecurityBulletin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nvidia\"","tags":["indices"]}},"/index/nz-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT NZ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nz-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NZAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nz-advisories\"","tags":["indices"]}},"/index/octopus-deploy":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Octopus Deploy Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/octopus-deploy?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OctopusDeploy-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"octopus-deploy\"","tags":["indices"]}},"/index/okta":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the okta index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Okta Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/okta?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Okta-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"okta\"","tags":["indices"]}},"/index/omron":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the omron index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Omron Vulnerability Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/omron?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Omron-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"omron\"","tags":["indices"]}},"/index/one-e":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 1E Published Product Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/one-e?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OneE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"one-e\"","tags":["indices"]}},"/index/opam":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the opam index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** opam (OCaml) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/opam?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"opam\"","tags":["indices"]}},"/index/open-cvdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Open Cloud Vulnerability \u0026 Security Issue Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/open-cvdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenCVDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"open-cvdb\"","tags":["indices"]}},"/index/openbsd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenBSD Security Fixes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openbsd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenBSD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openbsd\"","tags":["indices"]}},"/index/opengear":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Opengear Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/opengear?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Opengear-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"opengear\"","tags":["indices"]}},"/index/openjdk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenJDK Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openjdk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenJDK-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openjdk\"","tags":["indices"]}},"/index/openssh":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenSSH Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openssh?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenSSH-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openssh\"","tags":["indices"]}},"/index/openssl-secadv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenSSL Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openssl-secadv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenSSLSecAdv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openssl-secadv\"","tags":["indices"]}},"/index/openstack":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenStack Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openstack?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenStack-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openstack\"","tags":["indices"]}},"/index/openwrt":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenWrt Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openwrt?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WRT-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openwrt\"","tags":["indices"]}},"/index/oracle":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MetaData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle\"","tags":["indices"]}},"/index/oracle-cpu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Critical Patch Update Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle-cpu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OracleCPU-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle-cpu\"","tags":["indices"]}},"/index/oracle-cpu-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Critical Patch Updates CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle-cpu-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OracleCPUCSAF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle-cpu-csaf\"","tags":["indices"]}},"/index/osv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the osv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Open Source Vulnerabilities Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/osv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OSV-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"osv\"","tags":["indices"]}},"/index/otrs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OTRS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/otrs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OTRS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"otrs\"","tags":["indices"]}},"/index/owncloud":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OwnCloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/owncloud?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OwnCloud-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"owncloud\"","tags":["indices"]}},"/index/packetstorm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PacketStorm\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/packetstorm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PacketstormExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"packetstorm\"","tags":["indices"]}},"/index/palantir":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Palantir Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/palantir?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Palantir-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"palantir\"","tags":["indices"]}},"/index/palo-alto":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Palo Alto Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/palo-alto?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PaloAltoAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"palo-alto\"","tags":["indices"]}},"/index/panasonic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Panasonic Vulnerability Advisory List\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/panasonic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Panasonic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"panasonic\"","tags":["indices"]}},"/index/papercut":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PaperCut Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/papercut?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PaperCut-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"papercut\"","tags":["indices"]}},"/index/pega":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pega index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pega Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pega?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Pega-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pega\"","tags":["indices"]}},"/index/philips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the philips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Philips Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/philips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PhilipsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"philips\"","tags":["indices"]}},"/index/phoenix-contact":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Phoenix Contact Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/phoenix-contact?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PhoenixContactAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"phoenix-contact\"","tags":["indices"]}},"/index/php-my-admin":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** phpMyAdmin Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/php-my-admin?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PHPMyAdmin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"php-my-admin\"","tags":["indices"]}},"/index/pkcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pkcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PK CERT Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pkcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pkcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PKCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pkcert\"","tags":["indices"]}},"/index/postgressql":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PostgresSQL Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/postgressql?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PostgresSQL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"postgressql\"","tags":["indices"]}},"/index/powerdns":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PowerDNS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/powerdns?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PowerDNS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"powerdns\"","tags":["indices"]}},"/index/progress":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the progress index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Progress Product Alert Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/progress?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Progress-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"progress\"","tags":["indices"]}},"/index/proofpoint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Proofpoint Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/proofpoint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Proofpoint-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"proofpoint\"","tags":["indices"]}},"/index/ptc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PTC Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ptc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PTC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ptc\"","tags":["indices"]}},"/index/pub":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pub index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pub (Dart/Flutter) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pub?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pub\"","tags":["indices"]}},"/index/pure-storage":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pure Storage Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pure-storage?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PureStorage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pure-storage\"","tags":["indices"]}},"/index/pypa-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PyPA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pypa-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PyPAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pypa-advisories\"","tags":["indices"]}},"/index/pypi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PyPi (Python) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pypi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pypi\"","tags":["indices"]}},"/index/qnap":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** QNAP Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qnap?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QNAPAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qnap\"","tags":["indices"]}},"/index/qqids":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys QIDs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qqids?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QQID-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qqids\"","tags":["indices"]}},"/index/qualcomm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualcomm Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualcomm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Qualcomm-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualcomm\"","tags":["indices"]}},"/index/qualys":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualys?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Qualys-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualys\"","tags":["indices"]}},"/index/qualys-qids":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys QID\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualys-qids?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QualysQID-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualys-qids\"","tags":["indices"]}},"/index/qubes-qsb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qubes Security Bulletin\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qubes-qsb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QSB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qubes-qsb\"","tags":["indices"]}},"/index/ransomware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Ransomware\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ransomware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RansomwareExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ransomware\"","tags":["indices"]}},"/index/redhat":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Red Hat Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/redhat?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RedhatCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"redhat\"","tags":["indices"]}},"/index/redhat-cves":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CSAF data for redhat\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/redhat-cves?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RhelCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"redhat-cves\"","tags":["indices"]}},"/index/renesas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Renesas Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/renesas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Renesas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"renesas\"","tags":["indices"]}},"/index/revive":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the revive index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Revive Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/revive?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Revive-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"revive\"","tags":["indices"]}},"/index/roche":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the roche index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Roche Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/roche?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Roche-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"roche\"","tags":["indices"]}},"/index/rockwell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rockwell Automation Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rockwell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Rockwell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rockwell\"","tags":["indices"]}},"/index/rocky":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky\"","tags":["indices"]}},"/index/rocky-errata":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Errata\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky-errata?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RockyErrata-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky-errata\"","tags":["indices"]}},"/index/rocky-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Purls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky-purls\"","tags":["indices"]}},"/index/rsync":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rsync Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rsync?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Rsync-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rsync\"","tags":["indices"]}},"/index/ruckus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ruckus Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ruckus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ruckus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ruckus\"","tags":["indices"]}},"/index/rustsec-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** RustSec Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rustsec-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RustsecAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rustsec-advisories\"","tags":["indices"]}},"/index/sacert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Saudi CERT\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sacert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sacert\"","tags":["indices"]}},"/index/safran":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the safran index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Safran Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/safran?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Safran-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"safran\"","tags":["indices"]}},"/index/saint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the saint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SAINT Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/saint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SaintExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"saint\"","tags":["indices"]}},"/index/salesforce":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SalesForce Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/salesforce?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SalesForce-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"salesforce\"","tags":["indices"]}},"/index/samba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the samba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Samba Security Releases\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/samba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Samba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"samba\"","tags":["indices"]}},"/index/sandisk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sandisk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sandisk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sandisk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sandisk\"","tags":["indices"]}},"/index/sap":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sap index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SAP Security Patch Days\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sap?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SAP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sap\"","tags":["indices"]}},"/index/schneider-electric":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schneider Electric Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/schneider-electric?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SchneiderElectricAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"schneider-electric\"","tags":["indices"]}},"/index/schutzwerk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schutzwerk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/schutzwerk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Schutzwerk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"schutzwerk\"","tags":["indices"]}},"/index/sec-consult":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sec-consult index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SEC Consult Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sec-consult?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sec-consult?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SECConsult-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sec-consult\"","tags":["indices"]}},"/index/securitylab":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the securitylab index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Security Lab Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/securitylab?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/securitylab?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SecurityLab-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"securitylab\"","tags":["indices"]}},"/index/seebug":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the seebug index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Seebug Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/seebug?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/seebug?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SeebugExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"seebug\"","tags":["indices"]}},"/index/sel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schweitzer Engineering Laboratories Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sel\"","tags":["indices"]}},"/index/sentinelone":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sentinelone index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SentinelOne Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sentinelone?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sentinelone?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SentinelOne-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sentinelone\"","tags":["indices"]}},"/index/servicenow":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the servicenow index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ServiceNow CVE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/servicenow?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/servicenow?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ServiceNow-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"servicenow\"","tags":["indices"]}},"/index/shadowserver-exploited":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the shadowserver-exploited index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Shadowserver Foundation Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/shadowserver-exploited?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/shadowserver-exploited?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ShadowServerExploitedVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"shadowserver-exploited\"","tags":["indices"]}},"/index/shielder":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the shielder index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Shielder Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/shielder?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/shielder?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Shielder-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"shielder\"","tags":["indices"]}},"/index/sick":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sick index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SICK Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sick?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sick?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sick-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sick\"","tags":["indices"]}},"/index/siemens":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the siemens index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Siemens Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/siemens?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/siemens?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SiemensAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"siemens\"","tags":["indices"]}},"/index/sierra-wireless":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sierra-wireless index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sierra Wireless Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sierra-wireless?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sierra-wireless?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SierraWireless-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sierra-wireless\"","tags":["indices"]}},"/index/sigmahq-sigma-rules":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sigmahq-sigma-rules index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sigma Rules\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sigmahq-sigma-rules?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sigmahq-sigma-rules?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SigmaRule-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sigmahq-sigma-rules\"","tags":["indices"]}},"/index/singcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the singcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CSA Alerts and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/singcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/singcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SingCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"singcert\"","tags":["indices"]}},"/index/sitecore":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sitecore index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sitecore Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sitecore?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sitecore?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sitecore-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sitecore\"","tags":["indices"]}},"/index/slackware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the slackware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Slackware Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/slackware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/slackware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Slackware-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"slackware\"","tags":["indices"]}},"/index/solarwinds":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the solarwinds index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SolarWinds Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/solarwinds?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/solarwinds?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SolarWindsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"solarwinds\"","tags":["indices"]}},"/index/solr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the solr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Solr CVE Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/solr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/solr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Solr-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"solr\"","tags":["indices"]}},"/index/sonatype":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sonatype index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sonatype Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sonatype?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sonatype?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sonatype-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sonatype\"","tags":["indices"]}},"/index/sonicwall":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sonicwall index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SonicWall Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sonicwall?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sonicwall?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SonicWallAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sonicwall\"","tags":["indices"]}},"/index/spacelabs-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the spacelabs-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Spacelabs Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/spacelabs-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/spacelabs-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SpacelabsHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"spacelabs-healthcare\"","tags":["indices"]}},"/index/splunk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the splunk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Splunk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/splunk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/splunk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Splunk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"splunk\"","tags":["indices"]}},"/index/spring":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the spring index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Spring Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/spring?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/spring?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Spring-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"spring\"","tags":["indices"]}},"/index/ssd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ssd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SSD Secure Disclosure Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ssd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ssd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SSDAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ssd\"","tags":["indices"]}},"/index/stormshield":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the stormshield index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Stormshield Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/stormshield?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/stormshield?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Stormshield-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"stormshield\"","tags":["indices"]}},"/index/stryker":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the stryker index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Stryker Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/stryker?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/stryker?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_StrykerAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"stryker\"","tags":["indices"]}},"/index/sudo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sudo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sudo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sudo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sudo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sudo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sudo\"","tags":["indices"]}},"/index/suse":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the suse index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SUSE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/suse?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/suse?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Cvrf-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"suse\"","tags":["indices"]}},"/index/suse-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the suse-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Suse Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/suse-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/suse-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SuseSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"suse-security\"","tags":["indices"]}},"/index/swift":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the swift index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Swift packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/swift?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/swift?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"swift\"","tags":["indices"]}},"/index/swisslog-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the swisslog-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Swisslog Healthcare CVE Disclosures\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/swisslog-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/swisslog-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SwisslogHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"swisslog-healthcare\"","tags":["indices"]}},"/index/symfony":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the symfony index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Symfony Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/symfony?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/symfony?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Symfony-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"symfony\"","tags":["indices"]}},"/index/synacktiv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the synacktiv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Synacktiv Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/synacktiv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/synacktiv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Synacktiv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"synacktiv\"","tags":["indices"]}},"/index/syncrosoft":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the syncrosoft index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SyncroSoft Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/syncrosoft?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/syncrosoft?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SyncroSoft-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"syncrosoft\"","tags":["indices"]}},"/index/synology":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the synology index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Synology Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/synology?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/synology?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Synology-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"synology\"","tags":["indices"]}},"/index/syss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the syss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Syss Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/syss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/syss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Syss-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"syss\"","tags":["indices"]}},"/index/tailscale":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tailscale index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tailscale Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tailscale?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tailscale?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tailscale-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tailscale\"","tags":["indices"]}},"/index/teamviewer":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the teamviewer index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TeamViewer Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/teamviewer?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/teamviewer?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TeamViewer-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"teamviewer\"","tags":["indices"]}},"/index/tenable-research-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tenable-research-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tenable Research Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tenable-research-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tenable-research-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TenableResearchAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tenable-research-advisories\"","tags":["indices"]}},"/index/tencent":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tencent index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tencent Vulnerability Risk Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tencent?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tencent?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tencent-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tencent\"","tags":["indices"]}},"/index/thales":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the thales index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Thales Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/thales?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/thales?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Thales-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"thales\"","tags":["indices"]}},"/index/themissinglink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the themissinglink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** the missing link Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/themissinglink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/themissinglink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TheMissingLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"themissinglink\"","tags":["indices"]}},"/index/thermo-fisher":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the thermo-fisher index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Thermo Fisher Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/thermo-fisher?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/thermo-fisher?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ThermoFisher-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"thermo-fisher\"","tags":["indices"]}},"/index/threat-actors":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the threat-actors index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Threat Actors Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/threat-actors?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/threat-actors?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ThreatActorWithExternalObjects-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"threat-actors\"","tags":["indices"]}},"/index/ti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Texas Instruments Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ti\"","tags":["indices"]}},"/index/tibco":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tibco index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TIBCO Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tibco?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tibco?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tibco-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tibco\"","tags":["indices"]}},"/index/tp-link":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tp-link index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TP-Link Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tp-link?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tp-link?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TPLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tp-link\"","tags":["indices"]}},"/index/trane-technology":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trane-technology index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trane Technology Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trane-technology?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trane-technology?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TraneTechnology-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trane-technology\"","tags":["indices"]}},"/index/trendmicro":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trendmicro index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trend Micro Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trendmicro?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trendmicro?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TrendMicro-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trendmicro\"","tags":["indices"]}},"/index/trustwave":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trustwave index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trustwave Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trustwave?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trustwave?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Trustwave-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trustwave\"","tags":["indices"]}},"/index/twcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the twcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Taiwan CERT Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/twcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/twcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TWCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"twcert\"","tags":["indices"]}},"/index/ubiquiti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ubiquiti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ubiquiti Security Advisory Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ubiquiti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ubiquiti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ubiquiti-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ubiquiti\"","tags":["indices"]}},"/index/ubuntu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ubuntu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ubuntu Security Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ubuntu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ubuntu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_UbuntuCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ubuntu\"","tags":["indices"]}},"/index/unify":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the unify index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Unify Product Security Advisories and Security Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/unify?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/unify?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Unify-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"unify\"","tags":["indices"]}},"/index/unisoc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the unisoc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** UNISOC Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/unisoc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/unisoc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Unisoc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"unisoc\"","tags":["indices"]}},"/index/usd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the usd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** usd Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/usd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/usd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_USD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"usd\"","tags":["indices"]}},"/index/usom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the usom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** USOM Security Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/usom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/usom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_USOMAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"usom\"","tags":["indices"]}},"/index/vandyke":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vandyke index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VanDyke Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vandyke?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vandyke?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VanDyke-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vandyke\"","tags":["indices"]}},"/index/vapidlabs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vapidlabs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VapidLabs Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vapidlabs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vapidlabs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VapidLabsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vapidlabs\"","tags":["indices"]}},"/index/vc-cpe-dictionary":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vc-cpe-dictionary index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck CPE Dictionary\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vc-cpe-dictionary?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vc-cpe-dictionary?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VCCPEDictionary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vc-cpe-dictionary\"","tags":["indices"]}},"/index/vde":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vde index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VDE CERT Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vde?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vde?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VDEAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vde\"","tags":["indices"]}},"/index/veeam":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the veeam index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Veeam Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/veeam?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/veeam?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Veeam-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"veeam\"","tags":["indices"]}},"/index/veritas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the veritas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Veritas Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/veritas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/veritas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Veritas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"veritas\"","tags":["indices"]}},"/index/virtuozzo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the virtuozzo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Virtuozzo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/virtuozzo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/virtuozzo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Virtuozzo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"virtuozzo\"","tags":["indices"]}},"/index/vlc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vlc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VLC Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vlc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vlc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VLC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vlc\"","tags":["indices"]}},"/index/vmware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vmware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VMWare Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vmware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vmware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VMWareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vmware\"","tags":["indices"]}},"/index/voidsec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the voidsec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VoidSec Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/voidsec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/voidsec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VoidSec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"voidsec\"","tags":["indices"]}},"/index/vulncheck":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheck-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck\"","tags":["indices"]}},"/index/vulncheck-canaries":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries\"","tags":["indices"]}},"/index/vulncheck-canaries-10d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-10d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (10 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-10d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-10d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-10d\"","tags":["indices"]}},"/index/vulncheck-canaries-30d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-30d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (30 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-30d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-30d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-30d\"","tags":["indices"]}},"/index/vulncheck-canaries-3d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-3d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (3 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-3d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-3d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-3d\"","tags":["indices"]}},"/index/vulncheck-canaries-90d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-90d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (90 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-90d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-90d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-90d\"","tags":["indices"]}},"/index/vulncheck-config":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-config index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Configurations\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-config?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-config?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckConfig-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-config\"","tags":["indices"]}},"/index/vulncheck-cvelist-v5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-cvelist-v5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck CVEList V5\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-cvelist-v5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-cvelist-v5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckCVEListV5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-cvelist-v5\"","tags":["indices"]}},"/index/vulncheck-kev":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-kev index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck KEV\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-kev?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-kev?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckKEV-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-kev\"","tags":["indices"]}},"/index/vulncheck-nvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-nvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck NVD\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-nvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-nvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CveItemsExtended-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-nvd\"","tags":["indices"]}},"/index/vulncheck-nvd2":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-nvd2 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck NVD V2\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-nvd2?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-nvd2?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CVEExtended-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-nvd2\"","tags":["indices"]}},"/index/vulnerability-aliases":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulnerability-aliases index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Vulnerability Aliases\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulnerability-aliases?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulnerability-aliases?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnerabilityAlias-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulnerability-aliases\"","tags":["indices"]}},"/index/vulnrichment":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulnrichment index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Vulnrichment\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulnrichment?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulnrichment?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Vulnrichment-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulnrichment\"","tags":["indices"]}},"/index/vyaire":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vyaire index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Vyaire Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vyaire?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vyaire?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VYAIREAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vyaire\"","tags":["indices"]}},"/index/watchguard":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the watchguard index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Watchguard Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/watchguard?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/watchguard?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WatchGuard-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"watchguard\"","tags":["indices"]}},"/index/whatsapp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the whatsapp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** WhatsApp Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/whatsapp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/whatsapp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WhatsApp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"whatsapp\"","tags":["indices"]}},"/index/wibu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wibu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wibu Systems Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wibu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wibu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wibu-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wibu\"","tags":["indices"]}},"/index/wireshark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wireshark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wireshark Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wireshark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wireshark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wireshark-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wireshark\"","tags":["indices"]}},"/index/with-secure":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the with-secure index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** With Secure Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/with-secure?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/with-secure?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WithSecure-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"with-secure\"","tags":["indices"]}},"/index/wolfi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wolfi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wolfi Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wolfi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wolfi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wolfi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wolfi\"","tags":["indices"]}},"/index/wolfssl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wolfssl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** WolfSSL Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wolfssl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wolfssl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WolfSSL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wolfssl\"","tags":["indices"]}},"/index/wordfence":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wordfence index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wordfence Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wordfence?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wordfence?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wordfence-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wordfence\"","tags":["indices"]}},"/index/xen":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xen index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xen Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xen?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xen?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xen-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xen\"","tags":["indices"]}},"/index/xerox":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xerox index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xerox Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xerox?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xerox?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xerox-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xerox\"","tags":["indices"]}},"/index/xiaomi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xiaomi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xiaomi Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xiaomi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xiaomi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xiaomi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xiaomi\"","tags":["indices"]}},"/index/xylem":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xylem index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xylem Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xylem?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xylem?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xylem-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xylem\"","tags":["indices"]}},"/index/yamaha":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yamaha index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yamaha Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yamaha?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yamaha?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Yamaha-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yamaha\"","tags":["indices"]}},"/index/yokogawa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yokogawa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yokogawa Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yokogawa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yokogawa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_YokogawaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yokogawa\"","tags":["indices"]}},"/index/yubico":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yubico index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yubico Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yubico?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yubico?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Yubico-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yubico\"","tags":["indices"]}},"/index/zdi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zdi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zero Day Initiative Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zdi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zdi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ZeroDayAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zdi\"","tags":["indices"]}},"/index/zebra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zebra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zebra Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zebra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zebra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zebra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zebra\"","tags":["indices"]}},"/index/zeroscience":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zeroscience index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ZeroScience Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zeroscience?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zeroscience?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ZeroScienceAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zeroscience\"","tags":["indices"]}},"/index/zimbra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zimbra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zimbra Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zimbra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zimbra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zimbra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zimbra\"","tags":["indices"]}},"/index/zoom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zoom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zoom Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zoom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zoom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zoom-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zoom\"","tags":["indices"]}},"/index/zscaler":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zscaler index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zscaler Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zscaler?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zscaler?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zscaler-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zscaler\"","tags":["indices"]}},"/index/zuso":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zuso index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ZUSO Vulnerability Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zuso?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zuso?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zuso-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zuso\"","tags":["indices"]}},"/index/zyxel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zyxel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zyxel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zyxel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zyxel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zyxel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zyxel\"","tags":["indices"]}},"/openapi":{"get":{"description":"Return the VulnCheck API (v3) OpenAPI specification","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"additionalProperties":true,"type":"object"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return OpenAPI specification","tags":["endpoints"]}},"/pdns/vulncheck-c2":{"get":{"description":"Retrieve a list of hostnames, identified as running Command \u0026 Control infrastructure.","parameters":[{"description":"Format of the Hostnames in the response (Defaults To: text)","enum":["txt","json","text"],"in":"query","name":"format","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of C2 Hostnames","tags":["endpoints"]}},"/purl":{"get":{"description":"Based on the specified PURL, this endpoint will return a list of vulnerabilities that are related to the package. We currently support hex, golang, hackage, npm, and pypi","parameters":[{"description":"URL string used to identify and locate a software package","in":"query","name":"purl","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-v3controllers_PurlResponseData-v3controllers_PurlResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Request vulnerabilities related to a PURL","tags":["endpoints"]}},"/rules/initial-access/{type}":{"get":{"description":"Retrieve set of initial-access detection rules by type","parameters":[{"description":"Type of ruleset to retrieve","enum":["snort","suricata"],"in":"path","name":"type","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve set of initial-access detection rules","tags":["endpoints"]}},"/tags/vulncheck-c2":{"get":{"description":"Retrieve a list of IP addresses, identified as running Command \u0026 Control infrastructure","parameters":[{"description":"Format of the IP Addresses in the response (Defaults To: text)","enum":["txt","json","text"],"in":"query","name":"format","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of C2 IP addresses","tags":["endpoints"]}}},"securityDefinitions":{"Bearer":{"in":"header","name":"Authorization","type":"apiKey"}},"swagger":"2.0"} \ No newline at end of file +{"basePath":"/v3","definitions":{"advisory.A10":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"reference":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ABBAdvisory":{"properties":{"abb_vulnerability_id":{"items":{"type":"string"},"type":"array"},"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"document_id":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ADP":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"metrics":{"items":{"$ref":"#/definitions/advisory.VulnrichmentMetric"},"type":"array"},"providerMetadata":{"$ref":"#/definitions/advisory.MProviderMetadata"}},"type":"object"},"advisory.ADPContainer":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"datePublic":{"description":"OK","type":"string"},"descriptions":{"description":"OK","items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"},"impacts":{"description":"OK","items":{"$ref":"#/definitions/advisory.Impact"},"type":"array"},"metrics":{"description":"OK","items":{"$ref":"#/definitions/advisory.Metric"},"type":"array"},"problemTypes":{"description":"OK","items":{"$ref":"#/definitions/advisory.MProblemTypes"},"type":"array"},"providerMetadata":{"allOf":[{"$ref":"#/definitions/advisory.MProviderMetadata"}],"description":"OK"},"references":{"items":{"$ref":"#/definitions/advisory.MReference"},"type":"array"},"tags":{"description":"OK","items":{"type":"string"},"type":"array"},"title":{"description":"OK","type":"string"}},"type":"object"},"advisory.AIX":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AMD":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AMI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ASRG":{"properties":{"affected_products":{"type":"string"},"capec":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"problem_type":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AVEVAAdvisory":{"properties":{"aveva_vulnerability_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"published_by":{"type":"string"},"rating":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AWS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Abbott":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Absolute":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Acknowledgement":{"properties":{"name":{"items":{"$ref":"#/definitions/advisory.IVal"},"type":"array"},"url":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Acronis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AdobeAdvisory":{"properties":{"adobe_cves":{"items":{"$ref":"#/definitions/advisory.AdobeCVE"},"type":"array"},"affected":{"items":{"$ref":"#/definitions/advisory.AdobeAffected"},"type":"array"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"solutions":{"items":{"$ref":"#/definitions/advisory.AdobeSolution"},"type":"array"},"updated_at":{"type":"string"}},"type":"object"},"advisory.AdobeAffected":{"properties":{"platform":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AdobeCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.AdobeSolution":{"properties":{"platform":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Advantech":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Advisory":{"properties":{"affects":{"type":"string"},"announced":{"type":"string"},"category":{"type":"string"},"corrections":{"items":{"$ref":"#/definitions/advisory.Correction"},"type":"array"},"credits":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"module":{"type":"string"},"name":{"type":"string"},"topic":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AdvisoryDetails":{"properties":{"bugzilla":{"$ref":"#/definitions/advisory.Bugzilla"},"cve":{"$ref":"#/definitions/advisory.OvalCVE"},"issued":{"$ref":"#/definitions/advisory.Issued"},"severity":{"type":"string"},"updated":{"$ref":"#/definitions/advisory.Updated"}},"type":"object"},"advisory.AdvisoryRecord":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"external_id":{"items":{"type":"string"},"type":"array"},"lang":{"type":"string"},"name":{"type":"string"},"refsource":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.Affected":{"properties":{"database_specific":{"description":"The meaning of the values within the object is entirely defined by the database"},"ecosystem_specific":{"description":"The meaning of the values within the object is entirely defined by the ecosystem"},"package":{"$ref":"#/definitions/advisory.OSVPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.Range"},"type":"array"},"severity":{"items":{"$ref":"#/definitions/advisory.Severity"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AffectedChrome":{"properties":{"fixed_version":{"type":"string"},"product":{"type":"string"}},"type":"object"},"advisory.AffectedDebianPackage":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AffectedDebianRelease":{"properties":{"fixed_version":{"type":"string"},"nodsa":{"type":"string"},"nodsa_reason":{"type":"string"},"release_name":{"type":"string"},"repositories":{"items":{"$ref":"#/definitions/advisory.AffectedDebianRepository"},"type":"array"},"status":{"type":"string"},"urgency":{"type":"string"}},"type":"object"},"advisory.AffectedDebianRepository":{"properties":{"repository_name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AffectedFile":{"properties":{"file_last_modified":{"type":"string"},"file_name":{"type":"string"}},"type":"object"},"advisory.AffectedProduct":{"properties":{"affectedReleases":{"type":"string"},"fixedReleases":{"type":"string"},"lexmarkModels":{"type":"string"}},"type":"object"},"advisory.AffectedRel":{"properties":{"advisory":{"type":"string"},"cpe":{"type":"string"},"package":{"type":"string"},"product_name":{"type":"string"},"release_date":{"type":"string"}},"type":"object"},"advisory.AffectedUbuntuPackage":{"properties":{"break_commit_url":{"items":{"type":"string"},"type":"array"},"fix_commit_url":{"items":{"type":"string"},"type":"array"},"package_name":{"type":"string"},"package_release_status":{"items":{"$ref":"#/definitions/advisory.UbuntuPackageReleaseStatus"},"type":"array"},"upstream_fix_url":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AlephResearch":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Alibaba":{"properties":{"cnnvd":{"items":{"type":"string"},"type":"array"},"cnvd":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"mitigation_cn":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_cn":{"type":"string"},"title_cn":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AlmaDate":{"properties":{"$date":{"type":"integer"}},"type":"object"},"advisory.AlmaLinuxUpdate":{"properties":{"bs_repo_id":{"$ref":"#/definitions/advisory.AlmaObjectID"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fromstr":{"type":"string"},"id":{"$ref":"#/definitions/advisory.AlmaObjectID"},"issued_date":{"$ref":"#/definitions/advisory.AlmaDate"},"pkglist":{"$ref":"#/definitions/advisory.AlmaPackageList"},"pushcount":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.AlmaReference"},"type":"array"},"release":{"type":"string"},"rights":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"update_url":{"type":"string"},"updated_date":{"$ref":"#/definitions/advisory.AlmaDate"},"updateinfo_id":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AlmaObjectID":{"properties":{"$oid":{"type":"string"}},"type":"object"},"advisory.AlmaPackage":{"properties":{"arch":{"type":"string"},"epoch":{"type":"string"},"filename":{"type":"string"},"name":{"type":"string"},"reboot_suggested":{"type":"integer"},"release":{"type":"string"},"source":{"type":"string"},"sum":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.AlmaPackageList":{"properties":{"name":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.AlmaPackage"},"type":"array"},"shortname":{"type":"string"}},"type":"object"},"advisory.AlmaReference":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.AlpineLinuxSecDB":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"distroversion":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecDBPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.AlpineLinuxSecDBPackage":{"properties":{"package_name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecurityFix"},"type":"array"}},"type":"object"},"advisory.AlpineLinuxSecurityFix":{"properties":{"cve":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"advisory.AmazonAffectedPackage":{"properties":{"advisory":{"type":"string"},"package":{"type":"string"},"platform":{"type":"string"},"releaseDate":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.AmazonCVE":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AmazonAffectedPackage"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AnchoreNVDOverride":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"override":{"$ref":"#/definitions/advisory.Override"},"url":{"type":"string"}},"type":"object"},"advisory.AndroidAdvisory":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AndroidAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.AndroidReference"},"type":"array"},"summary":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AndroidAffected":{"properties":{"ecosystem_specific":{"$ref":"#/definitions/advisory.EcoSystem"},"package":{"$ref":"#/definitions/advisory.AndroidPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.AndroidRange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.AndroidEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.AndroidPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.AndroidRange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.AndroidEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.AndroidReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheActiveMQ":{"properties":{"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheArchiva":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheArrow":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCamel":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCommons":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheCouchDB":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheFlink":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheGuacamole":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheHTTP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheHadoop":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheJSPWiki":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheKafka":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheLoggingServices":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheNiFi":{"properties":{"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed_versions":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOFBiz":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOpenMeetings":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheOpenOffice":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApachePulsar":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheShiro":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheSpark":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheStruts":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"impact":{"type":"string"},"rating":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vulnerable_version":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.ApacheSubversion":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheSuperset":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheTomcat":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ApacheZooKeeper":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppCheck":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Appgate":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppleAdvisory":{"properties":{"components":{"items":{"$ref":"#/definitions/advisory.AppleComponent"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AppleComponent":{"properties":{"available_for":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"impact":{"type":"string"},"itw_exploit":{"type":"boolean"},"name":{"type":"string"}},"type":"object"},"advisory.ArchIssue":{"properties":{"advisories":{"items":{"type":"string"},"type":"array"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"issues":{"description":"cves","items":{"type":"string"},"type":"array"},"name":{"type":"string"},"packages":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"status":{"type":"string"},"ticket":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Arista":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Aruba":{"properties":{"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AssetNote":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Asterisk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Astra":{"properties":{"bdu":{"items":{"type":"string"},"type":"array"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_ru":{"type":"string"},"title_ru":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Asus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.AtlassianAdvisory":{"properties":{"affected_version":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"detailed_summary":{"description":"overloading in places with 'RiskAssessment' and other places with\n'Description'","type":"string"},"fixed_version":{"type":"string"},"link":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"release_date":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.AtlassianProducts":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"}},"type":"object"},"advisory.AtlassianVuln":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"$ref":"#/definitions/advisory.AtlassianProducts"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Atredis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendors":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Audiocodes":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.AusCert":{"properties":{"body":{"type":"string"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"link":{"type":"string"},"operatingSystem":{"type":"string"},"product":{"type":"string"},"publisher":{"type":"string"},"resolution":{"type":"string"}},"type":"object"},"advisory.Autodesk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Avaya":{"properties":{"advisory_number":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"last_revised":{"type":"string"},"overview":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Avigilon":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Award":{"properties":{"amount":{"type":"string"},"currency":{"type":"string"}},"type":"object"},"advisory.Axis":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Azul":{"properties":{"base_score":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"prime_version":{"items":{"$ref":"#/definitions/advisory.PrimeVersion"},"type":"array"},"release":{"type":"string"},"url":{"type":"string"},"zulu_version":{"items":{"$ref":"#/definitions/advisory.ZuluVersion"},"type":"array"}},"type":"object"},"advisory.BBraunAdvisory":{"properties":{"attention":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"equipment":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"},"vulnerabilities":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.BDUAdvisory":{"properties":{"bdu_id":{"description":"BDU:2022-03833","type":"string"},"cve":{"description":"[]string{\"CVE-2022-28194\"}","items":{"type":"string"},"type":"array"},"cvss":{"$ref":"#/definitions/advisory.BDUCvss"},"cvss3":{"$ref":"#/definitions/advisory.BDUCvss3"},"cwe":{"description":"CWE-119","type":"string"},"date_added":{"type":"string"},"description_ru":{"description":"Библиотека libxml2 до версии 2.9.12 не корректно обрабатывает XML-документы, содержащие определенные сущности. В результате могут быть выполнены произвольные команды.","type":"string"},"environment":{"$ref":"#/definitions/advisory.BDUEnvironment"},"exploit_status_en":{"description":"Exploited","type":"string"},"exploit_status_ru":{"description":"Exploited","type":"string"},"fix_status_en":{"description":"Fixed","type":"string"},"fix_status_ru":{"description":"Fixed","type":"string"},"identify_date":{"description":"2022-09-01","type":"string"},"name_ru":{"description":"BDU:2022-03833: Уязвимость модуля Cboot (tegrabl_cbo.c) пакета драйверов микропрограммного обеспечения вычислительных плат NVIDIA Jetson, позволяющая нарушителю выполнить произвольный код или вызвать частичный отказ в обслуживании","type":"string"},"severity_ru":{"description":"High","type":"string"},"solution_ru":{"description":"Обновите драйверы микропрограммного обеспечения вычислительных плат NVIDIA Jetson до версии 32.6.1 или более поздней","type":"string"},"sources":{"description":"https://nvd.nist.gov/vuln/detail/CVE-2022-28194","items":{"type":"string"},"type":"array"},"text_ru":{"description":"Библиотека libxml2 до версии 2.9.12 не корректно обрабатывает XML-документы, содержащие определенные сущности. В результате могут быть выполнены произвольные команды.","type":"string"},"url":{"description":"https://bdu.fstec.ru/vul/2022-03833","type":"string"},"vul_status_en":{"description":"Exploitable","type":"string"},"vul_status_ru":{"description":"Exploitable","type":"string"},"vulnerable_software":{"$ref":"#/definitions/advisory.BDUVulnerableSoftware"}},"type":"object"},"advisory.BDUCvss":{"properties":{"vector":{"$ref":"#/definitions/advisory.BDUVector"}},"type":"object"},"advisory.BDUCvss3":{"properties":{"vector":{"$ref":"#/definitions/advisory.BDUVector"}},"type":"object"},"advisory.BDUEnvironment":{"properties":{"os":{"$ref":"#/definitions/advisory.BDUOs"}},"type":"object"},"advisory.BDUOs":{"properties":{"name":{"type":"string"},"platform":{"type":"string"},"text":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BDUSoft":{"properties":{"name":{"type":"string"},"platform":{"type":"string"},"text":{"type":"string"},"types":{"$ref":"#/definitions/advisory.BDUTypes"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BDUTypes":{"properties":{"text":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.BDUVector":{"properties":{"score":{"type":"string"},"text":{"type":"string"}},"type":"object"},"advisory.BDUVulnerableSoftware":{"properties":{"soft":{"$ref":"#/definitions/advisory.BDUSoft"}},"type":"object"},"advisory.BLS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"prodcut":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.Bandr":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"document_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BaxterAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BeckhoffAdvisory":{"properties":{"beckhoff_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"description":"if in the future we can delete this great - it's just a dupe to\nnormalize the field names","type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vde":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.BeckmanCoulter":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BectonDickinsonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products_affected":{"items":{"$ref":"#/definitions/advisory.ProductsAffected"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BeldenAdvisory":{"properties":{"belden_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.BeyondTrust":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Binarly":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BitDefender":{"properties":{"additional_details":{"type":"string"},"affected_products":{"type":"string"},"affected_vendors":{"type":"string"},"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"details":{"type":"string"},"timeline":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BlackBerry":{"properties":{"bsrt":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BoschAdvisory":{"properties":{"bosch_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.BostonScientificAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Botnet":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"botnet_name":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"}},"type":"object"},"advisory.Bugzilla":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CACyberCentreAdvisory":{"properties":{"control_systems":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"html_url":{"type":"string"},"serial_number":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CBLMariner":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"package":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CERTEUAdvisory":{"properties":{"advisoryId":{"type":"string"},"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"history":{"items":{"type":"string"},"type":"array"},"link":{"type":"string"},"recommendations":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"technicalDetails":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CESA":{"properties":{"arch":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"issueDate":{"type":"string"},"osRelease":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.CentosPackage"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.CISAAlert":{"properties":{"affectedProducts":{"type":"string"},"alertID":{"type":"string"},"archived":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"cveexploitedITW":{"type":"boolean"},"cvss":{"type":"string"},"date_added":{"type":"string"},"icsa":{"type":"boolean"},"icsma":{"type":"boolean"},"mitigations":{"type":"string"},"releaseDate":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.CISControl":{"properties":{"cis_control_description":{"type":"string"},"cis_control_id":{"type":"string"},"cis_control_name":{"type":"string"}},"type":"object"},"advisory.CNNVDEntryJSON":{"properties":{"bugtraq-id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"modified-date":{"type":"string"},"name_cn":{"type":"string"},"published-date":{"type":"string"},"severity_cn":{"type":"string"},"severity_en":{"type":"string"},"source":{"type":"string"},"url":{"type":"string"},"vuln-description_cn":{"type":"string"},"vuln-solution":{"type":"string"},"vuln-type_cn":{"type":"string"},"vuln-type_en":{"type":"string"}},"type":"object"},"advisory.CNVDBulletin":{"properties":{"cnta":{"type":"string"},"cnvd":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"reference_urls":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CNVDFlaw":{"properties":{"affected_products_cn":{"type":"string"},"bugtraq_id":{"type":"string"},"cnvd":{"type":"string"},"collection_time":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"harm_level":{"type":"string"},"id":{"type":"string"},"public_date":{"type":"string"},"reference_urls":{"items":{"type":"string"},"type":"array"},"submission_time":{"type":"string"},"title_cn":{"type":"string"},"update_time":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"validation_info_cn":{"type":"string"},"validation_info_en":{"type":"string"},"vendor_patch_cn":{"type":"string"},"vuln_attachments":{"items":{"type":"string"},"type":"array"},"vuln_description_cn":{"type":"string"},"vuln_solution_cn":{"type":"string"},"vuln_type_cn":{"type":"string"}},"type":"object"},"advisory.COSUpdate":{"properties":{"changed":{"items":{"type":"string"},"type":"array"},"featured":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"reference":{"type":"string"},"security":{"items":{"type":"string"},"type":"array"},"updated":{"type":"string"}},"type":"object"},"advisory.CPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.CPENode":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.CPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.CSAF":{"properties":{"document":{"allOf":[{"$ref":"#/definitions/advisory.DocumentMetadata"}],"description":"Document contains metadata about the CSAF document itself.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#321-document-property"},"notes":{"description":"Notes holds notes associated with the whole document.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3217-document-property---notes","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"product_tree":{"allOf":[{"$ref":"#/definitions/advisory.ProductBranch"}],"description":"ProductTree contains information about the product tree (branches only).\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#322-product-tree-property"},"vulnerabilities":{"description":"Vulnerabilities contains information about the vulnerabilities,\n(i.e. CVEs), associated threats, and product status.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#323-vulnerabilities-property","items":{"$ref":"#/definitions/advisory.CSAFVulnerability"},"type":"array"}},"type":"object"},"advisory.CSAFDistribution":{"type":"object"},"advisory.CSAFNote":{"properties":{"audience":{"type":"string"},"category":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CSAFReference":{"properties":{"category":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CSAFRelationship":{"properties":{"category":{"type":"string"},"full_product_name":{"$ref":"#/definitions/advisory.Product"},"product_reference":{"type":"string"},"relates_to_product_reference":{"type":"string"}},"type":"object"},"advisory.CSAFScore":{"properties":{"cvss_v2":{"$ref":"#/definitions/advisory.CVSSV2"},"cvss_v3":{"$ref":"#/definitions/advisory.CVSSV3"},"products":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CSAFVulnerability":{"properties":{"cve":{"description":"MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3232-vulnerabilities-property---cve","type":"string"},"cwe":{"$ref":"#/definitions/advisory.Cwe"},"flags":{"description":"Machine readable flags for products related to vulnerability\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3235-vulnerabilities-property---flags","items":{"$ref":"#/definitions/advisory.Flag"},"type":"array"},"ids":{"description":"List of IDs represents a list of unique labels or tracking IDs for the vulnerability (if such information exists).\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3236-vulnerabilities-property---ids","items":{"$ref":"#/definitions/advisory.TrackingID"},"type":"array"},"notes":{"description":"Notes holds notes associated with the Vulnerability object.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3238-vulnerabilities-property---notes","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"product_status":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"description":"Provide details on the status of the referenced product related to the vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3239-vulnerabilities-property---product-status","type":"object"},"references":{"description":"Vulnerability references holds a list of references associated with this vulnerability item.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32310-vulnerabilities-property---references","items":{"$ref":"#/definitions/advisory.CSAFReference"},"type":"array"},"release_date":{"type":"string"},"remediations":{"description":"Provide details of remediations associated with a Vulnerability\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32312-vulnerabilities-property---remediations","items":{"$ref":"#/definitions/advisory.RemediationData"},"type":"array"},"scores":{"description":"Scores holds the scores associated with the Vulnerability object.\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32313-vulnerabilities-property---scores\nCurrently only CVSS v3 is supported.","items":{"$ref":"#/definitions/advisory.CSAFScore"},"type":"array"},"threats":{"description":"Provide details of threats associated with a vulnerability.\n\nhttps://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32314-vulnerabilities-property---threats","items":{"$ref":"#/definitions/advisory.ThreatData"},"type":"array"}},"type":"object"},"advisory.CVEDetail":{"properties":{"baseScore":{"type":"string"},"cveid":{"type":"string"},"description":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.CVEDetailsLink":{"properties":{"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.CVEReference":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CVRFReference":{"properties":{"description":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CVSS":{"properties":{"score":{"type":"string"},"severity":{"type":"string"},"type":{"type":"string"},"vector":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CVSSV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"collateralDamagePotential":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"exploitability":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"targetDistribution":{"type":"string"},"temporalScore":{"type":"number"}},"type":"object"},"advisory.CVSSV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CVSSV40":{"properties":{"Automatable":{"type":"string"},"Recovery":{"type":"string"},"Safety":{"type":"string"},"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityRequirement":{"type":"string"},"exploitMaturity":{"type":"string"},"integrityRequirement":{"type":"string"},"modifiedAttackComplexity":{"type":"string"},"modifiedAttackRequirements":{"type":"string"},"modifiedAttackVector":{"type":"string"},"modifiedPrivilegesRequired":{"type":"string"},"modifiedSubAvailabilityImpact":{"type":"string"},"modifiedSubConfidentialityImpact":{"type":"string"},"modifiedSubIntegrityImpact":{"type":"string"},"modifiedUserInteraction":{"type":"string"},"modifiedVulnAvailabilityImpact":{"type":"string"},"modifiedVulnConfidentialityImpact":{"type":"string"},"modifiedVulnIntegrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"providerUrgency":{"type":"string"},"subAvailabilityImpact":{"type":"string"},"subConfidentialityImpact":{"type":"string"},"subIntegrityImpact":{"type":"string"},"userInteraction":{"type":"string"},"valueDensity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"},"vulnAvailabilityImpact":{"type":"string"},"vulnConfidentialityImpact":{"type":"string"},"vulnIntegrityImpact":{"type":"string"},"vulnerabilityResponseEffort":{"type":"string"}},"type":"object"},"advisory.CVSSV40Threat":{"properties":{"baseThreatScore":{"type":"number"},"baseThreatSeverity":{"type":"string"},"exploitMaturity":{"type":"string"}},"type":"object"},"advisory.CWENode":{"properties":{"cweid":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.CanvasExploit":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"exploit_pack":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Capec":{"properties":{"capec_id":{"type":"string"},"capec_name":{"type":"string"},"capec_url":{"type":"string"},"lang":{"type":"string"}},"type":"object"},"advisory.CarestreamAdvisory":{"properties":{"carestream_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Carrier":{"properties":{"advisory_id":{"type":"string"},"affected_product":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CentosPackage":{"properties":{"filename":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.CertBE":{"properties":{"affected_software":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerability_type":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CertFRAdvisory":{"properties":{"affected_systems_fr":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"resume_fr":{"type":"string"},"risks_fr":{"type":"string"},"solution_fr":{"type":"string"},"source_fr":{"type":"string"},"title_fr":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertIN":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertIRSecurityAlert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_fa":{"type":"string"},"title_fa":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertSE":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_sv":{"type":"string"},"title_sv":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CertUA":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_ua":{"type":"string"},"title_ua":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ChainGuard":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"date_added":{"description":"un-used","type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.ChainGuardPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.ChainGuardPackage":{"properties":{"name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.ChainGuardSecFix"},"type":"array"}},"type":"object"},"advisory.ChainGuardSecFix":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"}},"type":"object"},"advisory.CheckPoint":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Chrome":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.AffectedChrome"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ciena":{"properties":{"cves":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issue_no":{"type":"integer"},"security_advisory_number":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vulnerable_products":{"items":{"$ref":"#/definitions/advisory.VulnerableProduct"},"type":"array"}},"type":"object"},"advisory.CisaCsafAdv":{"properties":{"csaf_json":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CiscoAdvisory":{"properties":{"ciscoBugId":{"description":"multiple","type":"string"},"csaf":{"type":"string"},"cve":{"description":"multiple","items":{"type":"string"},"type":"array"},"cvrf":{"type":"string"},"cwe":{"description":"multiple","type":"string"},"date_added":{"type":"string"},"id":{"type":"integer"},"identifier":{"type":"string"},"name":{"type":"string"},"related_resources":{"type":"string"},"severity":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"totalCount":{"type":"integer"},"updated_at":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"},"workarounds":{"type":"string"},"workflowStatus":{"type":"string"}},"type":"object"},"advisory.CiscoCSAF":{"properties":{"csaf":{},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"identifier":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CiscoKnownGoodValue":{"properties":{"biv_category":{"type":"string"},"biv_hash":{"type":"string"},"date_added":{"type":"string"},"dtype":{"type":"string"},"filename":{"type":"string"},"md5":{"type":"string"},"platform":{"type":"string"},"published":{"type":"string"},"sha1":{"type":"string"},"sha256":{"type":"string"},"sha512":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.CitrixAdvisory":{"properties":{"citrixId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.ClarotyVulnerability":{"properties":{"advisory_url":{"type":"string"},"claroty_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v3":{"type":"number"},"cwe":{"type":"string"},"date_added":{"type":"string"},"product":{"type":"string"},"target":{"type":"string"},"vendor":{"type":"string"},"vendor_advisory_url":{"type":"string"}},"type":"object"},"advisory.CloudBees":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CloudVulnDBAdvisory":{"properties":{"affectedServices":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.CodesysAdvisory":{"properties":{"codesys_id":{"type":"string"},"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CommVault":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cve_details":{"items":{"$ref":"#/definitions/advisory.CommVaultCVEDetails"},"type":"array"},"cvss_range":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"impacted_product":{"$ref":"#/definitions/advisory.CommVaultImpactedProduct"},"references":{"items":{"type":"string"},"type":"array"},"resolution":{"$ref":"#/definitions/advisory.CommVaultResolution"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.CommVaultCVEDetails":{"properties":{"cve_id":{"type":"string"},"cvss":{"type":"string"},"description":{"type":"string"},"external_links":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CommVaultImpactedProduct":{"properties":{"description":{"type":"string"},"impacted_product_details":{"items":{"$ref":"#/definitions/advisory.CommVaultImpactedProductDetails"},"type":"array"}},"type":"object"},"advisory.CommVaultImpactedProductDetails":{"properties":{"affected_versions":{"type":"string"},"platforms":{"items":{"type":"string"},"type":"array"},"product_name":{"type":"string"},"resolved_versions":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.CommVaultResolution":{"properties":{"description":{"type":"string"},"resolution_details":{"items":{"$ref":"#/definitions/advisory.CommVaultResolutionDetails"},"type":"array"}},"type":"object"},"advisory.CommVaultResolutionDetails":{"properties":{"feature_release":{"type":"string"},"maintenance_release":{"type":"string"}},"type":"object"},"advisory.CompassSecurity":{"properties":{"csnc_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"effect":{"type":"string"},"introduction":{"type":"string"},"product":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.ContainerOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updates":{"items":{"$ref":"#/definitions/advisory.COSUpdate"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.CoreImpactExploit":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploit_type":{"type":"string"},"platform":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Correction":{"properties":{"correctedAt":{"type":"string"},"orelease":{"type":"string"},"release":{"type":"string"}},"type":"object"},"advisory.Credit":{"properties":{"lang":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Crestron":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"threat":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.CrowdSec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"eitw":{"type":"boolean"},"first_seen":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Curl":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"info":{"$ref":"#/definitions/advisory.OCurl"},"url":{"type":"string"}},"type":"object"},"advisory.CurlAffected":{"properties":{"ranges":{"items":{"$ref":"#/definitions/advisory.CurlRange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.CurlCWE":{"properties":{"desc":{"type":"string"},"id":{"type":"string"}},"type":"object"},"advisory.CurlCredit":{"properties":{"name":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.CurlRange":{"properties":{"events":{"items":{"additionalProperties":{"type":"string"},"type":"object"},"type":"array"},"repo":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Cvrf":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"notes":{"items":{"$ref":"#/definitions/advisory.DocumentNote"},"type":"array"},"productTree":{"$ref":"#/definitions/advisory.ProductTree"},"references":{"items":{"$ref":"#/definitions/advisory.CVRFReference"},"type":"array"},"title":{"type":"string"},"tracking":{"$ref":"#/definitions/advisory.DocumentTracking"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.Vulnerability"},"type":"array"}},"type":"object"},"advisory.CvsssV2_3":{"properties":{"basescore":{"type":"string"},"temporalscore":{"type":"string"}},"type":"object"},"advisory.Cwe":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.CweAcceptanceLevel":{"properties":{"description":{"type":"string"},"lastModified":{"type":"string"}},"type":"object"},"advisory.CweData":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Cwes":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.CWENode"},"type":"array"},"totalCount":{"type":"integer"}},"type":"object"},"advisory.Cycle":{"properties":{"codename":{"type":"string"},"cycle":{"type":"string"},"discontinued":{},"eol":{},"extendedSupport":{},"latest":{"type":"string"},"latestReleaseDate":{"type":"string"},"link":{"type":"string"},"lts":{},"releaseDate":{"type":"string"},"releaseLabel":{"type":"string"},"support":{}},"type":"object"},"advisory.DBSpecific":{"properties":{"CWE":{"$ref":"#/definitions/advisory.CurlCWE"},"award":{"$ref":"#/definitions/advisory.Award"},"last_affected":{"type":"string"},"package":{"type":"string"},"severity":{"type":"string"},"url":{"type":"string"},"www":{"type":"string"}},"type":"object"},"advisory.DFNCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_de":{"type":"string"},"title_de":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DLink":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DNN":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dahua":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dassault":{"properties":{"affected_products":{"type":"string"},"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DateTime":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.DebianCVE":{"properties":{"cve":{"type":"string"},"debianbug":{"type":"integer"},"description":{"type":"string"},"releases":{"items":{"$ref":"#/definitions/advisory.AffectedDebianRelease"},"type":"array"},"scope":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DebianSecurityAdvisory":{"properties":{"affected_packages":{"items":{"$ref":"#/definitions/advisory.AffectedDebianPackage"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dsa":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Dell":{"properties":{"articleNumber":{"type":"string"},"combinedProductList":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dell_cves":{"items":{"$ref":"#/definitions/advisory.DellCVE"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DellCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.DeltaAdvisory":{"properties":{"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"recommendedAction":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.DistroPackage":{"properties":{"binary":{"type":"boolean"},"cve":{"items":{"type":"string"},"type":"array"},"license":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"secFixes":{"items":{"$ref":"#/definitions/advisory.SecFix"},"type":"array"},"versions":{"items":{"$ref":"#/definitions/advisory.DistroVersion"},"type":"array"}},"type":"object"},"advisory.DistroVersion":{"properties":{"arch":{"type":"string"},"published_date":{"type":"string"},"release":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Django":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DocumentMetadata":{"properties":{"category":{"type":"string"},"csaf_version":{"type":"string"},"distribution":{"$ref":"#/definitions/advisory.CSAFDistribution"},"lang":{"type":"string"},"notes":{"description":"used by ncsc","items":{"$ref":"#/definitions/advisory.CSAFNote"},"type":"array"},"publisher":{"$ref":"#/definitions/advisory.Publisher"},"references":{"items":{"$ref":"#/definitions/advisory.CSAFReference"},"type":"array"},"title":{"description":"Aggregate severity is a vehicle that is provided by the document producer to convey the urgency and\ncriticality with which the one or more vulnerabilities reported should be addressed.","type":"string"},"tracking":{"$ref":"#/definitions/advisory.Tracking"}},"type":"object"},"advisory.DocumentNote":{"properties":{"text":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.DocumentPublisher":{"properties":{"contact_details":{"type":"string"},"issuing_authority":{"type":"string"},"type":{"description":"the json for this is missing/broke","type":"integer"}},"type":"object"},"advisory.DocumentTracking":{"properties":{"currentReleaseDate":{"type":"string"},"id":{"type":"string"},"initialReleaseDate":{"type":"string"},"revisionHistory":{"items":{"$ref":"#/definitions/advisory.Revision"},"type":"array"},"status":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.DotCMS":{"properties":{"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_version":{"type":"string"},"issue_id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.DragosAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Draytek":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Drupal":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"project":{"type":"string"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EOLAlibaba":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"eol_date":{"type":"string"},"eol_name":{"type":"string"},"product":{"type":"string"},"release_date":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.EOLMicrosoft":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"edition":{"type":"string"},"extended_end_date":{"type":"string"},"mainstream_date":{"type":"string"},"product":{"type":"string"},"release":{"type":"string"},"release_end_date":{"type":"string"},"release_start_date":{"type":"string"},"retirement_date":{"type":"string"},"start_date":{"type":"string"},"support_policy":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EOLReleaseData":{"properties":{"already_eol":{"type":"boolean"},"branch":{"description":"Alpine Linux","type":"string"},"branch_url":{"description":"Alpine Linux","type":"string"},"codename":{"type":"string"},"cpe":{"type":"string"},"eol_date":{"type":"string"},"eol_date_extended_support":{"description":"Oracle Linux, Solaris","type":"string"},"eol_date_premier_support":{"description":"Oracle Linux, Solaris","type":"string"},"eol_elts_date":{"type":"string"},"eol_lts_date":{"type":"string"},"git_branch":{"description":"Alpine Linux","type":"string"},"git_branch_url":{"description":"Alpine Linux","type":"string"},"lts":{"description":"Ubuntu","type":"boolean"},"minor_releases":{"description":"Alpine Linux","items":{"type":"string"},"type":"array"},"product":{"type":"string"},"release_date":{"type":"string"},"release_name":{"type":"string"},"source_url":{"type":"string"},"technology_level":{"description":"AIX","type":"string"},"vendor":{"type":"string"},"version":{"type":"string"},"version_api":{"description":"Android","type":"string"},"version_darwin":{"description":"macOS","type":"string"},"version_sunos":{"description":"Solaris","type":"string"},"windows_current_build":{"description":"Microsoft Windows","type":"string"},"windows_display_version":{"description":"Microsoft Windows","type":"string"},"windows_edition_id":{"description":"Microsoft Windows","type":"string"},"windows_insider_preview":{"description":"Microsoft Windows","type":"boolean"}},"type":"object"},"advisory.EUVD":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"assigner":{"type":"string"},"base_score":{"type":"number"},"base_score_vector":{"type":"string"},"base_score_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"description":{"type":"string"},"enisa_id_product":{"items":{"$ref":"#/definitions/advisory.EnisaIDProduct"},"type":"array"},"enisa_id_vendor":{"items":{"$ref":"#/definitions/advisory.EnisaIDVendor"},"type":"array"},"epss":{"type":"number"},"exploited":{"description":"This field is exploited field from endpoint /api/vulnerabilities.\napidocs : https://euvd.enisa.europa.eu/apidoc\nNote: There are records where exploited_since is populated with a valid date,\nbut it still shows up under non_exploitable data set","type":"boolean"},"exploited_since":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.EatonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"eaton_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EcoSystem":{"properties":{"severity":{"type":"string"},"spl":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Elastic":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"esaid":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Elspec":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EmergingThreatsSnort":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"rev":{"type":"string"},"rule_disabled":{"type":"boolean"},"rule_name":{"type":"string"},"sid":{"type":"integer"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EmersonAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"emerson_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EndOfLife":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cycles":{"items":{"$ref":"#/definitions/advisory.Cycle"},"type":"array"},"date_added":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.EnisaIDProduct":{"properties":{"id":{"type":"string"},"product_name":{"type":"string"},"product_version":{"type":"string"}},"type":"object"},"advisory.EnisaIDVendor":{"properties":{"id":{"type":"string"},"vendor_name":{"type":"string"}},"type":"object"},"advisory.Event":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"},"last_affected":{"type":"string"},"limit":{"type":"string"}},"type":"object"},"advisory.ExodusIntel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"disclosed_public":{"type":"string"},"disclosed_vendor":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ExploitDBExploitv2":{"properties":{"author":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"edb_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ExternalReferences":{"properties":{"description":{"type":"string"},"external_id":{"type":"string"},"source_name":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.F5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FSecure":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Fanuc":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Fastly":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Festo":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FileCloud":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FileZilla":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FixAff":{"properties":{"affected_since":{"type":"string"},"fixed_version":{"type":"string"},"patch_url":{"type":"string"}},"type":"object"},"advisory.Flag":{"properties":{"date":{"type":"string"},"group_ids":{"items":{"type":"string"},"type":"array"},"label":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.FlattSecurity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ForgeRock":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FortinetAdvisory":{"properties":{"acknowledgement":{"type":"string"},"affectedProducts":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvssv3":{"type":"string"},"date_added":{"type":"string"},"irnumber":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solutions":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.FortinetIPS":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"epss":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Foxit":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.FoxitAffected"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.FoxitAffected":{"properties":{"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.GCP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GEGas":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GEHealthcareAdvisory":{"properties":{"base_score":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GHAdvisoryJSONLean":{"properties":{"classification":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"$ref":"#/definitions/advisory.GHCvss"},"cwes":{"$ref":"#/definitions/advisory.Cwes"},"databaseId":{"type":"integer"},"date_added":{"type":"string"},"description":{"type":"string"},"ghsaId":{"type":"string"},"id":{"type":"string"},"identifiers":{"items":{"$ref":"#/definitions/advisory.GHIdentifier"},"type":"array"},"notificationsPermalink":{"type":"string"},"origin":{"type":"string"},"permalink":{"type":"string"},"publishedAt":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GHReference"},"type":"array"},"severity":{"type":"string"},"summary":{"type":"string"},"updated_at":{"type":"string"},"vulnerabilities":{"$ref":"#/definitions/advisory.GHVulnerabilities"},"withdrawnAt":{"type":"string"}},"type":"object"},"advisory.GHCvss":{"properties":{"score":{"type":"number"},"vectorString":{"type":"string"}},"type":"object"},"advisory.GHIdentifier":{"properties":{"type":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.GHNode":{"properties":{"package":{"$ref":"#/definitions/advisory.GHPackage"},"severity":{"type":"string"},"updatedAt":{"type":"string"},"vulnerableVersionRange":{"type":"string"}},"type":"object"},"advisory.GHPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GHReference":{"properties":{"url":{"type":"string"}},"type":"object"},"advisory.GHSA":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"ghsa":{"$ref":"#/definitions/advisory.OriginalGHSA"},"url":{"type":"string"}},"type":"object"},"advisory.GHSAAffected":{"properties":{"ecosystem_specific":{"$ref":"#/definitions/advisory.GHSAEcoSystemSpecific"},"package":{"$ref":"#/definitions/advisory.GHSAPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.GHSARange"},"type":"array"}},"type":"object"},"advisory.GHSADatabaseSpecific":{"properties":{"cwe_ids":{"items":{"type":"string"},"type":"array"},"github_reviewed":{"type":"boolean"},"github_reviewed_at":{"type":"string"},"nvd_published_at":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.GHSAEcoSystemSpecific":{"properties":{"affected_functions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.GHSAEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.GHSAPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GHSARange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.GHSAEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.GHSAReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GHSASeverity":{"properties":{"score":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.GHVulnerabilities":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.GHNode"},"type":"array"},"totalCount":{"type":"integer"}},"type":"object"},"advisory.GMOCyberSecurity":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_ja":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gallagher":{"properties":{"activeExploitation":{"type":"boolean"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixes":{"type":"string"},"reportedBy":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gen":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"id":{"description":"not all of them have this","type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Genetec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Gigabyte":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.GitHubExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"currently_trending":{"type":"boolean"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"id":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GitLabExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GiteeExploit":{"properties":{"clone_https_url":{"type":"string"},"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"cve":{"type":"string"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"exploit_type":{"type":"string"},"forks":{"type":"integer"},"html_url":{"type":"string"},"language":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_full_path":{"type":"string"},"repo_id":{"type":"string"},"repo_name":{"type":"string"},"repo_owner":{"type":"string"},"stars":{"type":"integer"}},"type":"object"},"advisory.GitlabAdvisory":{"properties":{"affected_range":{"type":"string"},"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v2":{"type":"string"},"cvss_v3":{"type":"string"},"cwe":{"items":{"type":"string"},"type":"array"},"date":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"filename":{"type":"string"},"fixed_versions":{"items":{"type":"string"},"type":"array"},"ghsa":{"items":{"type":"string"},"type":"array"},"gitlab_url":{"type":"string"},"identifier":{"type":"string"},"identifiers":{"items":{"type":"string"},"type":"array"},"not_impacted":{"type":"string"},"package_manager":{"type":"string"},"package_name":{"type":"string"},"package_slug":{"type":"string"},"pubdate":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"urls":{"items":{"type":"string"},"type":"array"},"uuid":{"type":"string"}},"type":"object"},"advisory.Glibc":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GnuTLS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GoCredits":{"properties":{"name":{"type":"string"}},"type":"object"},"advisory.GoEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.GoVulnAffected":{"properties":{"database_specific":{"$ref":"#/definitions/advisory.GoVulnDatabaseSpecific"},"ecosystem_specific":{"$ref":"#/definitions/advisory.GoVulnEcosystemSpecific"},"package":{"$ref":"#/definitions/advisory.GoVulnPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.GoVulnRanges"},"type":"array"}},"type":"object"},"advisory.GoVulnDatabaseSpecific":{"properties":{"url":{"type":"string"}},"type":"object"},"advisory.GoVulnEcosystemSpecific":{"properties":{"imports":{"items":{"$ref":"#/definitions/advisory.GoVulnImport"},"type":"array"}},"type":"object"},"advisory.GoVulnImport":{"properties":{"path":{"type":"string"},"symbols":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.GoVulnJSON":{"properties":{"advisory_url":{"type":"string"},"affected":{"items":{"$ref":"#/definitions/advisory.GoVulnAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.GoCredits"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"ghsa":{"items":{"type":"string"},"type":"array"},"go_advisory_id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GoVulnReference"},"type":"array"}},"type":"object"},"advisory.GoVulnPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.GoVulnRanges":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.GoEvent"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.GoVulnReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Grafana":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GreyNoiseDetection":{"properties":{"category":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"intention":{"type":"string"},"label":{"type":"string"},"name":{"type":"string"},"recommend_block":{"type":"boolean"},"references":{"items":{"type":"string"},"type":"array"},"related_tags":{"items":{"$ref":"#/definitions/advisory.GreyNoiseTags"},"type":"array"},"slug":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.GreyNoiseTags":{"properties":{"category":{"type":"string"},"id":{"type":"string"},"intention":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"}},"type":"object"},"advisory.HCL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HIKVision":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.HKCert":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact":{"type":"string"},"link":{"type":"string"},"relatedLinks":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"solutions":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.HP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.HPE":{"properties":{"csaf":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Hacktivity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"float64":{"type":"number"},"rank":{"type":"integer"},"reports_submitted":{"type":"integer"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HardwareUpdate":{"properties":{"affectedVersions":{"type":"string"},"cves":{"items":{"type":"string"},"type":"array"},"hardwarePlatform":{"type":"string"},"system":{"type":"string"},"updatedVersion":{"type":"string"}},"type":"object"},"advisory.HarmonyOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HashiCorp":{"properties":{"affected_products":{"type":"string"},"background":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"remediation":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HaskellAffected":{"properties":{"affected_constraint":{"type":"string"},"affected_versions":{"items":{"$ref":"#/definitions/advisory.HaskellVersion"},"type":"array"},"arch":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"os":{"items":{"type":"string"},"type":"array"},"package":{"type":"string"}},"type":"object"},"advisory.HaskellSADBAdvisory":{"properties":{"advisory_id":{"type":"string"},"affected_packages":{"items":{"$ref":"#/definitions/advisory.HaskellAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"integer"},"type":"array"},"date_added":{"type":"string"},"keywords":{"items":{"type":"string"},"type":"array"},"references":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object"},"related_vulns":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.HaskellVersion":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.HillromAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Hitachi":{"properties":{"affectedProducts":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixedProducts":{"type":"string"},"hitachiId":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HitachiEnergy":{"properties":{"advisory_id":{"type":"string"},"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploited":{"type":"boolean"},"products":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Honeywell":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Huawei":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"sa_number":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HuaweiEulerOS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"integer"},"packages":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"synopsis":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.HuaweiIPS":{"properties":{"cnnvd":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"name":{"type":"string"},"severity":{"type":"string"},"threat_id":{"type":"integer"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.IAVA":{"properties":{"IAVA":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.IBM":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ITW":{"properties":{"cve":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.ITWExploit":{"properties":{"advisory":{"type":"string"},"affected_versions":{"type":"string"},"analysis_url":{"type":"string"},"bug_introducing_change_list_url":{"type":"string"},"claimed_attribution":{"type":"string"},"claimed_attribution_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_discovered":{"type":"string"},"date_patched":{"type":"string"},"description":{"type":"string"},"first_patched_version":{"type":"string"},"patch_change_list_url":{"type":"string"},"product":{"type":"string"},"reported_by":{"type":"string"},"root_cause_analysis_url":{"type":"string"},"vendor":{"type":"string"},"vulnerability_type":{"type":"string"}},"type":"object"},"advisory.IVal":{"properties":{"Value":{"type":"string"}},"type":"object"},"advisory.Idemia":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"sbid":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.IdentificationHelper":{"additionalProperties":true,"type":"object"},"advisory.Impact":{"properties":{"capecId":{"type":"string"},"descriptions":{"items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"}},"type":"object"},"advisory.IncibeAdvisory":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"detail":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Intel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"link":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.IpIntelRecord":{"properties":{"asn":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"feed_ids":{"items":{"type":"string"},"type":"array"},"hostnames":{"items":{"type":"string"},"type":"array"},"ip":{"type":"string"},"lastSeen":{"type":"string"},"matches":{"items":{"type":"string"},"type":"array"},"port":{"type":"integer"},"ssl":{"type":"boolean"},"type":{"$ref":"#/definitions/advisory.RecordType"}},"type":"object"},"advisory.IsraeliAlert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details_he":{"type":"string"},"handling_he":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_he":{"type":"string"},"title_he":{"type":"string"}},"type":"object"},"advisory.IsraeliVulnerability":{"properties":{"ILVNId":{"type":"string"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Issued":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.Istio":{"properties":{"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ivanti":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.IvantiRSS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JFrog":{"properties":{"cpes":{"items":{"$ref":"#/definitions/advisory.NVD20CVECPEMatch"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"product":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.JNJAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JVN":{"properties":{"affected_en":{"type":"string"},"affected_ja":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_en":{"type":"string"},"description_ja":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution_en":{"type":"string"},"solution_ja":{"type":"string"},"summary_en":{"type":"string"},"summary_ja":{"type":"string"},"title_en":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JVNAdvisoryItem":{"properties":{"cpe":{"items":{"$ref":"#/definitions/advisory.JVNCPE"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"items":{"$ref":"#/definitions/advisory.CVSS"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"description_en":{"type":"string"},"identifier":{"type":"string"},"issued":{"type":"string"},"modified":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.JVNReference"},"type":"array"},"title":{"type":"string"},"title_en":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"url_en":{"type":"string"}},"type":"object"},"advisory.JVNCPE":{"properties":{"cpe":{"type":"string"},"product":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.JVNReference":{"properties":{"id":{"type":"string"},"source":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Jenkins":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fix":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.JetBrains":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"product":{"type":"string"},"resolved_in":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.JohnsonControls":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Juniper":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss3_score":{"type":"string"},"cvss3_vector":{"type":"string"},"cvss4_score":{"type":"string"},"cvss4_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.K8S":{"properties":{"content":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issue_id":{"type":"integer"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.KEVCatalogVulnerability":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dueDate":{"type":"string"},"knownRansomwareCampaignUse":{"type":"string"},"notes":{"type":"string"},"product":{"type":"string"},"requiredAction":{"type":"string"},"shortDescription":{"type":"string"},"vendorProject":{"type":"string"},"vulnerabilityName":{"type":"string"}},"type":"object"},"advisory.KRCertAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_ko":{"type":"string"},"link":{"type":"string"},"overview_ko":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title_ko":{"type":"string"}},"type":"object"},"advisory.KasperskyICSCERTAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"klcert_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Kb":{"properties":{"kb_url":{"type":"string"},"ms_date_added":{"type":"string"},"status":{"type":"string"},"supercedence":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.KbThreatDescription":{"properties":{"dos":{"type":"string"},"exploited":{"type":"string"},"latest_software_release":{"type":"string"},"level":{"items":{"type":"string"},"type":"array"},"older_software_release":{"type":"string"},"publicly_disclosed":{"type":"string"},"type":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.KoreLogic":{"properties":{"affected_product":{"type":"string"},"affected_vendor":{"type":"string"},"affected_version":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Kunbus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LG":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Lenovo":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"industry_identifiers":{"items":{"type":"string"},"type":"array"},"last_updated":{"type":"string"},"lenovo_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LexmarkAdvisory":{"properties":{"affectedProducts":{"items":{"$ref":"#/definitions/advisory.AffectedProduct"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"impact":{"type":"string"},"lastUpdate":{"type":"string"},"link":{"type":"string"},"publicReleaseDate":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"revision":{"type":"string"},"summary":{"type":"string"},"updated_at":{"type":"string"},"workarounds":{"type":"string"}},"type":"object"},"advisory.LibreOffice":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Linux":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.LogSource":{"properties":{"category":{"type":"string"},"definition":{"type":"string"},"product":{"type":"string"},"service":{"type":"string"}},"type":"object"},"advisory.LolAdvs":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"lol_json":{"additionalProperties":{},"type":"object"},"mitre_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MACert":{"properties":{"affected_systems_fr":{"type":"string"},"assessment_fr":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact_fr":{"type":"string"},"reference":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk_fr":{"type":"string"},"risks_fr":{"type":"string"},"solution_fr":{"type":"string"},"title_fr":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MAffected":{"properties":{"collectionURL":{"type":"string"},"cpes":{"items":{"type":"string"},"type":"array"},"defaultStatus":{"type":"string"},"packageName":{"type":"string"},"packageURL":{"type":"string"},"platforms":{"items":{"type":"string"},"type":"array"},"product":{"type":"string"},"repo":{"type":"string"},"vendor":{"type":"string"},"versions":{"items":{"$ref":"#/definitions/advisory.MVersion"},"type":"array"}},"type":"object"},"advisory.MBranch":{"properties":{"Branch":{"items":{"$ref":"#/definitions/advisory.MBranch"},"type":"array"},"FullProductName":{"items":{"$ref":"#/definitions/advisory.MFullProductName"},"type":"array"},"Items":{"items":{"$ref":"#/definitions/advisory.MItem"},"type":"array"},"name":{"type":"string"},"type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.MCPEApplicability":{"properties":{"negate":{"type":"boolean"},"nodes":{"items":{"$ref":"#/definitions/advisory.MNodes"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"advisory.MCPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.MCna":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.MAffected"},"type":"array"},"cpeApplicability":{"items":{"$ref":"#/definitions/advisory.MCPEApplicability"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.Credit"},"type":"array"},"descriptions":{"items":{"$ref":"#/definitions/advisory.MDescriptions"},"type":"array"},"impacts":{"items":{"$ref":"#/definitions/advisory.Impact"},"type":"array"},"metrics":{"items":{"$ref":"#/definitions/advisory.Metric"},"type":"array"},"problemTypes":{"items":{"$ref":"#/definitions/advisory.MProblemTypes"},"type":"array"},"providerMetadata":{"$ref":"#/definitions/advisory.MProviderMetadata"},"references":{"items":{"$ref":"#/definitions/advisory.MReference"},"type":"array"},"tags":{"items":{"type":"string"},"type":"array"},"timeline":{"items":{"$ref":"#/definitions/advisory.Timeline"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.MContainers":{"properties":{"adp":{"items":{"$ref":"#/definitions/advisory.ADPContainer"},"type":"array"},"cna":{"$ref":"#/definitions/advisory.MCna"}},"type":"object"},"advisory.MCveMetadata":{"properties":{"assignerOrgId":{"type":"string"},"assignerShortName":{"type":"string"},"cveId":{"type":"string"},"datePublished":{"type":"string"},"dateReserved":{"type":"string"},"dateUpdated":{"type":"string"},"state":{"type":"string"}},"type":"object"},"advisory.MCvssV20":{"properties":{"accessVector":{"type":"string"},"attackComplexity":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV30":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV31":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.MCvssV40":{"properties":{"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"automatable":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"privilegesRequired":{"type":"string"},"providerUrgency":{"type":"string"},"recovery":{"type":"string"},"safety":{"type":"string"},"subAvailabilityImpact":{"type":"string"},"subConfidentialityImpact":{"type":"string"},"subIntegrityImpact":{"type":"string"},"userInteraction":{"type":"string"},"valueDensity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"},"vulnAvailabilityImpact":{"type":"string"},"vulnConfidentialityImpact":{"type":"string"},"vulnIntegrityImpact":{"type":"string"},"vulnerabilityResponseEffort":{"type":"string"}},"type":"object"},"advisory.MDescriptions":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.MDocumentTracking":{"properties":{"CurrentReleaseDate":{"type":"string"},"InitialReleaseDate":{"type":"string"},"identification":{"$ref":"#/definitions/advisory.MIdentification"},"revisionhistory":{"description":"diff in xml/json","items":{"$ref":"#/definitions/advisory.RRevision"},"type":"array"},"status":{"description":"again - change in json/xml","type":"integer"},"version":{"type":"string"}},"type":"object"},"advisory.MEProduct":{"properties":{"ID":{"type":"string"},"display_value":{"type":"string"}},"type":"object"},"advisory.MFiles":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MFullProductName":{"properties":{"CPE":{"type":"string"},"ProductID":{"type":"string"},"Value":{"type":"string"}},"type":"object"},"advisory.MISPValueNoID":{"properties":{"description":{"type":"string"},"meta":{"$ref":"#/definitions/advisory.MispMeta"},"related":{"items":{"$ref":"#/definitions/advisory.MispRelatedItem"},"type":"array"},"value":{"type":"string"}},"type":"object"},"advisory.MITREAttackGroupNoID":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"name":{"type":"string"},"techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechnique"},"type":"array"}},"type":"object"},"advisory.MIdentification":{"properties":{"alias":{"$ref":"#/definitions/advisory.IVal"},"id":{"$ref":"#/definitions/advisory.IVal"}},"type":"object"},"advisory.MItem":{"properties":{"Items":{"items":{"$ref":"#/definitions/advisory.MItem"},"type":"array"},"Name":{"type":"string"},"ProductID":{"type":"string"},"Type":{"description":"diff","type":"integer"},"Value":{"type":"string"}},"type":"object"},"advisory.MNodes":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.MCPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.MProblemTypes":{"properties":{"descriptions":{"items":{"$ref":"#/definitions/advisory.PTMDescriptions"},"type":"array"}},"type":"object"},"advisory.MProductStatus":{"properties":{"ProductID":{"items":{"type":"string"},"type":"array"},"type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.MProductTree":{"properties":{"Branch":{"items":{"$ref":"#/definitions/advisory.MBranch"},"type":"array"},"FullProductName":{"items":{"$ref":"#/definitions/advisory.MFullProductName"},"type":"array"}},"type":"object"},"advisory.MProviderMetadata":{"properties":{"dateUpdated":{"description":"FIXME: flip to time","type":"string"},"orgId":{"type":"string"},"shortName":{"type":"string"}},"type":"object"},"advisory.MReference":{"properties":{"name":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.MRemediation":{"properties":{"AffectedFiles":{"items":{"$ref":"#/definitions/advisory.AffectedFile"},"type":"array"},"Date":{"type":"string"},"DateSpecified":{"type":"boolean"},"Description":{"$ref":"#/definitions/advisory.IVal"},"FixedBuild":{"type":"string"},"ProductID":{"items":{"type":"string"},"type":"array"},"RestartRequired":{"$ref":"#/definitions/advisory.IVal"},"SubType":{"type":"string"},"Type":{"description":"diff","type":"integer"},"Url":{"type":"string"},"supercedence":{"type":"string"}},"type":"object"},"advisory.MSCVRF":{"properties":{"DocumentTitle":{"$ref":"#/definitions/advisory.MSDocumentTitle"},"DocumentTracking":{"$ref":"#/definitions/advisory.MDocumentTracking"},"ProductTree":{"$ref":"#/definitions/advisory.MProductTree"},"document_type":{"type":"string"},"documentnotes":{"description":"diff","items":{"$ref":"#/definitions/advisory.RNote"},"type":"array"},"documentpublisher":{"$ref":"#/definitions/advisory.DocumentPublisher"},"vulnerability":{"items":{"$ref":"#/definitions/advisory.MVulnerability"},"type":"array"}},"type":"object"},"advisory.MSDocumentTitle":{"properties":{"Value":{"type":"string"}},"type":"object"},"advisory.MVersion":{"properties":{"lessThan":{"type":"string"},"lessThanOrEqual":{"type":"string"},"status":{"type":"string"},"version":{"type":"string"},"versionType":{"type":"string"}},"type":"object"},"advisory.MVulnerability":{"properties":{"ProductStatuses":{"items":{"$ref":"#/definitions/advisory.MProductStatus"},"type":"array"},"Remediations":{"items":{"$ref":"#/definitions/advisory.MRemediation"},"type":"array"},"Threats":{"items":{"$ref":"#/definitions/advisory.RThreat"},"type":"array"},"acknowledgments":{"items":{"$ref":"#/definitions/advisory.Acknowledgement"},"type":"array"},"cve":{"type":"string"},"cvssscoresets":{"items":{"$ref":"#/definitions/advisory.RScoreSet"},"type":"array"},"notes":{"items":{"$ref":"#/definitions/advisory.Note"},"type":"array"},"ordinal":{"type":"string"},"revisionhistory":{"description":"diff in xml/json","items":{"$ref":"#/definitions/advisory.RRevision"},"type":"array"},"title":{"$ref":"#/definitions/advisory.IVal"}},"type":"object"},"advisory.MaliciousPackage":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"malware":{"$ref":"#/definitions/advisory.OSVObj"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ManageEngine":{"properties":{"ADVISORY":{"type":"string"},"Added_Time":{"type":"string"},"CVE_Details_Link":{"$ref":"#/definitions/advisory.CVEDetailsLink"},"CVE_ID":{"type":"string"},"CVSS_Severity_Rating":{"type":"string"},"Fixed":{"type":"string"},"For_product_search":{"type":"string"},"ID":{"type":"string"},"Product":{"$ref":"#/definitions/advisory.MEProduct"},"Product_list":{"items":{"$ref":"#/definitions/advisory.MEProduct"},"type":"array"},"Product_specific_details":{"items":{"$ref":"#/definitions/advisory.ProductSpecificDetail"},"type":"array"},"Summary":{"type":"string"},"Version":{"type":"string"},"index_field":{"type":"string"}},"type":"object"},"advisory.ManageEngineAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"manage_engine":{"$ref":"#/definitions/advisory.ManageEngine"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MbedTLS":{"properties":{"affects":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.McAfee":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mcafee_score":{"items":{"$ref":"#/definitions/advisory.McAfeeScore"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.McAfeeScore":{"properties":{"base":{"type":"string"},"cve":{"type":"string"},"temporal":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.Mediatek":{"properties":{"affected_chipsets":{"items":{"type":"string"},"type":"array"},"affected_software":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MedtronicAdvisory":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"mitigation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Mendix":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"mendix_id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MetaData":{"properties":{"advisory":{"$ref":"#/definitions/advisory.AdvisoryDetails"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.OvalReference"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.MetasploitExploit":{"properties":{"author":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Metric":{"properties":{"cvssV2_0":{"$ref":"#/definitions/advisory.MCvssV20"},"cvssV3_0":{"$ref":"#/definitions/advisory.MCvssV30"},"cvssV3_1":{"$ref":"#/definitions/advisory.MCvssV31"},"cvssV4_0":{"$ref":"#/definitions/advisory.MCvssV40"},"format":{"type":"string"},"other":{"$ref":"#/definitions/advisory.MetricsOther"},"scenarios":{"items":{"$ref":"#/definitions/advisory.MetricScenario"},"type":"array"}},"type":"object"},"advisory.MetricScenario":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.MetricsOther":{"properties":{"content":{"type":"object"},"type":{"type":"string"}},"type":"object"},"advisory.MicrosoftCVRF":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvrf":{"$ref":"#/definitions/advisory.MSCVRF"},"date_added":{"type":"string"},"exploited_list":{"items":{"$ref":"#/definitions/advisory.ITW"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MicrosoftKb":{"properties":{"cve":{"type":"string"},"date_added":{"type":"string"},"kbs":{"items":{"$ref":"#/definitions/advisory.Kb"},"type":"array"},"threat":{"$ref":"#/definitions/advisory.KbThreatDescription"},"title":{"type":"string"}},"type":"object"},"advisory.Mikrotik":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Mindray":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MispMeta":{"properties":{"attribution-confidence":{"type":"string"},"cfr-suspected-state-sponsor":{"type":"string"},"cfr-suspected-victims":{"items":{"type":"string"},"type":"array"},"cfr-target-category":{"items":{"type":"string"},"type":"array"},"cfr-type-of-incident":{"items":{"type":"string"},"type":"array"},"country":{"type":"string"},"refs":{"items":{"type":"string"},"type":"array"},"synonyms":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.MispRelatedItem":{"properties":{"dest-uuid":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.MispValue":{"properties":{"description":{"type":"string"},"meta":{"$ref":"#/definitions/advisory.MispMeta"},"related":{"items":{"$ref":"#/definitions/advisory.MispRelatedItem"},"type":"array"},"uuid":{"type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Mitel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackRef":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackTechWithRefs":{"properties":{"domain":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"nist_controls":{"items":{"$ref":"#/definitions/advisory.NISTControl"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.MitreAttackRef"},"type":"array"},"subtechnique":{"type":"boolean"},"tactics":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.MitreAttackTechnique":{"properties":{"sub_technique":{"type":"string"},"sub_technique_name":{"type":"string"},"tactic":{"items":{"type":"string"},"type":"array"},"technique_id":{"type":"string"},"technique_name":{"type":"string"}},"type":"object"},"advisory.MitreCVEListV5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.MitreCVEListV5Ref"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MitreCVEListV5Ref":{"properties":{"containers":{"$ref":"#/definitions/advisory.MContainers"},"cveMetadata":{"$ref":"#/definitions/advisory.MCveMetadata"},"dataType":{"type":"string"},"dataVersion":{"type":"string"}},"type":"object"},"advisory.MitreGroupCTI":{"properties":{"aliases":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"id":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.ExternalReferences"},"type":"array"}},"type":"object"},"advisory.MitsubishiElectricAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"description":"could nuke this at some pt in the future as it's a dupe","type":"string"},"mitsubishi_electric_id":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MongoDB":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"score":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MoxaAdvisory":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MozillaAdvisory":{"properties":{"affected_components":{"items":{"$ref":"#/definitions/advisory.MozillaComponent"},"type":"array"},"bugzilla":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_in":{"items":{"type":"string"},"type":"array"},"impact":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"reporter":{"type":"string"},"risk":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.MozillaComponent":{"properties":{"bugzilla":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"description":{"type":"string"},"impact":{"type":"string"},"reporter":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.NCSC":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_nl":{"type":"string"},"title_nl":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NCSCCVE":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary_nl":{"type":"string"},"title_nl":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NEC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"nvd_id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NHS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"summary":{"type":"string"},"threat_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"ovewrview":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NISTControl":{"properties":{"cis_controls":{"items":{"$ref":"#/definitions/advisory.CISControl"},"type":"array"},"nist_control_family":{"type":"string"},"nist_control_id":{"type":"string"},"nist_control_name":{"type":"string"}},"type":"object"},"advisory.NTP":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NVD20CVECPEMatch":{"properties":{"criteria":{"type":"string"},"matchCriteriaId":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"advisory.NVD20Configuration":{"properties":{"negate":{"type":"boolean"},"nodes":{"items":{"$ref":"#/definitions/advisory.NVD20Node"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"advisory.NVD20Node":{"properties":{"cpeMatch":{"items":{"$ref":"#/definitions/advisory.NVD20CVECPEMatch"},"type":"array"},"negate":{"type":"boolean"},"operator":{"type":"string"}},"type":"object"},"advisory.NVD20Source":{"properties":{"contactEmail":{"type":"string"},"created":{"type":"string"},"cweAcceptanceLevel":{"$ref":"#/definitions/advisory.CweAcceptanceLevel"},"lastModified":{"type":"string"},"name":{"type":"string"},"sourceIdentifiers":{"items":{"type":"string"},"type":"array"},"v3AcceptanceLevel":{"$ref":"#/definitions/advisory.V3AcceptanceLevel"}},"type":"object"},"advisory.NVDCPEDictionary":{"properties":{"backupOnly":{"type":"string"}},"type":"object"},"advisory.NZAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"happening":{"type":"string"},"link":{"type":"string"},"lookFor":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"whatToDo":{"type":"string"}},"type":"object"},"advisory.Naver":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nessus":{"properties":{"cpe":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploitability_ease":{"description":"seems like only 3 vals for this","type":"string"},"filename":{"type":"string"},"iava":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"script_id":{"type":"integer"},"updated":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NetApp":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"impact":{"type":"string"},"ntap":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netatalk":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netgate":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netgear":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"psvn_number":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Netskope":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nexpose":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"identifier":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NginxAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"not_vuln_versions":{"items":{"type":"string"},"type":"array"},"patch_pgp":{"type":"string"},"patch_url":{"type":"string"},"severity":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vuln_versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.NodeAuthor":{"properties":{"author":{"type":"string"},"username":{"type":"string"},"website":{"type":"string"}},"type":"object"},"advisory.NodeJS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NodeSecurity":{"properties":{"affected_environments":{"items":{"type":"string"},"type":"array"},"author":{"$ref":"#/definitions/advisory.NodeAuthor"},"coordinating_vendor":{"type":"string"},"created_at":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"number"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"integer"},"module_name":{"type":"string"},"overview":{"type":"string"},"patched_versions":{"type":"string"},"publish_date":{"type":"string"},"recommendation":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerable_versions":{"type":"string"}},"type":"object"},"advisory.Nokia":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Note":{"properties":{"ordinal":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"},"type":{"type":"integer"}},"type":"object"},"advisory.NotePadPlusPlus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Nozomi":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.NvidiaRevision":{"properties":{"date":{"type":"string"},"description":{"type":"string"},"revision":{"type":"string"}},"type":"object"},"advisory.OCurl":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.CurlAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"credits":{"items":{"$ref":"#/definitions/advisory.CurlCredit"},"type":"array"},"database_specific":{"$ref":"#/definitions/advisory.DBSpecific"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"schema_version":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.OSV":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"osv":{"$ref":"#/definitions/advisory.OSVObj"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OSVObj":{"properties":{"affected":{"description":"collection based on https://ossf.github.io/osv-schema/","items":{"$ref":"#/definitions/advisory.Affected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.OSVReference"},"type":"array"},"related":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"withdrawn":{"type":"string"}},"type":"object"},"advisory.OSVPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"}},"type":"object"},"advisory.OSVReference":{"properties":{"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OTRS":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"product":{"type":"string"},"release":{"type":"string"},"risk":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OctopusDeploy":{"properties":{"advisory_number":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Okta":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cwe":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"resolution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Omron":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OneE":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenBSD":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"patch":{"type":"string"},"release":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenCVDB":{"properties":{"affected_platforms":{"items":{"type":"string"},"type":"array"},"affected_services":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"disclosed_at":{"type":"string"},"known_itw_exploitation":{"type":"boolean"},"manual_remediation":{"type":"string"},"published_at":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenJDK":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"openjdk_cves":{"items":{"$ref":"#/definitions/advisory.OpenJDKCVE"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenJDKCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.OpenSSH":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OpenSSLSecAdv":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_updated":{"type":"string"},"description":{"type":"string"},"filename":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.OpenSSLVulnerability"},"type":"array"}},"type":"object"},"advisory.OpenSSLVulnerability":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"fixed":{"items":{"$ref":"#/definitions/advisory.FixAff"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.OpenStack":{"properties":{"affects":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Opengear":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OracleCPU":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"product":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OracleCPUCSAF":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.OriginalGHSA":{"properties":{"affected":{"items":{"$ref":"#/definitions/advisory.GHSAAffected"},"type":"array"},"aliases":{"items":{"type":"string"},"type":"array"},"database_specific":{"$ref":"#/definitions/advisory.GHSADatabaseSpecific"},"details":{"type":"string"},"id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.GHSAReference"},"type":"array"},"schema_version":{"type":"string"},"severity":{"items":{"$ref":"#/definitions/advisory.GHSASeverity"},"type":"array"},"summary":{"type":"string"}},"type":"object"},"advisory.OvalCVE":{"properties":{"href":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.OvalReference":{"properties":{"ref_id":{"type":"string"},"ref_url":{"type":"string"},"source":{"type":"string"}},"type":"object"},"advisory.Override":{"properties":{"_annotation":{"$ref":"#/definitions/advisory.OverrideAnnotation"},"cve":{"$ref":"#/definitions/advisory.OverrideCVE"}},"type":"object"},"advisory.OverrideAnnotation":{"properties":{"cve_id":{"type":"string"},"modified":{"type":"string"},"published":{"type":"string"},"reason":{"type":"string"},"snapshot":{"type":"string"},"triage_notes":{"$ref":"#/definitions/advisory.TriageNotes"}},"type":"object"},"advisory.OverrideCVE":{"properties":{"configurations":{"items":{"$ref":"#/definitions/advisory.OverrideConfiguration"},"type":"array"}},"type":"object"},"advisory.OverrideConfiguration":{"properties":{"nodes":{"items":{"$ref":"#/definitions/advisory.CPENode"},"type":"array"}},"type":"object"},"advisory.OwnCloud":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PGFix":{"properties":{"affected":{"type":"string"},"fixed":{"type":"string"}},"type":"object"},"advisory.PHPMyAdmin":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PKCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PTC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PTMDescriptions":{"properties":{"cweId":{"type":"string"},"description":{"type":"string"},"lang":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Package":{"properties":{"filename":{"type":"string"},"name":{"description":"sort","type":"string"},"release":{"type":"string"},"src":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.PackageStat":{"properties":{"cpe":{"type":"string"},"fix_state":{"type":"string"},"package_name":{"type":"string"},"product_name":{"type":"string"}},"type":"object"},"advisory.PacketstormExploit":{"properties":{"author":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"download_url":{"type":"string"},"md5":{"type":"string"},"summary":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Palantir":{"properties":{"affected_products":{"type":"string"},"background":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PaloAltoAdvisory":{"properties":{"affected":{"type":"string"},"applicableVersions":{"type":"string"},"attackComplexity":{"type":"string"},"attackRequirements":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"confidentialityImpact":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvssbaseScore":{"type":"string"},"datePublished":{"type":"string"},"dateUpdated":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"problem":{"type":"string"},"product":{"type":"string"},"scope":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"unaffected":{"type":"string"},"url":{"type":"string"},"userInteraction":{"type":"string"},"workaround":{"type":"string"}},"type":"object"},"advisory.Panasonic":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PaperCut":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Patch":{"properties":{"advisory_id":{"type":"string"},"component":{"type":"string"},"link":{"type":"string"},"os_sw":{"type":"string"}},"type":"object"},"advisory.Pega":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"score":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PhilipsAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_updated":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PhoenixContactAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vde":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.PostgresSQL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"pg_fix":{"items":{"$ref":"#/definitions/advisory.PGFix"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PowerDNS":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PrimeVersion":{"properties":{"jdK":{"type":"string"},"prime":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Product":{"properties":{"name":{"type":"string"},"product_id":{"type":"string"},"product_identification_helper":{"$ref":"#/definitions/advisory.IdentificationHelper"}},"type":"object"},"advisory.ProductBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.ProductBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"},"product":{"$ref":"#/definitions/advisory.Product"},"relationships":{"items":{"$ref":"#/definitions/advisory.CSAFRelationship"},"type":"array"}},"type":"object"},"advisory.ProductSpecificDetail":{"properties":{"ID":{"type":"string"},"display_value":{"type":"string"}},"type":"object"},"advisory.ProductTree":{"properties":{"relationships":{"items":{"$ref":"#/definitions/advisory.Relationship"},"type":"array"}},"type":"object"},"advisory.ProductsAffected":{"properties":{"cve":{"type":"string"},"description":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.Progress":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Proofpoint":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Publisher":{"properties":{"category":{"type":"string"},"contact_details":{"type":"string"},"issuing_authority":{"type":"string"},"name":{"type":"string"},"namespace":{"type":"string"}},"type":"object"},"advisory.PureStorage":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"description":{"type":"string"},"product":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.PyPAAdvisory":{"properties":{"advisory_id":{"description":"ID is the PYSEC- identifier","type":"string"},"affected":{"description":"Affected will list out the vulnerable versions.","items":{"$ref":"#/definitions/advisory.PyPAAffected"},"type":"array"},"aliases":{"description":"Aliases are other identifiers that refer to this, such as a CVE","items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"description":"Details discuss the vulnerability information","type":"string"},"modified":{"description":"Modified is non-zero Time if entry was updated","type":"string"},"published":{"description":"Published is the datetime when this was released","type":"string"},"references":{"description":"References are links to more detailed advisories, fixes, etc.","items":{"$ref":"#/definitions/advisory.PyPAReference"},"type":"array"},"was_withdrawn":{"description":"WasWD indicates if the advisory was withdrawn or not.","type":"boolean"},"withdrawn":{"description":"Withdrawn is non-zero if this advisory has been withdrawn","type":"string"}},"type":"object"},"advisory.PyPAAffected":{"properties":{"package":{"$ref":"#/definitions/advisory.PyPAPackage"},"ranges":{"items":{"$ref":"#/definitions/advisory.PyPARange"},"type":"array"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.PyPAEvent":{"properties":{"fixed":{"type":"string"},"introduced":{"type":"string"}},"type":"object"},"advisory.PyPAPackage":{"properties":{"ecosystem":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"}},"type":"object"},"advisory.PyPARange":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.PyPAEvent"},"type":"array"},"ranges_type":{"type":"string"}},"type":"object"},"advisory.PyPAReference":{"properties":{"refs_type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QNAPAdvisory":{"properties":{"affected":{"type":"string"},"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"last_update_date":{"type":"string"},"link":{"type":"string"},"severity":{"type":"string"},"severity_number":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.QQID":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss3_score":{"type":"string"},"cvss_score":{"type":"string"},"date_added":{"type":"string"},"qid":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QSB":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Qualcomm":{"properties":{"chipsets":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"score":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Qualys":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"exploits":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.QualysQID":{"properties":{"consequence":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_v2":{"items":{"$ref":"#/definitions/advisory.CvsssV2_3"},"type":"array"},"cvss_v3":{"items":{"$ref":"#/definitions/advisory.CvsssV2_3"},"type":"array"},"date_added":{"type":"string"},"date_insert":{"type":"string"},"description":{"type":"string"},"patches":{"items":{"$ref":"#/definitions/advisory.Patch"},"type":"array"},"published":{"type":"string"},"qid":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vendor_refs":{"items":{"$ref":"#/definitions/advisory.VendorRef"},"type":"array"}},"type":"object"},"advisory.RDescription":{"properties":{"value":{"type":"string"}},"type":"object"},"advisory.RNote":{"properties":{"audience":{"type":"string"},"ordinal":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"},"type":{"description":"diff between xml \u0026\u0026 json","type":"integer"}},"type":"object"},"advisory.RRevision":{"properties":{"date":{"type":"string"},"description":{"$ref":"#/definitions/advisory.RDescription"},"number":{"type":"string"}},"type":"object"},"advisory.RScoreSet":{"properties":{"base_score":{"type":"string"},"product_id":{"type":"string"},"temporal_score":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.RThreat":{"properties":{"Date":{"type":"string"},"DateSpecified":{"type":"boolean"},"Description":{"$ref":"#/definitions/advisory.IVal"},"ProductID":{"items":{"type":"string"},"type":"array"},"Type":{"description":"diff","type":"integer"}},"type":"object"},"advisory.Range":{"properties":{"events":{"items":{"$ref":"#/definitions/advisory.Event"},"type":"array"},"repo":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RansomwareExploit":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"ransomware_family":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"}},"type":"object"},"advisory.RecordType":{"properties":{"finding":{"type":"string"},"id":{"type":"string"},"kind":{"type":"string"}},"type":"object"},"advisory.RedhatCVE":{"properties":{"advisories":{"items":{"type":"string"},"type":"array"},"advisory_csaf_vex_url":{"items":{"type":"string"},"type":"array"},"affected_packages":{"description":"used for un-marshlling from redhat","items":{"type":"string"},"type":"array"},"affected_release":{"items":{"$ref":"#/definitions/advisory.AffectedRel"},"type":"array"},"bugzilla":{"type":"string"},"bugzilla_description":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cve_csaf_vex_url":{"type":"string"},"cvss3_score":{"type":"string"},"cvss3_scoring_vector":{"type":"string"},"cvss_score":{"type":"number"},"cvss_scoring_vector":{"type":"string"},"cwe":{"type":"string"},"package_state":{"items":{"$ref":"#/definitions/advisory.PackageStat"},"type":"array"},"packages":{"description":"used to index into vulncheck OS","items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"public_date":{"type":"string"},"resource_url":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.Reference":{"properties":{"href":{"description":"sort","type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RelatedRule":{"properties":{"id":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.Relationship":{"properties":{"productReference":{"type":"string"},"relatesToProductReference":{"type":"string"},"relationType":{"type":"string"}},"type":"object"},"advisory.RemediationData":{"properties":{"category":{"type":"string"},"date":{"type":"string"},"details":{"type":"string"},"entitlements":{"items":{"type":"string"},"type":"array"},"group_ids":{"items":{"type":"string"},"type":"array"},"product_ids":{"items":{"type":"string"},"type":"array"},"restart_required":{"$ref":"#/definitions/advisory.RestartData"}},"type":"object"},"advisory.Renesas":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ReportedExploit":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RestartData":{"properties":{"category":{"type":"string"},"details":{"type":"string"}},"type":"object"},"advisory.Revision":{"properties":{"date":{"type":"string"},"description":{"type":"string"},"number":{"type":"string"}},"type":"object"},"advisory.RevisionHistory":{"properties":{"date":{"type":"string"},"number":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Revive":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RhelCVE":{"properties":{"csaf":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Roche":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"roche_cves":{"items":{"$ref":"#/definitions/advisory.RocheCVE"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RocheCVE":{"properties":{"cve":{"type":"string"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"}},"type":"object"},"advisory.Rockwell":{"properties":{"affected_products":{"items":{"$ref":"#/definitions/advisory.RockwellAffectedProduct"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"impact":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RockwellAffectedProduct":{"properties":{"affectedCatalogNumber":{"type":"string"},"affectedVersion":{"type":"string"},"correctedVersion":{"type":"string"},"cve":{"type":"string"},"product":{"type":"string"}},"type":"object"},"advisory.RockyAdvisory":{"properties":{"affectedProducts":{"items":{"type":"string"},"type":"array"},"buildReferences":{"items":{"type":"string"},"type":"array"},"cves":{"items":{"$ref":"#/definitions/advisory.RockyCve"},"type":"array"},"description":{"type":"string"},"fixes":{"items":{"$ref":"#/definitions/advisory.RockyFix"},"type":"array"},"name":{"type":"string"},"publishedAt":{"type":"string"},"rebootSuggested":{"type":"boolean"},"references":{"items":{"type":"string"},"type":"array"},"rpms":{"$ref":"#/definitions/advisory.RockyRpms"},"severity":{"type":"string"},"shortCode":{"type":"string"},"solution":{"type":"string"},"synopsis":{"type":"string"},"topic":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.RockyCve":{"properties":{"cvss3BaseScore":{"type":"string"},"cvss3ScoringVector":{"type":"string"},"cwe":{"type":"string"},"name":{"type":"string"},"sourceBy":{"type":"string"},"sourceLink":{"type":"string"}},"type":"object"},"advisory.RockyErrata":{"properties":{"advisory":{"$ref":"#/definitions/advisory.RockyAdvisory"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.RockyPackage"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.RockyFix":{"properties":{"description":{"type":"string"},"sourceBy":{"type":"string"},"sourceLink":{"type":"string"},"ticket":{"type":"string"}},"type":"object"},"advisory.RockyPackage":{"properties":{"distro":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.RockyRpms":{"additionalProperties":{"$ref":"#/definitions/advisory.RockyVersion"},"type":"object"},"advisory.RockyVersion":{"properties":{"nvras":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Rsync":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ruckus":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.RustsecAdvisory":{"properties":{"advisory":{"$ref":"#/definitions/advisory.RustsecFrontMatterAdvisory"},"affected":{"$ref":"#/definitions/advisory.RustsecAffected"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"versions":{"$ref":"#/definitions/advisory.RustsecFrontMatterVersions"}},"type":"object"},"advisory.RustsecAffected":{"properties":{"arch":{"items":{"type":"string"},"type":"array"},"functions":{"type":"string"},"os":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.RustsecFrontMatterAdvisory":{"properties":{"aliases":{"description":"Vulnerability aliases, e.g. CVE IDs (optional but recommended)\nRequest a CVE for your RustSec vulns: https://iwantacve.org/","items":{"type":"string"},"type":"array"},"categories":{"description":"Optional: Categories this advisory falls under. Valid categories are:\n\"code-execution\", \"crypto-failure\", \"denial-of-service\", \"file-disclosure\"\n\"format-injection\", \"memory-corruption\", \"memory-exposure\", \"privilege-escalation\"","items":{"type":"string"},"type":"array"},"cvss":{"description":"Optional: a Common Vulnerability Scoring System score. More information\ncan be found on the CVSS website, https://www.first.org/cvss/.","type":"string"},"date":{"description":"Disclosure date of the advisory as an RFC 3339 date (mandatory)","type":"string"},"informational":{"description":"Optional: Indicates the type of informational security advisory\n - \"unsound\" for soundness issues\n - \"unmaintained\" for crates that are no longer maintained\n - \"notice\" for other informational notices","type":"string"},"keywords":{"description":"Freeform keywords which describe this vulnerability, similar to Cargo (optional)","items":{"type":"string"},"type":"array"},"package":{"description":"Name of the affected crate (mandatory)","type":"string"},"references":{"description":"URL to additional helpful references regarding the advisory (optional)","items":{"type":"string"},"type":"array"},"related":{"description":"Related vulnerabilities (optional)\ne.g. CVE for a C library wrapped by a -sys crate)","items":{"type":"string"},"type":"array"},"rustsec_id":{"description":"Identifier for the advisory (mandatory). Will be assigned a \"RUSTSEC-YYYY-NNNN\"\nidentifier e.g. RUSTSEC-2018-0001. Please use \"RUSTSEC-0000-0000\" in PRs.","type":"string"},"url":{"description":"URL to a long-form description of this issue, e.g. a GitHub issue/PR,\na change log entry, or a blogpost announcing the release (optional)","type":"string"},"withdrawn":{"description":"Whether the advisory is withdrawn (optional)","type":"string"}},"type":"object"},"advisory.RustsecFrontMatterVersions":{"properties":{"patched":{"items":{"type":"string"},"type":"array"},"unaffected":{"description":"Versions which were never vulnerable (optional)","items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SAAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"threats":{"type":"string"},"vendor":{"type":"string"},"warningDate":{"type":"string"},"warningNumber":{"type":"string"}},"type":"object"},"advisory.SAP":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SECConsult":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SSASource":{"properties":{"document":{"$ref":"#/definitions/advisory.SiemensDocument"},"product_tree":{"$ref":"#/definitions/advisory.SiemensProductTree"},"vulnerabilities":{"items":{"$ref":"#/definitions/advisory.SiemensVulnerability"},"type":"array"}},"type":"object"},"advisory.SSDAdvisory":{"properties":{"analysis":{"type":"string"},"credit":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"poc":{"description":"contains actual poc code","type":"string"},"published":{"type":"string"},"response_ref":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Safran":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SaintExploit":{"properties":{"bid":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"osvdb":{"type":"string"},"saint_id":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SalesForce":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"type":"integer"},"link":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.Samba":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"issues":{"type":"string"},"patches":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Sandisk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SchneiderCVE":{"properties":{"cve":{"type":"string"},"cvss_score3":{"type":"string"},"cvss_score4":{"type":"string"},"cvss_vector3":{"type":"string"},"cvss_vector4":{"type":"string"}},"type":"object"},"advisory.SchneiderElectricAdvisory":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"pdf_url":{"type":"string"},"schneider_cves":{"items":{"$ref":"#/definitions/advisory.SchneiderCVE"},"type":"array"},"schneider_electric_id":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Schutzwerk":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ScoreSet":{"properties":{"baseScore":{"type":"string"},"vector":{"type":"string"}},"type":"object"},"advisory.SecFix":{"properties":{"arch":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"release":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SecurityBulletin":{"properties":{"acknowledgement":{"type":"string"},"bulletinId":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvedetails":{"items":{"$ref":"#/definitions/advisory.CVEDetail"},"type":"array"},"date_added":{"type":"string"},"hardwareUpdates":{"items":{"$ref":"#/definitions/advisory.HardwareUpdate"},"type":"array"},"lastUpdated":{"type":"string"},"link":{"type":"string"},"revisions":{"items":{"$ref":"#/definitions/advisory.NvidiaRevision"},"type":"array"},"severity":{"type":"string"},"softwareUpdates":{"items":{"$ref":"#/definitions/advisory.SoftwareUpdate"},"type":"array"},"title":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.SecurityLab":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"title_ru":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.SeebugExploit":{"properties":{"author":{"type":"string"},"category":{"type":"string"},"cnnvd":{"items":{"type":"string"},"type":"array"},"cnvd":{"items":{"type":"string"},"type":"array"},"component":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"find_time":{"type":"string"},"name":{"type":"string"},"ssv_id":{"type":"string"},"submitter":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sel":{"properties":{"acknowledgement":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SentinelOne":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ServiceNow":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SevenZip":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Severity":{"properties":{"score":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.ShadowServerExploitedVulnerability":{"properties":{"cnvd":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"detections_last_1_day":{"type":"integer"},"detections_last_30_days":{"type":"integer"},"detections_last_7_days":{"type":"integer"},"detections_last_90_days":{"type":"integer"},"edb":{"type":"string"},"in_kev":{"type":"boolean"},"is_iot":{"type":"boolean"},"is_ransomware":{"type":"boolean"},"product":{"type":"string"},"url":{"type":"string"},"vendor":{"type":"string"},"vulnerability_id":{"type":"string"},"vulnerability_link":{"type":"string"}},"type":"object"},"advisory.Shielder":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sick":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"id":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SiemensAcknowledgments":{"properties":{"names":{"items":{"type":"string"},"type":"array"},"organization":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.SiemensAdvisory":{"properties":{"csaf_url":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvrf_url":{"type":"string"},"date_added":{"type":"string"},"html_url":{"type":"string"},"id":{"type":"string"},"last_update":{"description":"could potentially kill this in the future as it's a dupe","type":"string"},"pdf_url":{"type":"string"},"products":{"items":{"type":"string"},"type":"array"},"ssa":{"$ref":"#/definitions/advisory.SSASource"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"txt_url":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.SiemensBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensSubBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensCVSSV3":{"properties":{"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensCWE":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensDistribution":{"properties":{"text":{"type":"string"},"tlp":{"$ref":"#/definitions/advisory.SiemensTLP"}},"type":"object"},"advisory.SiemensDocument":{"properties":{"acknowledgments":{"items":{"$ref":"#/definitions/advisory.SiemensAcknowledgments"},"type":"array"},"category":{"type":"string"},"csaf_version":{"type":"string"},"distribution":{"$ref":"#/definitions/advisory.SiemensDistribution"},"notes":{"items":{"$ref":"#/definitions/advisory.SiemensNotes"},"type":"array"},"publisher":{"$ref":"#/definitions/advisory.SiemensPublisher"},"references":{"items":{"$ref":"#/definitions/advisory.SiemensReferences"},"type":"array"},"title":{"type":"string"},"tracking":{"$ref":"#/definitions/advisory.SiemensTracking"}},"type":"object"},"advisory.SiemensEngine":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensGenerator":{"properties":{"engine":{"$ref":"#/definitions/advisory.SiemensEngine"}},"type":"object"},"advisory.SiemensNotes":{"properties":{"category":{"type":"string"},"text":{"type":"string"},"title":{"type":"string"}},"type":"object"},"advisory.SiemensProduct":{"properties":{"name":{"type":"string"},"product_id":{"type":"string"},"product_identification_helper":{"$ref":"#/definitions/advisory.SiemensProductIdentificationHelper"}},"type":"object"},"advisory.SiemensProductIdentificationHelper":{"properties":{"model_numbers":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensProductStatus":{"properties":{"known_affected":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensProductTree":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensBranch"},"type":"array"}},"type":"object"},"advisory.SiemensPublisher":{"properties":{"category":{"type":"string"},"contact_details":{"type":"string"},"name":{"type":"string"},"namespace":{"type":"string"}},"type":"object"},"advisory.SiemensReferences":{"properties":{"category":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SiemensRemediation":{"properties":{"category":{"type":"string"},"details":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"advisory.SiemensRevisionHistory":{"properties":{"date":{"type":"string"},"legacy_version":{"type":"string"},"number":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.SiemensScore":{"properties":{"cvss_v3":{"$ref":"#/definitions/advisory.SiemensCVSSV3"},"products":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SiemensSubBranch":{"properties":{"branches":{"items":{"$ref":"#/definitions/advisory.SiemensSubSubBranch"},"type":"array"},"category":{"type":"string"},"name":{"type":"string"}},"type":"object"},"advisory.SiemensSubSubBranch":{"properties":{"category":{"type":"string"},"name":{"type":"string"},"product":{"$ref":"#/definitions/advisory.SiemensProduct"}},"type":"object"},"advisory.SiemensTLP":{"properties":{"label":{"type":"string"}},"type":"object"},"advisory.SiemensTracking":{"properties":{"current_release_date":{"type":"string"},"generator":{"$ref":"#/definitions/advisory.SiemensGenerator"},"id":{"type":"string"},"initial_release_date":{"type":"string"},"revision_history":{"items":{"$ref":"#/definitions/advisory.SiemensRevisionHistory"},"type":"array"},"status":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.SiemensVulnerability":{"properties":{"cve":{"type":"string"},"cwe":{"$ref":"#/definitions/advisory.SiemensCWE"},"notes":{"items":{"$ref":"#/definitions/advisory.SiemensNotes"},"type":"array"},"product_status":{"$ref":"#/definitions/advisory.SiemensProductStatus"},"references":{"items":{"$ref":"#/definitions/advisory.SiemensReferences"},"type":"array"},"remediations":{"items":{"$ref":"#/definitions/advisory.SiemensRemediation"},"type":"array"},"scores":{"items":{"$ref":"#/definitions/advisory.SiemensScore"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SierraWireless":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"swid":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SigmaRule":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_attack_techniques":{"items":{"type":"string"},"type":"array"},"sigma_rule":{"$ref":"#/definitions/advisory.SigmaRuleRule"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SigmaRuleRule":{"properties":{"author":{"type":"string"},"date":{"type":"string"},"description":{"type":"string"},"detection":{"additionalProperties":true,"type":"object"},"false_positives":{"items":{"type":"string"},"type":"array"},"fields":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"level":{"type":"string"},"logsource":{"$ref":"#/definitions/advisory.LogSource"},"modified":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"related":{"items":{"$ref":"#/definitions/advisory.RelatedRule"},"type":"array"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"}},"type":"object"},"advisory.SingCert":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"link":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated":{"type":"string"}},"type":"object"},"advisory.Sitecore":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"refs":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"summary_ja":{"type":"string"},"title":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Slackware":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SoftwareUpdate":{"properties":{"affectedVersion":{"type":"string"},"cves":{"items":{"type":"string"},"type":"array"},"operatingSystem":{"type":"string"},"softwareProduct":{"type":"string"},"updatedVersion":{"type":"string"}},"type":"object"},"advisory.SolarWindsAdvisory":{"properties":{"affected_products":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"date_added":{"type":"string"},"fixed_version":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Solr":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sonatype":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SonicWallAdvisory":{"properties":{"advisory_id":{"type":"string"},"affected_products":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cvss_vector":{"type":"string"},"cvss_version":{"type":"number"},"cwe":{"type":"string"},"date_added":{"type":"string"},"impact":{"type":"string"},"is_workaround_available":{"type":"boolean"},"last_updated_when":{"type":"string"},"published_when":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"vuln_status":{"type":"string"},"vulnerable_products_list":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.SpacelabsHealthcareAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Splunk":{"properties":{"advisory_id":{"type":"string"},"affected_products":{"items":{"$ref":"#/definitions/advisory.SplunkProduct"},"type":"array"},"bug_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SplunkProduct":{"properties":{"affected_version":{"type":"string"},"component":{"type":"string"},"fixed_version":{"type":"string"},"product":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Spring":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Status":{"properties":{"productID":{"items":{"type":"string"},"type":"array"},"type":{"type":"string"}},"type":"object"},"advisory.Stormshield":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.StrykerAdvisory":{"properties":{"affected_components":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Sudo":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"fix":{"type":"string"},"impact":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"workaround":{"type":"string"}},"type":"object"},"advisory.SuseSecurity":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SwisslogHealthcareAdvisory":{"properties":{"affected_components":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Symfony":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Synacktiv":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.SyncroSoft":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Synology":{"properties":{"affected_products":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"last_updated":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"status":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Syss":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TI":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"incident_id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TPLink":{"properties":{"bulletin_id":{"type":"integer"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TWCertAdvisory":{"properties":{"affected_cn":{"type":"string"},"affected_en":{"type":"string"},"credit_cn":{"type":"string"},"credit_en":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description_cn":{"type":"string"},"description_en":{"type":"string"},"link":{"type":"string"},"solution_cn":{"type":"string"},"solution_en":{"type":"string"},"title_cn":{"type":"string"},"title_en":{"type":"string"},"tvnid":{"type":"string"}},"type":"object"},"advisory.Tailscale":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TalosAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"talos_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TeamViewer":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TenableResearchAdvisory":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Tencent":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary_cn":{"type":"string"},"title_cn":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Thales":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TheMissingLink":{"properties":{"affected_versions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed_versions":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ThermoFisher":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Threat":{"properties":{"severity":{"type":"string"},"type":{"type":"string"}},"type":"object"},"advisory.ThreatActorWithExternalObjects":{"properties":{"associated_capecs":{"items":{"$ref":"#/definitions/advisory.Capec"},"type":"array"},"associated_cwes":{"items":{"$ref":"#/definitions/advisory.CweData"},"type":"array"},"associated_mitre_attack_techniques":{"items":{"$ref":"#/definitions/advisory.MitreAttackTechWithRefs"},"type":"array"},"country":{"type":"string"},"cve_references":{"items":{"$ref":"#/definitions/advisory.CVEReference"},"type":"array"},"date_added":{"type":"string"},"malpedia_url":{"type":"string"},"misp_id":{"type":"string"},"misp_threat_actor":{"$ref":"#/definitions/advisory.MISPValueNoID"},"mitre_attack_group":{"$ref":"#/definitions/advisory.MITREAttackGroupNoID"},"mitre_group_cti":{"$ref":"#/definitions/advisory.MitreGroupCTI"},"mitre_id":{"type":"string"},"threat_actor_name":{"type":"string"},"tools":{"items":{"$ref":"#/definitions/advisory.Tool"},"type":"array"},"vendor_names_for_threat_actors":{"items":{"$ref":"#/definitions/advisory.VendorNameForThreatActor"},"type":"array"},"vendors_and_products_targeted":{"items":{"$ref":"#/definitions/advisory.VendorProduct"},"type":"array"}},"type":"object"},"advisory.ThreatData":{"properties":{"category":{"type":"string"},"details":{"type":"string"},"product_ids":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Tibco":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"overview":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Timeline":{"properties":{"lang":{"type":"string"},"time":{"description":"FIXME: flip to time","type":"string"},"value":{"type":"string"}},"type":"object"},"advisory.Tool":{"properties":{"name":{"type":"string"},"references":{"items":{"$ref":"#/definitions/advisory.ToolRef"},"type":"array"}},"type":"object"},"advisory.ToolRef":{"properties":{"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Tracking":{"properties":{"current_release_date":{"type":"string"},"id":{"type":"string"},"initial_release_date":{"type":"string"},"revision_history":{"items":{"$ref":"#/definitions/advisory.RevisionHistory"},"type":"array"},"status":{"type":"string"},"version":{"description":"should match last 'number' in []RevisionHistory","type":"string"}},"type":"object"},"advisory.TrackingID":{"properties":{"system_name":{"type":"string"},"text":{"type":"string"}},"type":"object"},"advisory.TraneTechnology":{"properties":{"brand":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"product":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TrendMicro":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"scores":{"type":"string"},"severity":{"type":"string"},"solution":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.TriageNotes":{"properties":{"references":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.Trustwave":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.USD":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.USOMAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"effect_tr":{"type":"string"},"general_information_tr":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution_tr":{"type":"string"},"title_tr":{"type":"string"},"trid":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Ubiquiti":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"links":{"items":{"type":"string"},"type":"array"},"products":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.UbuntuCVE":{"properties":{"affected_packages":{"items":{"$ref":"#/definitions/advisory.AffectedUbuntuPackage"},"type":"array"},"cve":{"description":"Candidate","items":{"type":"string"},"type":"array"},"date_added":{"description":"PublicDate","type":"string"},"reference_urls":{"description":"References","items":{"type":"string"},"type":"array"},"source_url":{"type":"string"},"status":{"description":"active || retired","type":"string"},"ubuntu_url":{"type":"string"},"usn":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.UbuntuPackageReleaseStatus":{"properties":{"affected":{"type":"boolean"},"fixed":{"type":"boolean"},"fixed_version":{"type":"string"},"lts":{"type":"boolean"},"release":{"type":"string"},"release_long":{"type":"string"},"release_version":{"type":"string"},"status":{"type":"string"}},"type":"object"},"advisory.Unify":{"properties":{"advisory_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Unisoc":{"properties":{"access_vector":{"type":"string"},"affected_chipsets":{"type":"string"},"affected_software":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"rating":{"type":"string"},"score":{"type":"string"},"severity":{"type":"string"},"technology":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vulnerability":{"type":"string"}},"type":"object"},"advisory.Update":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"description":"sort // key","type":"string"},"issued":{"$ref":"#/definitions/advisory.DateTime"},"os_arch":{"type":"string"},"os_version":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.Package"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.Reference"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"updated":{"$ref":"#/definitions/advisory.DateTime"}},"type":"object"},"advisory.Updated":{"properties":{"date":{"type":"string"}},"type":"object"},"advisory.V3AcceptanceLevel":{"properties":{"description":{"type":"string"},"lastModified":{"type":"string"}},"type":"object"},"advisory.VCCPEDictionary":{"properties":{"baseCPE":{"type":"string"},"versions":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.VCVulnerableCPEs":{"properties":{"cve":{"type":"string"},"unrolled":{"items":{"type":"string"},"type":"array"}},"type":"object"},"advisory.VDEAdvisory":{"properties":{"csaf_json":{"$ref":"#/definitions/advisory.CSAF"},"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"vde":{"type":"string"}},"type":"object"},"advisory.VLC":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VMWareAdvisory":{"properties":{"AdvisoryID":{"type":"string"},"AdvisoryURL":{"type":"string"},"CVSSv3Range":{"type":"string"},"IssueDate":{"type":"string"},"Severity":{"type":"string"},"Synopsis":{"type":"string"},"UpdatedOn":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"updated_at":{"type":"string"}},"type":"object"},"advisory.VYAIREAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VanDyke":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VapidLabsAdvisory":{"properties":{"author":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"exploit":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"vapidId":{"type":"string"},"vendor":{"type":"string"},"vulnerability":{"type":"string"}},"type":"object"},"advisory.Veeam":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"details":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"solution":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VendorNameForThreatActor":{"properties":{"threat_actor_name":{"type":"string"},"url":{"type":"string"},"vendor_name":{"type":"string"}},"type":"object"},"advisory.VendorProduct":{"properties":{"product":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.VendorRef":{"properties":{"vendor_ref":{"type":"string"},"vendor_ref_url":{"type":"string"}},"type":"object"},"advisory.Veritas":{"properties":{"bulletin_id":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Virtuozzo":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VoidSec":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheck":{"properties":{"affecting":{"items":{"type":"string"},"type":"array"},"credit":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"cvss_v3_vector":{"type":"string"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheckCVEListV5":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.MitreCVEListV5Ref"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.VulnCheckConfig":{"properties":{"config":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"}},"type":"object"},"advisory.VulnCheckKEV":{"properties":{"_timestamp":{"type":"string"},"cisa_date_added":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"cwes":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"dueDate":{"type":"string"},"knownRansomwareCampaignUse":{"type":"string"},"product":{"type":"string"},"reported_exploited_by_vulncheck_canaries":{"type":"boolean"},"required_action":{"type":"string"},"shortDescription":{"type":"string"},"vendorProject":{"type":"string"},"vulncheck_reported_exploitation":{"items":{"$ref":"#/definitions/advisory.ReportedExploit"},"type":"array"},"vulncheck_xdb":{"items":{"$ref":"#/definitions/advisory.XDB"},"type":"array"},"vulnerabilityName":{"type":"string"}},"type":"object"},"advisory.VulnCheckPackage":{"properties":{"arch":{"type":"string"},"distro":{"type":"string"},"filename":{"type":"string"},"md5":{"type":"string"},"name":{"type":"string"},"purl":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Vulnerability":{"properties":{"cve":{"type":"string"},"cvssscoreSets":{"$ref":"#/definitions/advisory.ScoreSet"},"description":{"type":"string"},"packages":{"description":"vulncheck addition","items":{"$ref":"#/definitions/advisory.VulnCheckPackage"},"type":"array"},"productStatuses":{"items":{"$ref":"#/definitions/advisory.Status"},"type":"array"},"references":{"items":{"$ref":"#/definitions/advisory.CVRFReference"},"type":"array"},"threats":{"items":{"$ref":"#/definitions/advisory.Threat"},"type":"array"}},"type":"object"},"advisory.VulnerableDebianPackage":{"properties":{"associated_cves":{"items":{"$ref":"#/definitions/advisory.DebianCVE"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"package_name":{"type":"string"}},"type":"object"},"advisory.VulnerableProduct":{"properties":{"name":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.Vulnrichment":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"mitre_ref":{"$ref":"#/definitions/advisory.VulnrichmentCVERef"},"url":{"type":"string"}},"type":"object"},"advisory.VulnrichmentCVERef":{"properties":{"containers":{"$ref":"#/definitions/advisory.VulnrichmentContainers"},"cveMetadata":{"$ref":"#/definitions/advisory.MCveMetadata"},"dataType":{"type":"string"},"dataVersion":{"type":"string"}},"type":"object"},"advisory.VulnrichmentContainers":{"properties":{"adp":{"items":{"$ref":"#/definitions/advisory.ADP"},"type":"array"},"cna":{"$ref":"#/definitions/advisory.MCna"}},"type":"object"},"advisory.VulnrichmentContent":{"properties":{"id":{"type":"string"},"options":{"items":{"$ref":"#/definitions/advisory.VulnrichmentOption"},"type":"array"},"role":{"type":"string"},"timestamp":{"type":"string"},"version":{"type":"string"}},"type":"object"},"advisory.VulnrichmentMetric":{"properties":{"other":{"$ref":"#/definitions/advisory.VulnrichmentOther"}},"type":"object"},"advisory.VulnrichmentOption":{"properties":{"Automatable":{"type":"string"},"Exploitation":{"type":"string"},"Technical Impact":{"type":"string"}},"type":"object"},"advisory.VulnrichmentOther":{"properties":{"content":{"$ref":"#/definitions/advisory.VulnrichmentContent"},"type":{"type":"string"}},"type":"object"},"advisory.WRT":{"properties":{"advisory":{"type":"string"},"affectedVersions":{"type":"string"},"credits":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"mitigations":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"requirements":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WatchGuard":{"properties":{"advisory_id":{"type":"string"},"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"resolution":{"type":"string"},"score":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WhatsApp":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Wibu":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Wireshark":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"id":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WithSecure":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.WolfSSL":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"fixed_version":{"type":"string"},"severity":{"type":"string"}},"type":"object"},"advisory.Wolfi":{"properties":{"apkurl":{"type":"string"},"archs":{"items":{"type":"string"},"type":"array"},"date_added":{"description":"un-used","type":"string"},"packages":{"items":{"$ref":"#/definitions/advisory.WolfiPackage"},"type":"array"},"reponame":{"type":"string"},"urlprefix":{"type":"string"}},"type":"object"},"advisory.WolfiPackage":{"properties":{"name":{"type":"string"},"secfixes":{"items":{"$ref":"#/definitions/advisory.WolfiSecFix"},"type":"array"}},"type":"object"},"advisory.WolfiSecFix":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"}},"type":"object"},"advisory.Wordfence":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"fixed":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.XDB":{"properties":{"clone_ssh_url":{"type":"string"},"date_added":{"type":"string"},"exploit_type":{"type":"string"},"xdb_id":{"type":"string"},"xdb_url":{"type":"string"}},"type":"object"},"advisory.Xen":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updatedAt":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xerox":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xiaomi":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"internal_id":{"type":"string"},"summary":{"type":"string"},"summary_cn":{"type":"string"},"title":{"type":"string"},"title_cn":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.Xylem":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"xsa":{"type":"string"}},"type":"object"},"advisory.Yamaha":{"properties":{"affected":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"fixed":{"type":"string"},"summary_ja":{"type":"string"},"title_ja":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.YokogawaAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cwe":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"date_last_revised":{"type":"string"},"name":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"ysar_id":{"type":"string"}},"type":"object"},"advisory.Yubico":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"id":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZDI":{"properties":{"cves":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"cvss_version":{"type":"string"},"discoverers":{"items":{"type":"string"},"type":"array"},"filter_ids_dv":{"items":{"type":"string"},"type":"array"},"last_updated_at":{"type":"string"},"products":{"items":{"$ref":"#/definitions/advisory.ZDIProduct"},"type":"array"},"public_advisory":{"type":"string"},"published_date":{"type":"string"},"responses":{"items":{"$ref":"#/definitions/advisory.ZDIResponse"},"type":"array"},"title":{"type":"string"},"zdi_can":{"type":"string"},"zdi_public":{"type":"string"}},"type":"object"},"advisory.ZDIProduct":{"properties":{"name":{"type":"string"},"uri":{"type":"string"},"vendor":{"$ref":"#/definitions/advisory.ZDIVendor"}},"type":"object"},"advisory.ZDIResponse":{"properties":{"text":{"type":"string"},"uri":{"type":"string"},"vendor":{"$ref":"#/definitions/advisory.ZDIResponseVendor"}},"type":"object"},"advisory.ZDIResponseVendor":{"properties":{"name":{"type":"string"}},"type":"object"},"advisory.ZDIVendor":{"properties":{"name":{"type":"string"},"uri":{"type":"string"}},"type":"object"},"advisory.Zebra":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZeroDayAdvisory":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"zdi":{"$ref":"#/definitions/advisory.ZDI"}},"type":"object"},"advisory.ZeroScienceAdvisory":{"properties":{"advisoryId":{"type":"string"},"affectedVersions":{"type":"string"},"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"link":{"type":"string"},"poC":{"type":"string"},"references":{"items":{"type":"string"},"type":"array"},"risk":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"vendor":{"type":"string"}},"type":"object"},"advisory.Zimbra":{"properties":{"bugs":{"items":{"type":"integer"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"fix":{"type":"string"},"rating":{"type":"string"},"reporter":{"type":"string"},"summary":{"type":"string"}},"type":"object"},"advisory.Zoom":{"properties":{"affected":{"items":{"type":"string"},"type":"array"},"cve":{"items":{"type":"string"},"type":"array"},"cvss_score":{"type":"string"},"cvss_vector":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"string"},"url":{"type":"string"},"zsb":{"type":"string"}},"type":"object"},"advisory.Zscaler":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"advisory.ZuluVersion":{"properties":{"jdk":{"type":"string"},"type":{"type":"string"},"zulu":{"type":"string"}},"type":"object"},"advisory.Zuso":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"cvss":{"type":"string"},"date_added":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"zaid":{"type":"string"}},"type":"object"},"advisory.Zyxel":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"summary":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.BaseMetricV2":{"properties":{"acInsufInfo":{"type":"boolean"},"cvssV2":{"$ref":"#/definitions/api.CVSSV2"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"obtainAllPrivilege":{"type":"boolean"},"obtainOtherPrivilege":{"type":"boolean"},"obtainUserPrivilege":{"type":"boolean"},"severity":{"type":"string"},"userInteractionRequired":{"type":"boolean"}},"type":"object"},"api.BaseMetricV3":{"properties":{"cvssV3":{"$ref":"#/definitions/api.CVSSV3"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"}},"type":"object"},"api.CPE":{"properties":{"edition":{"type":"string"},"language":{"type":"string"},"other":{"type":"string"},"part":{"type":"string"},"product":{"type":"string"},"sw_edition":{"type":"string"},"target_hw":{"type":"string"},"target_sw":{"type":"string"},"update":{"type":"string"},"vendor":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CPEMatch":{"properties":{"cpe22Uri":{"type":"string"},"cpe23Uri":{"type":"string"},"cpe_name":{"items":{"$ref":"#/definitions/api.CPEName"},"type":"array"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"},"vulnerable":{"type":"boolean"}},"type":"object"},"api.CPEName":{"properties":{"cpe22Uri":{"type":"string"},"cpe23Uri":{"type":"string"},"lastModifiedDate":{"type":"string"}},"type":"object"},"api.CVE":{"properties":{"CVE_data_meta":{"$ref":"#/definitions/api.CVEDataMeta"},"data_format":{"type":"string"},"data_type":{"type":"string"},"data_version":{"type":"string"},"description":{"$ref":"#/definitions/api.Description"},"problemtype":{"$ref":"#/definitions/api.ProblemType"},"references":{"$ref":"#/definitions/api.References"}},"type":"object"},"api.CVEDataMeta":{"properties":{"ASSIGNER":{"type":"string"},"ID":{"type":"string"}},"type":"object"},"api.CVEDataMetaExtended":{"properties":{"ALIAS":{"type":"string"},"ASSIGNER":{"type":"string"},"ID":{"type":"string"},"STATUS":{"type":"string"}},"type":"object"},"api.CVEExtended":{"properties":{"CVE_data_meta":{"$ref":"#/definitions/api.CVEDataMetaExtended"},"categorization":{"$ref":"#/definitions/api.CategorizationExtended"},"data_format":{"type":"string"},"data_type":{"type":"string"},"data_version":{"type":"string"},"description":{"$ref":"#/definitions/api.Description"},"problemtype":{"$ref":"#/definitions/api.ProblemTypeExtended"},"references":{"$ref":"#/definitions/api.ReferencesExtended"}},"type":"object"},"api.CVSSV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CVSSV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"integrityImpact":{"type":"string"},"privilegesRequired":{"type":"string"},"scope":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.CWE":{"properties":{"abstraction":{"type":"string"},"description":{"type":"string"},"kev_count":{"type":"integer"},"status":{"type":"string"},"structure":{"type":"string"},"vulncheck_nvd_count":{"type":"integer"},"weakness_id":{"type":"string"},"weakness_name":{"type":"string"},"weighted_score":{"type":"number"}},"type":"object"},"api.CategorizationExtended":{"properties":{"tags":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.ClientFingerprints":{"properties":{"hassh":{"type":"string"},"ja3":{"type":"string"},"ja4":{"type":"string"}},"type":"object"},"api.Configurations":{"properties":{"CVE_data_version":{"type":"string"},"nodes":{"items":{"$ref":"#/definitions/api.Nodes"},"type":"array"}},"type":"object"},"api.CveItems":{"properties":{"configurations":{"$ref":"#/definitions/api.Configurations"},"cve":{"$ref":"#/definitions/api.CVE"},"impact":{"$ref":"#/definitions/api.Impact"},"lastModifiedDate":{"type":"string"},"publishedDate":{"type":"string"},"vcConfigurations":{"$ref":"#/definitions/api.Configurations"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.CveItemsExtended":{"properties":{"_timestamp":{"type":"string"},"configurations":{"$ref":"#/definitions/api.Configurations"},"cve":{"$ref":"#/definitions/api.CVEExtended"},"date_added":{"type":"string"},"documentGenerationDate":{"description":"the deep tag instructs deep.Equal to ignore this field (used during OpenSearch loading)","type":"string"},"impact":{"$ref":"#/definitions/api.ImpactExtended"},"lastModifiedDate":{"type":"string"},"mitre_attack_techniques":{"items":{"$ref":"#/definitions/api.MitreAttackTech"},"type":"array"},"publishedDate":{"type":"string"},"related_attack_patterns":{"items":{"$ref":"#/definitions/api.RelatedAttackPattern"},"type":"array"},"vcConfigurations":{"$ref":"#/definitions/api.Configurations"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vulnerable_cpes":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.DateTime":{"properties":{"date":{"type":"string"}},"type":"object"},"api.Description":{"properties":{"description_data":{"items":{"$ref":"#/definitions/api.DescriptionData"},"type":"array"}},"type":"object"},"api.DescriptionData":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.EPSS":{"properties":{"epss_percentile":{"type":"number"},"epss_score":{"type":"number"},"last_modified":{"type":"string"}},"type":"object"},"api.EPSSData":{"properties":{"_timestamp":{"type":"string"},"cve":{"type":"string"},"epss_percentile":{"type":"number"},"epss_score":{"type":"number"}},"type":"object"},"api.ExploitChain":{"properties":{"cves":{"items":{"$ref":"#/definitions/api.ExploitChainCVE"},"type":"array"},"date_added":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.ExploitChainCVE":{"properties":{"cve":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.ExploitV3Result":{"properties":{"_timestamp":{"description":"ignore this field when checking for differences/changes","type":"string"},"commercial_exploit_found":{"type":"boolean"},"counts":{"$ref":"#/definitions/api.ExploitsV3Count"},"date_added":{"type":"string"},"epss":{"allOf":[{"$ref":"#/definitions/api.EPSS"}],"description":"exclude EPSS from changelog"},"exploits":{"items":{"$ref":"#/definitions/api.NormalizedExploitV3Entry"},"type":"array"},"id":{"type":"string"},"inKEV":{"type":"boolean"},"inVCKEV":{"type":"boolean"},"max_exploit_maturity":{"type":"string"},"public_exploit_found":{"type":"boolean"},"reported_exploitation":{"items":{"$ref":"#/definitions/api.NormalizedReportV3Entry"},"type":"array"},"reported_exploited":{"type":"boolean"},"reported_exploited_by_botnets":{"type":"boolean"},"reported_exploited_by_honeypot_service":{"type":"boolean"},"reported_exploited_by_ransomware":{"type":"boolean"},"reported_exploited_by_threat_actors":{"type":"boolean"},"reported_exploited_by_vulncheck_canaries":{"type":"boolean"},"timeline":{"$ref":"#/definitions/api.ExploitsV3Timeline"},"trending":{"$ref":"#/definitions/api.ExploitsTrending"},"weaponized_exploit_found":{"type":"boolean"}},"type":"object"},"api.ExploitsChange":{"properties":{"change_time":{"type":"string"},"change_type":{"type":"string"},"field":{"type":"string"},"new_value":{},"old_value":{}},"type":"object"},"api.ExploitsChangelog":{"properties":{"changes":{"items":{"$ref":"#/definitions/api.ExploitsChange"},"type":"array"},"cve":{"type":"string"}},"type":"object"},"api.ExploitsTrending":{"properties":{"github":{"type":"boolean"}},"type":"object"},"api.ExploitsV3Count":{"properties":{"botnets":{"type":"integer"},"exploits":{"type":"integer"},"ransomware_families":{"type":"integer"},"threat_actors":{"type":"integer"}},"type":"object"},"api.ExploitsV3Timeline":{"properties":{"cisa_kev_date_added":{"type":"string"},"cisa_kev_date_due":{"type":"string"},"first_exploit_published":{"type":"string"},"first_exploit_published_weaponized_or_higher":{"type":"string"},"first_reported_botnet":{"type":"string"},"first_reported_ransomware":{"type":"string"},"first_reported_threat_actor":{"type":"string"},"most_recent_exploit_published":{"type":"string"},"most_recent_reported_botnet":{"type":"string"},"most_recent_reported_ransomware":{"type":"string"},"most_recent_reported_threat_actor":{"type":"string"},"nvd_last_modified":{"description":"it's often the case the nvd record was updated, but in a way that is irrelevant to the contents\nof a vc exploits record.","type":"string"},"nvd_published":{"type":"string"},"vulncheck_kev_date_added":{"type":"string"},"vulncheck_kev_date_due":{"type":"string"}},"type":"object"},"api.HTTPDetails":{"properties":{"http_request_body":{"type":"string"},"http_user_agent":{"type":"string"},"method":{"type":"string"},"protocol":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.Impact":{"properties":{"baseMetricV2":{"$ref":"#/definitions/api.BaseMetricV2"},"baseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"metricV40":{"allOf":[{"$ref":"#/definitions/advisory.CVSSV40"}],"description":"this isn't called baseMetric, because it can contain other metrics -- typically supplemental metrics"}},"type":"object"},"api.ImpactExtended":{"properties":{"baseMetricV2":{"$ref":"#/definitions/api.BaseMetricV2"},"baseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"correctedBaseMetricV3":{"$ref":"#/definitions/api.BaseMetricV3"},"epss":{"$ref":"#/definitions/api.EPSS"},"metricV40":{"$ref":"#/definitions/advisory.CVSSV40"},"ssvc":{"items":{"$ref":"#/definitions/api.SSVC"},"type":"array"},"temporalMetricV2":{"$ref":"#/definitions/api.TemporalMetricV2"},"temporalMetricV3":{"$ref":"#/definitions/api.TemporalMetricV3"},"temporalV3Corrected":{"$ref":"#/definitions/api.TemporalMetricV3"},"threatMetricV40":{"$ref":"#/definitions/advisory.CVSSV40Threat"}},"type":"object"},"api.InitialAccess":{"properties":{"artifacts":{"description":"Artifacts holds the set of available artifacts for this vulnerability, such as exploit, shodan queries, PCAP traces, and others.","items":{"$ref":"#/definitions/api.InitialAccessArtifact"},"type":"array"},"cve":{"description":"CVE identifier for the given initial access record.","type":"string"},"inKEV":{"description":"InKEV is true if this artifact is in CISA's Known Exploited Vulnerabilities (KEV) data set; otherwise, false.","type":"boolean"},"inVCKEV":{"description":"InVCKEV is true if this artifact is in VulnCheck's Known Exploited Vulnerabilities (VCKEV) data set; otherwise, false.","type":"boolean"},"vulnerable_cpes":{"description":"VulnerableCPEs is the list of vulnerable CPE strings associated with this CVE and artifact(s).","items":{"type":"string"},"type":"array"}},"type":"object"},"api.InitialAccessArtifact":{"properties":{"artifactName":{"description":"ArtifactName is a title to associate with this artifact.","type":"string"},"artifactsURL":{"description":"ArtifactsURL are URLs to the available artifact.","items":{"type":"string"},"type":"array"},"baiduQueries":{"description":"...","items":{"type":"string"},"type":"array"},"baiduRawQueries":{"description":"...","items":{"type":"string"},"type":"array"},"censysLegacyQueries":{"description":"CensysLegacyQueries are legacy queries for examining potential Internet-exposed devices \u0026 applications with Censys in URL form.","items":{"type":"string"},"type":"array"},"censysLegacyRawQueries":{"description":"CensysLegacyRawQueries are raw legacy queries for examining potential Internet-exposed devices \u0026 applications with Censys.","items":{"type":"string"},"type":"array"},"censysQueries":{"description":"CensysQueries are queries for examining potential Internet-exposed devices \u0026 applications with Censys in URL form.","items":{"type":"string"},"type":"array"},"censysRawQueries":{"description":"CensysRawQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with Censys.","items":{"type":"string"},"type":"array"},"cloneSSHURL":{"description":"CloneSSHURL is the git URL to clone the artifact with.","type":"string"},"dateAdded":{"description":"DateAdded is when this artifact entry was first added to the InitialAccess data set.","type":"string"},"driftnetQueries":{"description":"DriftnetQueries are queries for examining Internet exposed services with Driftnet.","items":{"type":"string"},"type":"array"},"driftnetRawQueries":{"description":"DriftnetRawQueries are queries for examining Internet exposed services with Driftnet.","items":{"type":"string"},"type":"array"},"exploit":{"description":"Exploit indicates whether or not an exploit is available in this artifact.","type":"boolean"},"fofaQueries":{"description":"FOFAQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with FOFA.","items":{"type":"string"},"type":"array"},"fofaRawQueries":{"items":{"type":"string"},"type":"array"},"googleQueries":{"description":"google queries","items":{"type":"string"},"type":"array"},"googleRawQueries":{"description":"raw google queries","items":{"type":"string"},"type":"array"},"greynoiseQueries":{"description":"GreynoiseQueries are queries for finding the vulnerability via honeypot data.","items":{"type":"string"},"type":"array"},"mitreAttackTechniques":{"description":"MITRE ATT\u0026CK techniques","items":{"type":"string"},"type":"array"},"nmapScript":{"description":"NmapScript indicates whether or not an nmap script for scanning environment exists in this artifact.","type":"boolean"},"pcap":{"description":"PCAP indicates whether of not a package capture of the exploit PoC exploiting a vulnerable system exists in this artifact.","type":"boolean"},"product":{"description":"Product are the software that has the vulnerability.","items":{"type":"string"},"type":"array"},"shodanQueries":{"description":"ShodanQueries are queries for examining potential Internet-exposed devices \u0026 applications with Shodan in URL form.","items":{"type":"string"},"type":"array"},"shodanRawQueries":{"description":"ShodanRawQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with Shodan.","items":{"type":"string"},"type":"array"},"sigmaRule":{"description":"SigmaRule indicates whether or not a Sigma rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"snortRule":{"description":"SnortRule indicates whether or not a Snort rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"suricataRule":{"description":"SuricataRule indicates whether or not a Suricata rule designed to detect the exploitation of the vulnerability over the network exists in this artifact.","type":"boolean"},"targetDocker":{"description":"TargetDocker indicates whether or not there is an available docker image with the vulnerability.","type":"boolean"},"targetEncryptedComms":{"description":"Encrypted communications?","type":"string"},"targetService":{"description":"TargetService indicates the service (HTTP, FTP, etc) that this exploit targets.","type":"string"},"vendor":{"description":"Vendor of the vulnerable product","type":"string"},"versionScanner":{"description":"VersionScanner indicates whether or not the exploit PoC can determine if target system is vulnerable without sending exploit payload in this artifact.","type":"boolean"},"yara":{"description":"YARA indicates whether or not a YARA rule designed to detect the exploit on an endpoint exists in this artifact.","type":"boolean"},"zeroday":{"description":"Zeroday indicates whether or not it is a VulnCheck zeroday.","type":"boolean"},"zoomEyeQueries":{"description":"ZoomEyeQueries are raw queries for examining potential Internet-exposed devices \u0026 applications with ZoomEye.","items":{"type":"string"},"type":"array"},"zoomEyeRawQueries":{"items":{"type":"string"},"type":"array"}},"type":"object"},"api.MitreAttackTech":{"properties":{"d3fendmapping":{"items":{"$ref":"#/definitions/api.MitreMitigation2D3fendMapping"},"type":"array"},"detections":{"items":{"$ref":"#/definitions/api.MitreDetectionTech"},"type":"array"},"domain":{"type":"string"},"id":{"type":"string"},"mitigations":{"items":{"$ref":"#/definitions/api.MitreMitigationTech"},"type":"array"},"name":{"type":"string"},"subtechnique":{"type":"boolean"},"tactics":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.MitreAttackToCVE":{"properties":{"cve_list":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"technique_id":{"$ref":"#/definitions/api.MitreAttackTech"}},"type":"object"},"api.MitreD3fendTechnique":{"properties":{"id":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.MitreDetectionTech":{"properties":{"datacomponent":{"type":"string"},"datasource":{"type":"string"},"detects":{"type":"string"},"id":{"type":"string"}},"type":"object"},"api.MitreMitigation2D3fendMapping":{"properties":{"d3fendtechniques":{"items":{"$ref":"#/definitions/api.MitreD3fendTechnique"},"type":"array"},"id":{"type":"string"}},"type":"object"},"api.MitreMitigationTech":{"properties":{"description":{"type":"string"},"id":{"type":"string"},"mitigation_url":{"type":"string"}},"type":"object"},"api.NVD20CPEMatch":{"properties":{"cpeLastModified":{"type":"string"},"created":{"type":"string"},"criteria":{"type":"string"},"lastModified":{"type":"string"},"matchCriteriaId":{"type":"string"},"matches":{"items":{"$ref":"#/definitions/api.NVD20CPEName"},"type":"array"},"status":{"type":"string"},"versionEndExcluding":{"type":"string"},"versionEndIncluding":{"type":"string"},"versionStartExcluding":{"type":"string"},"versionStartIncluding":{"type":"string"}},"type":"object"},"api.NVD20CPEName":{"properties":{"cpeName":{"type":"string"},"cpeNameId":{"type":"string"}},"type":"object"},"api.NVD20CVE":{"properties":{"cisaActionDue":{"type":"string"},"cisaExploitAdd":{"type":"string"},"cisaRequiredAction":{"type":"string"},"cisaVulnerabilityName":{"type":"string"},"configurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"descriptions":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"evaluatorComment":{"type":"string"},"evaluatorImpact":{"type":"string"},"evaluatorSolution":{"type":"string"},"id":{"type":"string"},"lastModified":{"type":"string"},"metrics":{"$ref":"#/definitions/api.NVD20Metric"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/api.NVD20Reference"},"type":"array"},"sourceIdentifier":{"type":"string"},"vcConfigurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vendorComments":{"items":{"$ref":"#/definitions/api.NVD20VendorComment"},"type":"array"},"vulnStatus":{"type":"string"},"weaknesses":{"items":{"$ref":"#/definitions/api.NVD20Weakness"},"type":"array"}},"type":"object"},"api.NVD20CVEExtended":{"properties":{"ALIAS":{"type":"string"},"STATUS":{"type":"string"},"_timestamp":{"description":"the deep tag instructs deep.Equal to ignore this field (used during OpenSearch loading)","type":"string"},"categorization":{"$ref":"#/definitions/api.CategorizationExtended"},"cisaActionDue":{"type":"string"},"cisaExploitAdd":{"type":"string"},"cisaRequiredAction":{"type":"string"},"cisaVulnerabilityName":{"type":"string"},"configurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"date_added":{"type":"string"},"descriptions":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"documentGenerationDate":{"type":"string"},"evaluatorComment":{"type":"string"},"evaluatorImpact":{"type":"string"},"evaluatorSolution":{"type":"string"},"id":{"type":"string"},"lastModified":{"type":"string"},"metrics":{"$ref":"#/definitions/api.NVD20MetricExtended"},"mitreAttackTechniques":{"items":{"$ref":"#/definitions/api.MitreAttackTech"},"type":"array"},"published":{"type":"string"},"references":{"items":{"$ref":"#/definitions/api.NVD20ReferenceExtended"},"type":"array"},"relatedAttackPatterns":{"items":{"$ref":"#/definitions/api.RelatedAttackPattern"},"type":"array"},"sourceIdentifier":{"type":"string"},"vcConfigurations":{"items":{"$ref":"#/definitions/advisory.NVD20Configuration"},"type":"array"},"vcVulnerableCPEs":{"items":{"type":"string"},"type":"array"},"vendorComments":{"items":{"$ref":"#/definitions/api.NVD20VendorComment"},"type":"array"},"vulnStatus":{"type":"string"},"vulncheckKEVExploitAdd":{"type":"string"},"vulnerableCPEs":{"items":{"type":"string"},"type":"array"},"weaknesses":{"items":{"$ref":"#/definitions/api.NVD20WeaknessExtended"},"type":"array"}},"type":"object"},"api.NVD20CvssDataV2":{"properties":{"accessComplexity":{"type":"string"},"accessVector":{"type":"string"},"authentication":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"collateralDamagePotential":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"exploitability":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"targetDistribution":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20CvssDataV3":{"properties":{"attackComplexity":{"type":"string"},"attackVector":{"type":"string"},"availabilityImpact":{"type":"string"},"availabilityRequirement":{"type":"string"},"baseScore":{"type":"number"},"baseSeverity":{"type":"string"},"confidentialityImpact":{"type":"string"},"confidentialityRequirement":{"type":"string"},"environmentalScore":{"type":"number"},"environmentalSeverity":{"type":"string"},"exploitCodeMaturity":{"type":"string"},"integrityImpact":{"type":"string"},"integrityRequirement":{"type":"string"},"modifiedAttackComplexity":{"type":"string"},"modifiedAttackVector":{"type":"string"},"modifiedAvailabilityImpact":{"type":"string"},"modifiedConfidentialityImpact":{"type":"string"},"modifiedIntegrityImpact":{"type":"string"},"modifiedPrivilegesRequired":{"type":"string"},"modifiedScope":{"type":"string"},"modifiedUserInteraction":{"type":"string"},"privilegesRequired":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"scope":{"type":"string"},"temporalScore":{"type":"number"},"temporalSeverity":{"type":"string"},"userInteraction":{"type":"string"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20CvssMetricV2":{"properties":{"acInsufInfo":{"type":"boolean"},"baseSeverity":{"type":"string"},"cvssData":{"$ref":"#/definitions/api.NVD20CvssDataV2"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"obtainAllPrivilege":{"type":"boolean"},"obtainOtherPrivilege":{"type":"boolean"},"obtainUserPrivilege":{"type":"boolean"},"source":{"type":"string"},"type":{"type":"string"},"userInteractionRequired":{"type":"boolean"}},"type":"object"},"api.NVD20CvssMetricV3":{"properties":{"cvssData":{"$ref":"#/definitions/api.NVD20CvssDataV3"},"exploitabilityScore":{"type":"number"},"impactScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20CvssMetricV40":{"properties":{"cvssData":{"$ref":"#/definitions/advisory.CVSSV40"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20Description":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.NVD20Metric":{"properties":{"cvssMetricV2":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV2"},"type":"array"},"cvssMetricV30":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV31":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV40":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV40"},"type":"array"}},"type":"object"},"api.NVD20MetricExtended":{"properties":{"cvssMetricV2":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV2"},"type":"array"},"cvssMetricV30":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV31":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV3"},"type":"array"},"cvssMetricV40":{"items":{"$ref":"#/definitions/api.NVD20CvssMetricV40"},"type":"array"},"epss":{"$ref":"#/definitions/api.EPSS"},"ssvc":{"items":{"$ref":"#/definitions/api.SSVC"},"type":"array"},"temporalCVSSV2":{"$ref":"#/definitions/api.NVD20TemporalCVSSV2"},"temporalCVSSV2Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV2"},"type":"array"},"temporalCVSSV30":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"temporalCVSSV30Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"type":"array"},"temporalCVSSV31":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"temporalCVSSV31Secondary":{"items":{"$ref":"#/definitions/api.NVD20TemporalCVSSV3"},"type":"array"},"threatCVSSV40":{"$ref":"#/definitions/api.NVD20ThreatCVSSV40"},"threatCVSSV40Secondary":{"items":{"$ref":"#/definitions/api.NVD20ThreatCVSSV40"},"type":"array"}},"type":"object"},"api.NVD20Reference":{"properties":{"source":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.NVD20ReferenceExtended":{"properties":{"date_added":{"type":"string"},"external_id":{"type":"string"},"lang":{"type":"string"},"name":{"type":"string"},"previous_url":{"type":"string"},"refsource":{"type":"string"},"source":{"type":"string"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.NVD20TemporalAssociatedBaseMetric":{"properties":{"baseScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20TemporalCVSSV2":{"properties":{"associatedBaseMetricV2":{"$ref":"#/definitions/api.NVD20TemporalAssociatedBaseMetric"},"exploitability":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20TemporalCVSSV3":{"properties":{"associatedBaseMetricV3":{"$ref":"#/definitions/api.NVD20TemporalAssociatedBaseMetric"},"exploitCodeMaturity":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.NVD20ThreatAssociatedBaseMetric":{"properties":{"baseScore":{"type":"number"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20ThreatCVSSV40":{"properties":{"associatedBaseMetricV40":{"$ref":"#/definitions/api.NVD20ThreatAssociatedBaseMetric"},"baseThreatScore":{"type":"number"},"baseThreatSeverity":{"type":"string"},"exploitMaturity":{"type":"string"}},"type":"object"},"api.NVD20VendorComment":{"properties":{"comment":{"type":"string"},"lastModified":{"type":"string"},"organization":{"type":"string"}},"type":"object"},"api.NVD20Weakness":{"properties":{"description":{"items":{"$ref":"#/definitions/api.NVD20Description"},"type":"array"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.NVD20WeaknessDescExtended":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.NVD20WeaknessExtended":{"properties":{"description":{"items":{"$ref":"#/definitions/api.NVD20WeaknessDescExtended"},"type":"array"},"source":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.Nodes":{"properties":{"children":{"items":{"$ref":"#/definitions/api.Nodes"},"type":"array"},"cpe_match":{"items":{"$ref":"#/definitions/api.CPEMatch"},"type":"array"},"operator":{"type":"string"}},"type":"object"},"api.NormalizedExploitV3Entry":{"properties":{"clone_ssh_url":{"type":"string"},"clone_ssh_url_cached":{"type":"string"},"date_added":{"type":"string"},"exploit_availability":{"type":"string"},"exploit_maturity":{"type":"string"},"exploit_type":{"type":"string"},"name":{"type":"string"},"reference_url":{"type":"string"},"refsource":{"type":"string"},"repo_id":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.NormalizedReportV3Entry":{"properties":{"date_added":{"type":"string"},"name":{"type":"string"},"refsource":{"type":"string"},"url":{"type":"string"}},"type":"object"},"api.OSSPackage":{"properties":{"artifacts":{"$ref":"#/definitions/api.OSSPackageArtifacts"},"cves":{"items":{"type":"string"},"type":"array"},"licenses":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"published_date":{"type":"string"},"purl":{"items":{"type":"string"},"type":"array"},"research_attributes":{"$ref":"#/definitions/api.OSSPackageResearchAttributes"},"version":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/api.OSSPackageVulnerability"},"type":"array"}},"type":"object"},"api.OSSPackageArtifacts":{"properties":{"binary":{"items":{"$ref":"#/definitions/api.OSSPackageDownloadInfo"},"type":"array"},"source":{"items":{"$ref":"#/definitions/api.OSSPackageDownloadInfo"},"type":"array"}},"type":"object"},"api.OSSPackageDownloadInfo":{"properties":{"hashes":{"items":{"$ref":"#/definitions/api.OSSPackageHashInfo"},"type":"array"},"reference":{"type":"string"},"type":{"description":"See OSSPackageDownloadInfoType* consts","type":"string"},"url":{"type":"string"}},"type":"object"},"api.OSSPackageHashInfo":{"properties":{"algorithm":{"description":"See OSSPackageHashInfoAlgo* consts","type":"string"},"type":{"description":"See OSSPackageHashInfoType* consts","type":"string"},"value":{"description":"hex string digest or link to hash","type":"string"}},"type":"object"},"api.OSSPackageResearchAttributes":{"properties":{"abandoned":{"type":"boolean"},"eol":{"type":"boolean"},"is_malicious":{"type":"boolean"},"malicious_source":{"type":"string"},"repo_hijackable":{"type":"boolean"},"squatted_package":{"type":"string"}},"type":"object"},"api.OSSPackageVulnerability":{"properties":{"detection":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"api.Package":{"properties":{"filename":{"type":"string"},"name":{"description":"sort","type":"string"},"release":{"type":"string"},"src":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.ProblemType":{"properties":{"problemtype_data":{"items":{"$ref":"#/definitions/api.ProblemTypeData"},"type":"array"}},"type":"object"},"api.ProblemTypeData":{"properties":{"description":{"items":{"$ref":"#/definitions/api.ProblemTypeDescription"},"type":"array"}},"type":"object"},"api.ProblemTypeDataExtended":{"properties":{"description":{"items":{"$ref":"#/definitions/api.ProblemTypeDescriptionExtended"},"type":"array"}},"type":"object"},"api.ProblemTypeDescription":{"properties":{"lang":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.ProblemTypeDescriptionExtended":{"properties":{"lang":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"value":{"type":"string"}},"type":"object"},"api.ProblemTypeExtended":{"properties":{"problemtype_data":{"items":{"$ref":"#/definitions/api.ProblemTypeDataExtended"},"type":"array"}},"type":"object"},"api.Reference":{"properties":{"href":{"description":"sort","type":"string"},"id":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"}},"type":"object"},"api.ReferenceData":{"properties":{"name":{"type":"string"},"refsource":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.ReferenceDataExtended":{"properties":{"date_added":{"type":"string"},"external_id":{"type":"string"},"lang":{"type":"string"},"name":{"type":"string"},"previous_url":{"type":"string"},"refsource":{"type":"string"},"status":{"type":"string"},"tags":{"items":{"type":"string"},"type":"array"},"url":{"type":"string"}},"type":"object"},"api.References":{"properties":{"reference_data":{"items":{"$ref":"#/definitions/api.ReferenceData"},"type":"array"}},"type":"object"},"api.ReferencesExtended":{"properties":{"reference_data":{"description":"ExploitData []NormalizedExploit `json:\"exploit_data,omitempty\"`\n\t\tThreatActorData []ThreatActorExtended `json:\"threat_actor_data,omitempty\"`\n\t\tRansomwareData []RansomwareReferenceData `json:\"ransomware_data,omitempty\"`\n\t\tAdvisoryData []AdvisoryExtended `json:\"advisory_data,omitempty\"`\n\t\tIdentifierData []IdentifierExtended `json:\"identifier_data,omitempty\"`","items":{"$ref":"#/definitions/api.ReferenceDataExtended"},"type":"array"}},"type":"object"},"api.RelatedAttackPattern":{"properties":{"capec_id":{"type":"string"},"capec_name":{"type":"string"},"capec_url":{"type":"string"},"lang":{"type":"string"}},"type":"object"},"api.SSVC":{"properties":{"automatable":{"type":"string"},"exploitation":{"type":"string"},"source":{"type":"string"},"technicalImpact":{"type":"string"}},"type":"object"},"api.TemporalCVSSV2":{"properties":{"exploitability":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.TemporalCVSSV3":{"properties":{"exploitCodeMaturity":{"type":"string"},"remediationLevel":{"type":"string"},"reportConfidence":{"type":"string"},"temporalScore":{"type":"number"},"vectorString":{"type":"string"},"version":{"type":"string"}},"type":"object"},"api.TemporalMetricV2":{"properties":{"cvssV2":{"$ref":"#/definitions/api.TemporalCVSSV2"}},"type":"object"},"api.TemporalMetricV3":{"properties":{"cvssV3":{"$ref":"#/definitions/api.TemporalCVSSV3"}},"type":"object"},"api.Update":{"properties":{"cve":{"items":{"type":"string"},"type":"array"},"date_added":{"type":"string"},"description":{"type":"string"},"id":{"description":"sort // key","type":"string"},"issued":{"$ref":"#/definitions/api.DateTime"},"os_arch":{"type":"string"},"os_version":{"type":"string"},"packages":{"items":{"$ref":"#/definitions/api.Package"},"type":"array"},"references":{"items":{"$ref":"#/definitions/api.Reference"},"type":"array"},"severity":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"updated":{"$ref":"#/definitions/api.DateTime"}},"type":"object"},"api.VulnCheckCanary":{"properties":{"category":{"type":"string"},"client_fingerprints":{"$ref":"#/definitions/api.ClientFingerprints"},"cve":{"type":"string"},"dst_country":{"type":"string"},"http":{"$ref":"#/definitions/api.HTTPDetails"},"payload":{"type":"string"},"severity":{"type":"integer"},"signature":{"type":"string"},"signature_id":{"type":"integer"},"src_country":{"type":"string"},"src_ip":{"type":"string"},"src_port":{"type":"integer"},"timestamp":{"type":"string"}},"type":"object"},"api.VulnerabilityAlias":{"properties":{"alias":{"type":"string"},"cve":{"type":"string"},"reference_url":{"type":"string"}},"type":"object"},"models.Entitlements":{"properties":{"entitlements":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"description":"Entitlements provides a map of roles to a list of entitlements","type":"object"}},"type":"object"},"paginate.Match":{"properties":{"field":{"type":"string"},"value":{"type":"string"}},"type":"object"},"paginate.Pagination":{"properties":{"cursor":{"description":"Cursor for the current page","type":"string"},"first_item":{"description":"First and last Item","type":"integer"},"index":{"description":"The requested index","type":"string"},"last_item":{"type":"integer"},"limit":{"description":"Per-Page limit","type":"integer"},"matches":{"items":{"$ref":"#/definitions/paginate.Match"},"type":"array"},"max_pages":{"type":"integer"},"next_cursor":{"description":"Cursor for the next page","type":"string"},"opensearch_query":{"type":"object"},"order":{"type":"string"},"page":{"description":"The current Page number","type":"integer"},"pages":{"items":{"type":"string"},"type":"array"},"parameters":{"items":{"$ref":"#/definitions/paginate.Param"},"type":"array"},"show_pages":{"type":"boolean"},"show_query":{"type":"boolean"},"sort":{"type":"string"},"timestamp":{"type":"string"},"total_documents":{"description":"The total number of items","type":"integer"},"total_pages":{"description":"The total number of pages","type":"integer"},"warnings":{"items":{"type":"string"},"type":"array"}},"type":"object"},"paginate.Param":{"properties":{"filtering":{"type":"string"},"format":{"type":"string"},"name":{"type":"string"}},"type":"object"},"params.IndexBackup":{"properties":{"date_added":{"type":"string"},"filename":{"type":"string"},"sha256":{"type":"string"},"url":{"type":"string"},"url_ap-southeast-2":{"type":"string"},"url_eu-west-2":{"type":"string"},"url_expires":{"type":"string"},"url_mrap":{"type":"string"},"url_ttl_minutes":{"type":"integer"},"url_us-east-1":{"type":"string"},"url_us-west-2":{"type":"string"}},"type":"object"},"params.IndexBackupList":{"properties":{"description":{"type":"string"},"href":{"description":"Href API endpoint URI to detailed backup information","type":"string"},"name":{"type":"string"}},"type":"object"},"params.IndexList":{"properties":{"description":{"type":"string"},"href":{"description":"Href API endpoint URI to detailed index information","type":"string"},"name":{"type":"string"}},"type":"object"},"purl.PackageURLJSON":{"properties":{"name":{"type":"string"},"namespace":{"type":"string"},"qualifiers":{"items":{"$ref":"#/definitions/purl.QualifierJSON"},"type":"array"},"subpath":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"type":"object"},"purl.QualifierJSON":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object"},"purls.Artifact":{"type":"object"},"purls.PurlResponse":{"properties":{"artifacts":{"$ref":"#/definitions/purls.Artifact"},"cves":{"items":{"type":"string"},"type":"array"},"licenses":{"items":{"type":"string"},"type":"array"},"name":{"type":"string"},"published_date":{"type":"string"},"purl":{"items":{"type":"string"},"type":"array"},"version":{"type":"string"},"vulnerabilities":{"items":{"$ref":"#/definitions/purls.Vulnerability"},"type":"array"}},"type":"object"},"purls.Vulnerability":{"properties":{"arch":{"type":"string"},"detection":{"type":"string"},"fixed_version":{"type":"string"}},"type":"object"},"render.Response-array_params_IndexBackupList":{"properties":{"_benchmark":{"type":"number"},"data":{"items":{"$ref":"#/definitions/params.IndexBackupList"},"type":"array"}},"type":"object"},"render.Response-array_params_IndexList":{"properties":{"_benchmark":{"type":"number"},"data":{"items":{"$ref":"#/definitions/params.IndexList"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_A10-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.A10"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ABBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ABBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AIX-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AIX"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AMD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AMD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AMI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AMI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ASRG-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ASRG"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AVEVAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AVEVAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AWS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AWS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Abbott-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Abbott"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Absolute-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Absolute"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Acronis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Acronis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AdobeAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AdobeAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Advantech-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Advantech"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Advisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Advisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AdvisoryRecord-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AdvisoryRecord"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlephResearch-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlephResearch"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Alibaba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Alibaba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlmaLinuxUpdate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlmaLinuxUpdate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AlpineLinuxSecDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AlpineLinuxSecDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AmazonCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AmazonCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AnchoreNVDOverride-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AnchoreNVDOverride"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AndroidAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AndroidAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheActiveMQ-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheActiveMQ"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheArchiva-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheArchiva"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheArrow-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheArrow"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCamel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCamel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCommons-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCommons"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheCouchDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheCouchDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheFlink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheFlink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheGuacamole-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheGuacamole"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheHTTP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheHTTP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheHadoop-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheHadoop"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheJSPWiki-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheJSPWiki"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheKafka-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheKafka"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheLoggingServices-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheLoggingServices"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheNiFi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheNiFi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOFBiz-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOFBiz"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOpenMeetings-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOpenMeetings"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheOpenOffice-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheOpenOffice"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApachePulsar-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApachePulsar"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheShiro-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheShiro"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSpark-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSpark"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheStruts-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheStruts"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSubversion-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSubversion"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheSuperset-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheSuperset"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheTomcat-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheTomcat"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ApacheZooKeeper-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ApacheZooKeeper"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AppCheck-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AppCheck"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Appgate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Appgate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AppleAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AppleAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ArchIssue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ArchIssue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Arista-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Arista"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Aruba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Aruba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AssetNote-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AssetNote"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Asterisk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Asterisk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Astra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Astra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Asus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Asus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AtlassianAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AtlassianAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AtlassianVuln-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AtlassianVuln"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Atredis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Atredis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Audiocodes-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Audiocodes"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_AusCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.AusCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Autodesk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Autodesk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Avaya-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Avaya"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Avigilon-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Avigilon"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Axis-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Axis"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Azul-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Azul"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BBraunAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BBraunAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BDUAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BDUAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Bandr-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Bandr"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BaxterAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BaxterAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeckhoffAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeckhoffAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeckmanCoulter-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeckmanCoulter"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BectonDickinsonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BectonDickinsonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeldenAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeldenAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BeyondTrust-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BeyondTrust"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Binarly-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Binarly"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BitDefender-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BitDefender"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BlackBerry-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BlackBerry"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BoschAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BoschAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_BostonScientificAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.BostonScientificAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Botnet-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Botnet"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CACyberCentreAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CACyberCentreAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CBLMariner-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CBLMariner"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CERTEUAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CERTEUAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CESA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CESA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CISAAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CISAAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNNVDEntryJSON-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNNVDEntryJSON"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNVDBulletin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNVDBulletin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CNVDFlaw-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CNVDFlaw"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CanvasExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CanvasExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CarestreamAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CarestreamAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Carrier-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Carrier"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertBE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertBE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertFRAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertFRAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertIN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertIN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertIRSecurityAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertIRSecurityAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertSE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertSE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CertUA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CertUA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ChainGuard-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ChainGuard"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CheckPoint-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CheckPoint"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Chrome-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Chrome"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ciena-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ciena"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CisaCsafAdv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CisaCsafAdv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoCSAF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoCSAF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CiscoKnownGoodValue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CiscoKnownGoodValue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CitrixAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CitrixAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ClarotyVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ClarotyVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CloudBees-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CloudBees"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CloudVulnDBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CloudVulnDBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CodesysAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CodesysAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CommVault-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CommVault"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CompassSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CompassSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ContainerOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ContainerOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CoreImpactExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CoreImpactExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Crestron-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Crestron"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_CrowdSec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.CrowdSec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Curl-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Curl"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Cvrf-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Cvrf"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DFNCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DFNCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DNN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DNN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dahua-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dahua"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dassault-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dassault"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DebianSecurityAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DebianSecurityAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Dell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Dell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DeltaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DeltaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DistroPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DistroPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Django-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Django"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DotCMS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DotCMS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_DragosAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.DragosAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Draytek-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Draytek"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Drupal-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Drupal"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLAlibaba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLAlibaba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLMicrosoft-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLMicrosoft"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EOLReleaseData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EOLReleaseData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EUVD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EUVD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EatonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EatonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Elastic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Elastic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Elspec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Elspec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EmergingThreatsSnort-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EmergingThreatsSnort"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EmersonAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EmersonAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_EndOfLife-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.EndOfLife"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ExodusIntel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ExodusIntel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ExploitDBExploitv2-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ExploitDBExploitv2"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_F5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.F5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FSecure-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FSecure"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Fanuc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Fanuc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Fastly-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Fastly"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Festo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Festo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FileCloud-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FileCloud"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FileZilla-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FileZilla"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FlattSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FlattSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ForgeRock-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ForgeRock"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FortinetAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FortinetAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_FortinetIPS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.FortinetIPS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Foxit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Foxit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GCP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GCP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GEGas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GEGas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GEHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GEHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GHAdvisoryJSONLean-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GHAdvisoryJSONLean"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GHSA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GHSA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GMOCyberSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GMOCyberSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gallagher-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gallagher"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gen-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gen"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Genetec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Genetec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Gigabyte-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Gigabyte"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitHubExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitHubExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitLabExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitLabExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GiteeExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GiteeExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GitlabAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GitlabAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Glibc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Glibc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GnuTLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GnuTLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GoVulnJSON-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GoVulnJSON"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Grafana-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Grafana"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_GreyNoiseDetection-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.GreyNoiseDetection"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HCL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HCL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HIKVision-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HIKVision"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HKCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HKCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HPE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HPE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Hacktivity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Hacktivity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HarmonyOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HarmonyOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HashiCorp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HashiCorp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HaskellSADBAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HaskellSADBAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HillromAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HillromAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Hitachi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Hitachi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HitachiEnergy-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HitachiEnergy"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Honeywell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Honeywell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Huawei-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Huawei"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HuaweiEulerOS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HuaweiEulerOS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_HuaweiIPS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.HuaweiIPS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IAVA-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IAVA"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IBM-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IBM"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ITWExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ITWExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Idemia-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Idemia"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IncibeAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IncibeAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Intel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Intel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IpIntelRecord"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IsraeliAlert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IsraeliAlert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IsraeliVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IsraeliVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Istio-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Istio"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ivanti-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ivanti"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_IvantiRSS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.IvantiRSS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JFrog-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JFrog"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JNJAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JNJAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JVN-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JVN"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JVNAdvisoryItem-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JVNAdvisoryItem"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Jenkins-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Jenkins"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JetBrains-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JetBrains"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_JohnsonControls-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.JohnsonControls"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Juniper-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Juniper"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_K8S-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.K8S"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KEVCatalogVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KEVCatalogVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KRCertAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KasperskyICSCERTAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KasperskyICSCERTAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_KoreLogic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.KoreLogic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Kunbus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Kunbus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LG-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LG"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Lenovo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Lenovo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LexmarkAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LexmarkAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LibreOffice-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LibreOffice"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Linux-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Linux"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_LolAdvs-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.LolAdvs"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MACert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MACert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MFiles-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MFiles"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MaliciousPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MaliciousPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ManageEngineAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ManageEngineAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MbedTLS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MbedTLS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_McAfee-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.McAfee"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mediatek-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mediatek"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MedtronicAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MedtronicAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mendix-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mendix"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MetaData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MetaData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MetasploitExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MetasploitExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MicrosoftCVRF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MicrosoftCVRF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MicrosoftKb-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MicrosoftKb"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mikrotik-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mikrotik"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mindray-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mindray"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MispValue-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MispValue"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Mitel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Mitel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MitreCVEListV5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MitreCVEListV5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MitsubishiElectricAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MitsubishiElectricAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MongoDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MongoDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MoxaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MoxaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_MozillaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.MozillaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NCSC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NCSC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NCSCCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NCSCCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NEC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NEC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NHS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NHS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NTP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NTP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NVD20Source-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NVD20Source"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NVDCPEDictionary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NVDCPEDictionary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NZAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NZAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Naver-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Naver"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nessus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nessus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NetApp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NetApp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netatalk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netatalk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netgate-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netgate"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netgear-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netgear"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Netskope-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Netskope"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nexpose-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nexpose"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NginxAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NginxAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NodeJS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NodeJS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NodeSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NodeSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nokia-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nokia"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_NotePadPlusPlus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.NotePadPlusPlus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Nozomi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Nozomi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OSV-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OSV"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OTRS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OTRS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OctopusDeploy-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OctopusDeploy"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Okta-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Okta"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Omron-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Omron"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OneE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OneE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenBSD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenBSD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenCVDB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenCVDB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenJDK-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenJDK"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenSSH-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenSSH"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenSSLSecAdv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenSSLSecAdv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OpenStack-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OpenStack"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Opengear-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Opengear"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OracleCPU-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OracleCPU"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OracleCPUCSAF-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OracleCPUCSAF"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_OwnCloud-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.OwnCloud"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PHPMyAdmin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PHPMyAdmin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PKCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PKCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PTC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PTC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PacketstormExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PacketstormExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Palantir-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Palantir"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PaloAltoAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PaloAltoAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Panasonic-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Panasonic"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PaperCut-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PaperCut"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Pega-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Pega"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PhilipsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PhilipsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PhoenixContactAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PhoenixContactAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PostgresSQL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PostgresSQL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PowerDNS-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PowerDNS"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Progress-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Progress"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Proofpoint-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Proofpoint"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PureStorage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PureStorage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_PyPAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.PyPAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QNAPAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QNAPAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QQID-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QQID"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QSB-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QSB"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Qualcomm-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Qualcomm"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Qualys-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Qualys"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_QualysQID-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.QualysQID"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RansomwareExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RansomwareExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RedhatCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RedhatCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Renesas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Renesas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Revive-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Revive"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RhelCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RhelCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Roche-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Roche"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Rockwell-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Rockwell"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RockyErrata-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RockyErrata"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Rsync-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Rsync"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ruckus-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ruckus"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_RustsecAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.RustsecAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SAAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SAAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SAP-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SAP"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SECConsult-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SECConsult"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SSDAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SSDAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Safran-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Safran"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SaintExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SaintExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SalesForce-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SalesForce"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Samba-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Samba"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sandisk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sandisk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SchneiderElectricAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SchneiderElectricAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Schutzwerk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Schutzwerk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SecurityBulletin-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SecurityBulletin"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SecurityLab-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SecurityLab"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SeebugExploit-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SeebugExploit"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SentinelOne-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SentinelOne"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ServiceNow-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ServiceNow"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SevenZip-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SevenZip"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ShadowServerExploitedVulnerability-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ShadowServerExploitedVulnerability"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Shielder-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Shielder"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sick-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sick"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SiemensAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SiemensAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SierraWireless-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SierraWireless"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SigmaRule-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SigmaRule"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SingCert-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SingCert"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sitecore-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sitecore"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Slackware-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Slackware"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SolarWindsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SolarWindsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Solr-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Solr"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sonatype-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sonatype"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SonicWallAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SonicWallAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SpacelabsHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SpacelabsHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Splunk-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Splunk"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Spring-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Spring"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Stormshield-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Stormshield"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_StrykerAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.StrykerAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Sudo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Sudo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SuseSecurity-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SuseSecurity"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SwisslogHealthcareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SwisslogHealthcareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Symfony-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Symfony"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Synacktiv-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Synacktiv"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_SyncroSoft-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.SyncroSoft"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Synology-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Synology"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Syss-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Syss"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TI-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TI"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TPLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TPLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TWCertAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TWCertAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tailscale-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tailscale"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TalosAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TalosAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TeamViewer-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TeamViewer"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TenableResearchAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TenableResearchAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tencent-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tencent"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Thales-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Thales"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TheMissingLink-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TheMissingLink"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ThermoFisher-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ThermoFisher"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ThreatActorWithExternalObjects-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ThreatActorWithExternalObjects"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Tibco-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Tibco"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TraneTechnology-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TraneTechnology"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_TrendMicro-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.TrendMicro"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Trustwave-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Trustwave"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_USD-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.USD"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_USOMAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.USOMAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Ubiquiti-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Ubiquiti"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_UbuntuCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.UbuntuCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Unify-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Unify"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Unisoc-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Unisoc"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Update"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VCCPEDictionary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VCCPEDictionary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VCVulnerableCPEs-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VCVulnerableCPEs"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VDEAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VDEAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VLC-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VLC"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VMWareAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VMWareAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VYAIREAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VYAIREAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VanDyke-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VanDyke"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VapidLabsAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VapidLabsAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Veeam-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Veeam"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Veritas-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Veritas"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Virtuozzo-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Virtuozzo"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VoidSec-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VoidSec"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheck-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheck"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckCVEListV5-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckCVEListV5"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckConfig-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckConfig"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnCheckKEV-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnCheckKEV"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_VulnerableDebianPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.VulnerableDebianPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Vulnrichment-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Vulnrichment"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WRT-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WRT"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WatchGuard-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WatchGuard"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WhatsApp-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WhatsApp"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wibu-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wibu"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wireshark-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wireshark"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WithSecure-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WithSecure"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_WolfSSL-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.WolfSSL"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wolfi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wolfi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Wordfence-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Wordfence"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xen-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xen"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xerox-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xerox"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xiaomi-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xiaomi"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Xylem-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Xylem"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Yamaha-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Yamaha"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_YokogawaAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.YokogawaAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Yubico-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Yubico"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zebra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zebra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ZeroDayAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ZeroDayAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_ZeroScienceAdvisory-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.ZeroScienceAdvisory"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zimbra-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zimbra"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zoom-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zoom"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zscaler-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zscaler"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zuso-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zuso"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_advisory_Zyxel-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/advisory.Zyxel"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CWE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CWE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CveItems-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CveItems"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_CveItemsExtended-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.CveItemsExtended"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_EPSSData-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.EPSSData"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitChain-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitChain"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitV3Result-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitV3Result"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_ExploitsChangelog-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.ExploitsChangelog"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.InitialAccess"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_MitreAttackToCVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.MitreAttackToCVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CPEMatch-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CPEMatch"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CVE-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CVE"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_NVD20CVEExtended-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.NVD20CVEExtended"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.OSSPackage"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_Update-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.Update"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.VulnCheckCanary"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_api_VulnerabilityAlias-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/api.VulnerabilityAlias"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/paginate.Pagination"},"data":{"items":{"$ref":"#/definitions/purls.PurlResponse"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-array_string-v3controllers_ResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.ResponseMetadata"},"data":{"items":{"type":"string"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-v3controllers_BackupResponseData-v3controllers_BackupResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.BackupResponseMetadata"},"data":{"items":{"$ref":"#/definitions/params.IndexBackup"},"type":"array"}},"type":"object"},"render.ResponseWithMetadata-v3controllers_PurlResponseData-v3controllers_PurlResponseMetadata":{"properties":{"_benchmark":{"type":"number"},"_meta":{"$ref":"#/definitions/v3controllers.PurlResponseMetadata"},"data":{"$ref":"#/definitions/v3controllers.PurlResponseData"}},"type":"object"},"v3controllers.BackupResponseMetadata":{"properties":{"index":{"type":"string"},"timestamp":{"type":"string"}},"type":"object"},"v3controllers.PurlResponseData":{"properties":{"cves":{"description":"list of associated CVE 's","items":{"type":"string"},"type":"array"},"vulnerabilities":{"description":"list of associated vulnerabilities","items":{"$ref":"#/definitions/api.OSSPackageVulnerability"},"type":"array"}},"type":"object"},"v3controllers.PurlResponseMetadata":{"properties":{"purl_struct":{"allOf":[{"$ref":"#/definitions/purl.PackageURLJSON"}],"description":"meta-data about the purl"},"timestamp":{"description":"time of the transaction","type":"string"},"total_documents":{"description":"number of results found","type":"integer"}},"type":"object"},"v3controllers.ResponseMetadata":{"properties":{"cpe":{"type":"string"},"cpe_struct":{"$ref":"#/definitions/api.CPE"},"timestamp":{"type":"string"},"total_documents":{"type":"integer"}},"type":"object"}},"info":{"contact":{"email":"support@vulncheck.com","name":"VulnCheck API Support"},"description":"Version 3 of the VulnCheck API","termsOfService":"https://vulncheck.com/terms","title":"VulnCheck API","version":"3.0"},"paths":{"/backup":{"get":{"description":"Return a list of indexes with backup and endpoint links that the user has access to","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.Response-array_params_IndexBackupList"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return a list of indexes with backup and endpoint links","tags":["endpoints"]}},"/backup/{index}":{"get":{"description":"Retrieve a list of VulnCheck backups by index","parameters":[{"description":"Name of an exploit, vulnerability, or advisory index","enum":["7zip","a10","abb","abbott","absolute","acronis","adobe","advantech","advisories","aix","aleph-research","alibaba-advs","alma","alpine","alpine-purls","amazon","amazon-cve","amd","ami","anchore-nvd-override","android","apache-activemq","apache-archiva","apache-arrow","apache-camel","apache-commons","apache-couchdb","apache-flink","apache-guacamole","apache-hadoop","apache-http","apache-jspwiki","apache-kafka","apache-loggingservices","apache-nifi","apache-ofbiz","apache-openmeetings","apache-openoffice","apache-pulsar","apache-shiro","apache-spark","apache-struts","apache-subversion","apache-superset","apache-tomcat","apache-zookeeper","appcheck","appgate","apple","arch","arista","aruba","asrg","assetnote","asterisk","astra","asus","atlassian","atlassian-vulns","atredis","audiocodes","auscert","autodesk","avaya","aveva","avigilon","aws","axis","azul","bandr","baxter","bbraun","bd","bdu","beckhoff","beckman-coulter","belden","beyond-trust","binarly","bitdefender","blackberry","bls","bosch","boston-scientific","botnets","ca-cyber-centre","canvas","carestream","cargo","carrier","cbl-mariner","centos","cert-be","cert-in","cert-ir-security-alerts","cert-se","cert-ua","certeu","certfr","chainguard","checkpoint","chrome","ciena","cisa-alerts","cisa-csaf","cisa-kev","cisco","cisco-csaf","cisco-known-good-values","cisco-talos","citrix","claroty","cloudbees","cloudvulndb","cnnvd","cnvd-bulletins","cnvd-flaws","cocoapods","codesys","commvault","compass-security","composer","conan","coreimpact","cpe-vulnerable","crestron","crowdsec","curl","cwe","dahua","dassault","debian","debian-dsa","debian-packages","debian-purls","dell","delta","dfn-cert","django","dlink","dnn","dotcms","dragos","draytek","drupal","eaton","elastic","elspec","emerging-threats-snort","emerson","endoflife","eol","eol-alibaba","eol-microsoft","epss","euvd","exodus-intel","exploit-chains","exploitdb","exploits","exploits-changelog","f-secure","f5","fanuc","fastly","fedora","festo","filecloud","filezilla","flatt-security","forgerock","fortinet","fortinet-ips","foxit","freebsd","gallagher","gcp","ge-gas","ge-healthcare","gem","gen","genetec","ghsa","gigabyte","gitee-exploits","github-exploits","github-security-advisories","gitlab-advisories-community","gitlab-exploits","glibc","gmo-cybersecurity","gnutls","go-vulndb","golang","google-0day-itw","google-container-optimized-os","grafana","greynoise-metadata","hackage","hacktivity","harmonyos","hashicorp","haskell-sadb","hcl","hex","hikvision","hillrom","hitachi","hitachi-energy","hkcert","honeywell","hp","hpe","huawei-euleros","huawei-ips","huawei-psirt","iava","ibm","idemia","il-alerts","il-vulnerabilities","incibe","initial-access","initial-access-git","intel","ipintel-10d","ipintel-30d","ipintel-3d","ipintel-90d","istio","ivanti","ivanti-rss","jenkins","jetbrains","jfrog","jnj","johnson-controls","juniper","jvn","jvndb","kaspersky-ics-cert","korelogic","krcert-security-notices","krcert-vulnerabilities","kubernetes","kunbus","lenovo","lexmark","lg","libre-office","linux","lol-advs","m-files","macert","malicious-packages","manageengine","maven","mbed-tls","mcafee","mediatek","medtronic","mendix","metasploit","microsoft-cvrf","microsoft-kb","mikrotik","mindray","misp-threat-actors","mitel","mitre-attack-cve","mitre-cvelist-v5","mitsubishi-electric","mongodb","moxa","mozilla","naver","ncsc","ncsc-cves","nec","nessus","netapp","netatalk","netgate","netgear","netskope","nexpose","nginx","nhs","ni","nist-nvd","nist-nvd2","nist-nvd2-cpematch","nist-nvd2-sources","node-security","nodejs","nokia","notepadplusplus","nozomi","npm","ntp","nuget","nvd-cpe-dictionary","nvidia","nz-advisories","octopus-deploy","okta","omron","one-e","opam","open-cvdb","openbsd","opengear","openjdk","openssh","openssl-secadv","openstack","openwrt","oracle","oracle-cpu","oracle-cpu-csaf","osv","otrs","owncloud","packetstorm","palantir","palo-alto","panasonic","papercut","pega","philips","phoenix-contact","php-my-admin","pkcert","postgressql","powerdns","progress","proofpoint","ptc","pub","pure-storage","pypa-advisories","pypi","qnap","qqids","qualcomm","qualys","qualys-qids","qubes-qsb","ransomware","redhat","redhat-cves","renesas","revive","roche","rockwell","rocky","rocky-errata","rocky-purls","rsync","ruckus","rustsec-advisories","sacert","safran","saint","salesforce","samba","sandisk","sap","schneider-electric","schutzwerk","sec-consult","securitylab","seebug","sel","sentinelone","servicenow","shadowserver-exploited","shielder","sick","siemens","sierra-wireless","sigmahq-sigma-rules","singcert","sitecore","slackware","solarwinds","solr","sonatype","sonicwall","spacelabs-healthcare","splunk","spring","ssd","stormshield","stryker","sudo","suse","suse-security","swift","swisslog-healthcare","symfony","synacktiv","syncrosoft","synology","syss","tailscale","teamviewer","tenable-research-advisories","tencent","thales","themissinglink","thermo-fisher","threat-actors","ti","tibco","tp-link","trane-technology","trendmicro","trustwave","twcert","ubiquiti","ubuntu","unify","unisoc","usd","usom","vandyke","vapidlabs","vc-cpe-dictionary","vde","veeam","veritas","virtuozzo","vlc","vmware","voidsec","vulncheck","vulncheck-canaries","vulncheck-canaries-10d","vulncheck-canaries-30d","vulncheck-canaries-3d","vulncheck-canaries-90d","vulncheck-config","vulncheck-cvelist-v5","vulncheck-kev","vulncheck-nvd","vulncheck-nvd2","vulnerability-aliases","vulnrichment","vyaire","watchguard","whatsapp","wibu","wireshark","with-secure","wolfi","wolfssl","wordfence","xen","xerox","xiaomi","xylem","yamaha","yokogawa","yubico","zdi","zebra","zeroscience","zimbra","zoom","zscaler","zuso","zyxel"],"in":"path","name":"index","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-v3controllers_BackupResponseData-v3controllers_BackupResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of backups by index","tags":["endpoints"]}},"/cpe":{"get":{"description":"Based on the specified CPE (Common Platform Enumeration) URI string, this endpoint will return a list of vulnerabilities that are related to the package. We support v2.2 and v2.3","parameters":[{"description":"CPE designation to lookup","in":"query","name":"cpe","required":true,"type":"string"},{"description":"Filter by vulnerability status (true/false). Defaults to false if not provided.","in":"query","name":"isVulnerable","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_string-v3controllers_ResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return CVE 's associated with a specific NIST CPE","tags":["endpoints"]}},"/entitlements":{"get":{"description":"Retrieve entitlements for the current user","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/models.Entitlements"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve user entitlements","tags":["endpoints"]}},"/index":{"get":{"description":"Return a list of available indexes with endpoint links that the user has access to","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.Response-array_params_IndexList"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return a list of available indexes with endpoint links","tags":["endpoints"]}},"/index/7zip":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the 7zip index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 7Zip Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/7zip?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/7zip?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SevenZip-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"7zip\"","tags":["indices"]}},"/index/a10":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the a10 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** A10 Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/a10?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/a10?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_A10-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"a10\"","tags":["indices"]}},"/index/abb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the abb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ABB Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/abb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/abb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ABBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"abb\"","tags":["indices"]}},"/index/abbott":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the abbott index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Abbott Product Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/abbott?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/abbott?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Abbott-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"abbott\"","tags":["indices"]}},"/index/absolute":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the absolute index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Absolute Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/absolute?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/absolute?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Absolute-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"absolute\"","tags":["indices"]}},"/index/acronis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the acronis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Acronis Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/acronis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/acronis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Acronis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"acronis\"","tags":["indices"]}},"/index/adobe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the adobe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Adobe Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/adobe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/adobe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AdobeAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"adobe\"","tags":["indices"]}},"/index/advantech":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the advantech index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Advantech Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/advantech?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/advantech?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Advantech-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"advantech\"","tags":["indices"]}},"/index/advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AdvisoryRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"advisories\"","tags":["indices"]}},"/index/aix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AIX Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AIX-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aix\"","tags":["indices"]}},"/index/aleph-research":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aleph-research index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Aleph Research Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aleph-research?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aleph-research?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlephResearch-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aleph-research\"","tags":["indices"]}},"/index/alibaba-advs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alibaba-advs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alibaba Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alibaba-advs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alibaba-advs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Alibaba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alibaba-advs\"","tags":["indices"]}},"/index/alma":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alma index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alma Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alma?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alma?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlmaLinuxUpdate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alma\"","tags":["indices"]}},"/index/alpine":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alpine index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alpine Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alpine?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alpine?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AlpineLinuxSecDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alpine\"","tags":["indices"]}},"/index/alpine-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the alpine-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alpine Purls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/alpine-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/alpine-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"alpine-purls\"","tags":["indices"]}},"/index/amazon":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amazon index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Amazon Linux Security Center\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amazon?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amazon?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amazon\"","tags":["indices"]}},"/index/amazon-cve":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amazon-cve index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Amazon CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amazon-cve?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amazon-cve?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AmazonCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amazon-cve\"","tags":["indices"]}},"/index/amd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the amd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AMD Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/amd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/amd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AMD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"amd\"","tags":["indices"]}},"/index/ami":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ami index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AMI Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ami?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ami?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AMI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ami\"","tags":["indices"]}},"/index/anchore-nvd-override":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the anchore-nvd-override index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Anchore NVD Data Overrides\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/anchore-nvd-override?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/anchore-nvd-override?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AnchoreNVDOverride-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"anchore-nvd-override\"","tags":["indices"]}},"/index/android":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the android index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Android Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/android?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/android?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AndroidAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"android\"","tags":["indices"]}},"/index/apache-activemq":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-activemq index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache ActiveMQ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-activemq?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-activemq?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheActiveMQ-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-activemq\"","tags":["indices"]}},"/index/apache-archiva":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-archiva index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Archiva Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-archiva?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-archiva?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheArchiva-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-archiva\"","tags":["indices"]}},"/index/apache-arrow":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-arrow index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Arrow Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-arrow?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-arrow?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheArrow-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-arrow\"","tags":["indices"]}},"/index/apache-camel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-camel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Camel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-camel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-camel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCamel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-camel\"","tags":["indices"]}},"/index/apache-commons":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-commons index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Commons Known Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-commons?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-commons?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCommons-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-commons\"","tags":["indices"]}},"/index/apache-couchdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-couchdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache CouchDB Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-couchdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-couchdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheCouchDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-couchdb\"","tags":["indices"]}},"/index/apache-flink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-flink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Flink Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-flink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-flink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheFlink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-flink\"","tags":["indices"]}},"/index/apache-guacamole":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-guacamole index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Guacamole Security Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-guacamole?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-guacamole?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheGuacamole-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-guacamole\"","tags":["indices"]}},"/index/apache-hadoop":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-hadoop index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Hadoop CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-hadoop?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-hadoop?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheHadoop-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-hadoop\"","tags":["indices"]}},"/index/apache-http":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-http index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache HTTP Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-http?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-http?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheHTTP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-http\"","tags":["indices"]}},"/index/apache-jspwiki":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-jspwiki index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache JSPWiki CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-jspwiki?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-jspwiki?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheJSPWiki-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-jspwiki\"","tags":["indices"]}},"/index/apache-kafka":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-kafka index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Kafka Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-kafka?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-kafka?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheKafka-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-kafka\"","tags":["indices"]}},"/index/apache-loggingservices":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-loggingservices index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Logging Services Known Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-loggingservices?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-loggingservices?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheLoggingServices-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-loggingservices\"","tags":["indices"]}},"/index/apache-nifi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-nifi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache NiFi Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-nifi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-nifi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheNiFi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-nifi\"","tags":["indices"]}},"/index/apache-ofbiz":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-ofbiz index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OFBiz Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-ofbiz?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-ofbiz?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOFBiz-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-ofbiz\"","tags":["indices"]}},"/index/apache-openmeetings":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-openmeetings index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OpenMeetings Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-openmeetings?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-openmeetings?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOpenMeetings-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-openmeetings\"","tags":["indices"]}},"/index/apache-openoffice":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-openoffice index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache OpenOffice Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-openoffice?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-openoffice?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheOpenOffice-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-openoffice\"","tags":["indices"]}},"/index/apache-pulsar":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-pulsar index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Pulsar Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-pulsar?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-pulsar?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApachePulsar-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-pulsar\"","tags":["indices"]}},"/index/apache-shiro":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-shiro index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Shiro Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-shiro?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-shiro?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheShiro-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-shiro\"","tags":["indices"]}},"/index/apache-spark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-spark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Spark Known Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-spark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-spark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSpark-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-spark\"","tags":["indices"]}},"/index/apache-struts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-struts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Struts Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-struts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-struts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheStruts-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-struts\"","tags":["indices"]}},"/index/apache-subversion":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-subversion index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Subversion Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-subversion?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-subversion?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSubversion-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-subversion\"","tags":["indices"]}},"/index/apache-superset":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-superset index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Superset CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-superset?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-superset?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheSuperset-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-superset\"","tags":["indices"]}},"/index/apache-tomcat":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-tomcat index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache Tomcat Security Vunlnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-tomcat?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-tomcat?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheTomcat-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-tomcat\"","tags":["indices"]}},"/index/apache-zookeeper":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apache-zookeeper index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apache ZooKeeper Vulnerability Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apache-zookeeper?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apache-zookeeper?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ApacheZooKeeper-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apache-zookeeper\"","tags":["indices"]}},"/index/appcheck":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the appcheck index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AppCheck Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/appcheck?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/appcheck?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AppCheck-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"appcheck\"","tags":["indices"]}},"/index/appgate":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the appgate index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Appgate SDP Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/appgate?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/appgate?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Appgate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"appgate\"","tags":["indices"]}},"/index/apple":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the apple index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Apple Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/apple?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/apple?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AppleAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"apple\"","tags":["indices"]}},"/index/arch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the arch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Arch Linux\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/arch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/arch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ArchIssue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"arch\"","tags":["indices"]}},"/index/arista":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the arista index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Arista Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/arista?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/arista?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Arista-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"arista\"","tags":["indices"]}},"/index/aruba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aruba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Aruba Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aruba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aruba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Aruba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aruba\"","tags":["indices"]}},"/index/asrg":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asrg index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ASRG Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asrg?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asrg?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ASRG-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asrg\"","tags":["indices"]}},"/index/assetnote":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the assetnote index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AssetNote Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/assetnote?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/assetnote?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AssetNote-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"assetnote\"","tags":["indices"]}},"/index/asterisk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asterisk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Asterisk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asterisk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asterisk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Asterisk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asterisk\"","tags":["indices"]}},"/index/astra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the astra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Astra Linux Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/astra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/astra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Astra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"astra\"","tags":["indices"]}},"/index/asus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the asus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ASUSTek Computer Inc.\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/asus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/asus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Asus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"asus\"","tags":["indices"]}},"/index/atlassian":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atlassian index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atlassian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atlassian?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atlassian?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AtlassianAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atlassian\"","tags":["indices"]}},"/index/atlassian-vulns":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atlassian-vulns index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atlassian Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atlassian-vulns?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atlassian-vulns?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AtlassianVuln-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atlassian-vulns\"","tags":["indices"]}},"/index/atredis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the atredis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Atredis Partners Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/atredis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/atredis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Atredis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"atredis\"","tags":["indices"]}},"/index/audiocodes":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the audiocodes index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AudioCodes Product Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/audiocodes?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/audiocodes?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Audiocodes-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"audiocodes\"","tags":["indices"]}},"/index/auscert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the auscert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AusCERT Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/auscert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/auscert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AusCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"auscert\"","tags":["indices"]}},"/index/autodesk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the autodesk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Autodesk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/autodesk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/autodesk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Autodesk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"autodesk\"","tags":["indices"]}},"/index/avaya":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the avaya index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Avaya Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/avaya?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/avaya?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Avaya-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"avaya\"","tags":["indices"]}},"/index/aveva":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aveva index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AVEVA Group Limited\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aveva?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aveva?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AVEVAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aveva\"","tags":["indices"]}},"/index/avigilon":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the avigilon index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Avigilon Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/avigilon?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/avigilon?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Avigilon-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"avigilon\"","tags":["indices"]}},"/index/aws":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the aws index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** AWS Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/aws?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/aws?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_AWS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"aws\"","tags":["indices"]}},"/index/axis":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the axis index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Axis OS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/axis?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/axis?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Axis-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"axis\"","tags":["indices"]}},"/index/azul":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the azul index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Azul Common Vulnerabilities and Exposures\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/azul?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/azul?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Azul-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"azul\"","tags":["indices"]}},"/index/bandr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bandr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** B\u0026R Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bandr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bandr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Bandr-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bandr\"","tags":["indices"]}},"/index/baxter":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the baxter index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Baxter Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/baxter?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/baxter?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BaxterAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"baxter\"","tags":["indices"]}},"/index/bbraun":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bbraun index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** B. Braun Medical Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bbraun?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bbraun?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BBraunAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bbraun\"","tags":["indices"]}},"/index/bd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Becton Dickinson Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BectonDickinsonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bd\"","tags":["indices"]}},"/index/bdu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bdu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** BDU Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bdu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bdu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BDUAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bdu\"","tags":["indices"]}},"/index/beckhoff":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beckhoff index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beckhoff Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beckhoff?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beckhoff?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeckhoffAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beckhoff\"","tags":["indices"]}},"/index/beckman-coulter":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beckman-coulter index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beckman Coulter Product Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beckman-coulter?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beckman-coulter?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeckmanCoulter-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beckman-coulter\"","tags":["indices"]}},"/index/belden":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the belden index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Belden Security Bulletins Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/belden?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/belden?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeldenAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"belden\"","tags":["indices"]}},"/index/beyond-trust":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the beyond-trust index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Beyond Trust Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/beyond-trust?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/beyond-trust?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BeyondTrust-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"beyond-trust\"","tags":["indices"]}},"/index/binarly":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the binarly index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Binarly Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/binarly?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/binarly?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Binarly-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"binarly\"","tags":["indices"]}},"/index/bitdefender":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bitdefender index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Bitdefender Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bitdefender?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bitdefender?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BitDefender-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bitdefender\"","tags":["indices"]}},"/index/blackberry":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the blackberry index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** BlackBerry Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/blackberry?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/blackberry?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BlackBerry-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"blackberry\"","tags":["indices"]}},"/index/bls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Black Lantern Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bls\"","tags":["indices"]}},"/index/bosch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the bosch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Bosch Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/bosch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/bosch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BoschAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"bosch\"","tags":["indices"]}},"/index/boston-scientific":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the boston-scientific index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Boston Scientific Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/boston-scientific?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/boston-scientific?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_BostonScientificAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"boston-scientific\"","tags":["indices"]}},"/index/botnets":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the botnets index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Botnets\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/botnets?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/botnets?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Botnet-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"botnets\"","tags":["indices"]}},"/index/ca-cyber-centre":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ca-cyber-centre index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Canadian Centre for Cyber Security Alerts and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ca-cyber-centre?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ca-cyber-centre?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CACyberCentreAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ca-cyber-centre\"","tags":["indices"]}},"/index/canvas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the canvas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CANVAS Exploit Packs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/canvas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/canvas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CanvasExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"canvas\"","tags":["indices"]}},"/index/carestream":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the carestream index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Carestream Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/carestream?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/carestream?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CarestreamAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"carestream\"","tags":["indices"]}},"/index/cargo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cargo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cargo (Rust) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cargo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cargo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cargo\"","tags":["indices"]}},"/index/carrier":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the carrier index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Carrier Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/carrier?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/carrier?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Carrier-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"carrier\"","tags":["indices"]}},"/index/cbl-mariner":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cbl-mariner index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CBL-Mariner Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cbl-mariner?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cbl-mariner?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CBLMariner-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cbl-mariner\"","tags":["indices"]}},"/index/centos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the centos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CentOS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/centos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/centos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CESA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"centos\"","tags":["indices"]}},"/index/cert-be":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-be index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert BE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-be?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-be?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertBE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-be\"","tags":["indices"]}},"/index/cert-in":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-in index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT IN Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-in?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-in?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertIN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-in\"","tags":["indices"]}},"/index/cert-ir-security-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-ir-security-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert IR Security Warnings\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-ir-security-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-ir-security-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertIRSecurityAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-ir-security-alerts\"","tags":["indices"]}},"/index/cert-se":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-se index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert SE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-se?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-se?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertSE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-se\"","tags":["indices"]}},"/index/cert-ua":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cert-ua index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert UA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cert-ua?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cert-ua?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertUA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cert-ua\"","tags":["indices"]}},"/index/certeu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the certeu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT-EU The Computer Emergency Response Team for the EU Institutions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/certeu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/certeu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CERTEUAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"certeu\"","tags":["indices"]}},"/index/certfr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the certfr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cert FR Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/certfr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/certfr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CertFRAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"certfr\"","tags":["indices"]}},"/index/chainguard":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the chainguard index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ChainGuard Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/chainguard?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/chainguard?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ChainGuard-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"chainguard\"","tags":["indices"]}},"/index/checkpoint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the checkpoint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CheckPoint Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/checkpoint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/checkpoint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CheckPoint-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"checkpoint\"","tags":["indices"]}},"/index/chrome":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the chrome index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Google Chrome Release Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/chrome?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/chrome?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Chrome-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"chrome\"","tags":["indices"]}},"/index/ciena":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ciena index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ciena\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ciena?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ciena?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ciena-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ciena\"","tags":["indices"]}},"/index/cisa-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CISAAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-alerts\"","tags":["indices"]}},"/index/cisa-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Security Advisories - CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CisaCsafAdv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-csaf\"","tags":["indices"]}},"/index/cisa-kev":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisa-kev index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA KEV (Known Exploited Vulnerabilities)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisa-kev?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisa-kev?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KEVCatalogVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisa-kev\"","tags":["indices"]}},"/index/cisco":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco\"","tags":["indices"]}},"/index/cisco-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoCSAF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-csaf\"","tags":["indices"]}},"/index/cisco-known-good-values":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-known-good-values index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Known Good Values\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-known-good-values?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-known-good-values?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CiscoKnownGoodValue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-known-good-values\"","tags":["indices"]}},"/index/cisco-talos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cisco-talos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Cisco Talos Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cisco-talos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cisco-talos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TalosAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cisco-talos\"","tags":["indices"]}},"/index/citrix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the citrix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Citrix Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/citrix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/citrix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CitrixAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"citrix\"","tags":["indices"]}},"/index/claroty":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the claroty index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Team 82: The Claroty Research Team\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/claroty?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/claroty?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ClarotyVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"claroty\"","tags":["indices"]}},"/index/cloudbees":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cloudbees index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CloudBees Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cloudbees?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cloudbees?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CloudBees-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cloudbees\"","tags":["indices"]}},"/index/cloudvulndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cloudvulndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CloudVulnDB\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cloudvulndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cloudvulndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CloudVulnDBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cloudvulndb\"","tags":["indices"]}},"/index/cnnvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnnvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Chinese National Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnnvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnnvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNNVDEntryJSON-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnnvd\"","tags":["indices"]}},"/index/cnvd-bulletins":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnvd-bulletins index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CNVD Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnvd-bulletins?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnvd-bulletins?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNVDBulletin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnvd-bulletins\"","tags":["indices"]}},"/index/cnvd-flaws":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cnvd-flaws index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CNVD Flaws\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cnvd-flaws?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cnvd-flaws?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CNVDFlaw-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cnvd-flaws\"","tags":["indices"]}},"/index/cocoapods":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cocoapods index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CocoaPods packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cocoapods?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cocoapods?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cocoapods\"","tags":["indices"]}},"/index/codesys":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the codesys index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Codesys Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/codesys?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/codesys?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CodesysAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"codesys\"","tags":["indices"]}},"/index/commvault":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the commvault index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Commvault Cloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/commvault?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/commvault?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CommVault-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"commvault\"","tags":["indices"]}},"/index/compass-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the compass-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Compass Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/compass-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/compass-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CompassSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"compass-security\"","tags":["indices"]}},"/index/composer":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the composer index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PHP Composer packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/composer?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/composer?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"composer\"","tags":["indices"]}},"/index/conan":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the conan index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** C/C++ packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/conan?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/conan?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"conan\"","tags":["indices"]}},"/index/coreimpact":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the coreimpact index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Core Impact\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/coreimpact?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/coreimpact?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CoreImpactExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"coreimpact\"","tags":["indices"]}},"/index/cpe-vulnerable":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cpe-vulnerable index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Unrolled VulnCheck CPEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cpe-vulnerable?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cpe-vulnerable?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VCVulnerableCPEs-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cpe-vulnerable\"","tags":["indices"]}},"/index/crestron":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the crestron index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Crestron Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/crestron?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/crestron?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Crestron-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"crestron\"","tags":["indices"]}},"/index/crowdsec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the crowdsec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CrowdSec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/crowdsec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/crowdsec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_CrowdSec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"crowdsec\"","tags":["indices"]}},"/index/curl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the curl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Curl CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/curl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/curl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Curl-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"curl\"","tags":["indices"]}},"/index/cwe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the cwe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Common Weakness Enumeration Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/cwe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/cwe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CWE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"cwe\"","tags":["indices"]}},"/index/dahua":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dahua index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dahua Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dahua?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dahua?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dahua-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dahua\"","tags":["indices"]}},"/index/dassault":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dassault index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dassault Systèmes Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dassault?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dassault?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dassault-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dassault\"","tags":["indices"]}},"/index/debian":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnerableDebianPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian\"","tags":["indices"]}},"/index/debian-dsa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-dsa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-dsa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-dsa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DebianSecurityAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-dsa\"","tags":["indices"]}},"/index/debian-packages":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-packages index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian Packages\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-packages?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-packages?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DistroPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-packages\"","tags":["indices"]}},"/index/debian-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the debian-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Debian PURLs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/debian-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/debian-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"debian-purls\"","tags":["indices"]}},"/index/dell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dell Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Dell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dell\"","tags":["indices"]}},"/index/delta":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the delta index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Delta Controls Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/delta?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/delta?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DeltaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"delta\"","tags":["indices"]}},"/index/dfn-cert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dfn-cert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DFN-CERT Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dfn-cert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dfn-cert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DFNCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dfn-cert\"","tags":["indices"]}},"/index/django":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the django index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Django Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/django?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/django?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Django-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"django\"","tags":["indices"]}},"/index/dlink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dlink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DLink Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dlink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dlink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dlink\"","tags":["indices"]}},"/index/dnn":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dnn index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DNN Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dnn?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dnn?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DNN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dnn\"","tags":["indices"]}},"/index/dotcms":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dotcms index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DotCMS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dotcms?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dotcms?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DotCMS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dotcms\"","tags":["indices"]}},"/index/dragos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the dragos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Dragos Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/dragos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/dragos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_DragosAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"dragos\"","tags":["indices"]}},"/index/draytek":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the draytek index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** DrayTek Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/draytek?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/draytek?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Draytek-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"draytek\"","tags":["indices"]}},"/index/drupal":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the drupal index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Drupal Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/drupal?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/drupal?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Drupal-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"drupal\"","tags":["indices"]}},"/index/eaton":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eaton index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Eaton Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eaton?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eaton?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EatonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eaton\"","tags":["indices"]}},"/index/elastic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the elastic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Elastic Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/elastic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/elastic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Elastic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"elastic\"","tags":["indices"]}},"/index/elspec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the elspec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Elspec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/elspec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/elspec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Elspec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"elspec\"","tags":["indices"]}},"/index/emerging-threats-snort":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the emerging-threats-snort index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Emerging Threats Snort\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/emerging-threats-snort?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/emerging-threats-snort?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EmergingThreatsSnort-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"emerging-threats-snort\"","tags":["indices"]}},"/index/emerson":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the emerson index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Emerson Cyber Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/emerson?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/emerson?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EmersonAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"emerson\"","tags":["indices"]}},"/index/endoflife":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the endoflife index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** End Of Life\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/endoflife?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/endoflife?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EndOfLife-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"endoflife\"","tags":["indices"]}},"/index/eol":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck EOL Coverage\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLReleaseData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol\"","tags":["indices"]}},"/index/eol-alibaba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol-alibaba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Alibaba EOL\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol-alibaba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol-alibaba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLAlibaba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol-alibaba\"","tags":["indices"]}},"/index/eol-microsoft":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the eol-microsoft index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft EOL\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/eol-microsoft?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/eol-microsoft?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EOLMicrosoft-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"eol-microsoft\"","tags":["indices"]}},"/index/epss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the epss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** EPSS Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/epss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/epss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_EPSSData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"epss\"","tags":["indices"]}},"/index/euvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the euvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** European Union Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/euvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/euvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_EUVD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"euvd\"","tags":["indices"]}},"/index/exodus-intel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exodus-intel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Exodus Intelligence Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exodus-intel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exodus-intel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ExodusIntel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exodus-intel\"","tags":["indices"]}},"/index/exploit-chains":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploit-chains index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Exploit Chains\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploit-chains?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploit-chains?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitChain-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploit-chains\"","tags":["indices"]}},"/index/exploitdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploitdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Exploit Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploitdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploitdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ExploitDBExploitv2-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploitdb\"","tags":["indices"]}},"/index/exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Exploit Intelligence Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitV3Result-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploits\"","tags":["indices"]}},"/index/exploits-changelog":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the exploits-changelog index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Changelog for VC Exploits Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/exploits-changelog?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/exploits-changelog?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_ExploitsChangelog-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"exploits-changelog\"","tags":["indices"]}},"/index/f-secure":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the f-secure index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** F-Secure Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/f-secure?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/f-secure?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FSecure-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"f-secure\"","tags":["indices"]}},"/index/f5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the f5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** F5 Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/f5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/f5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_F5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"f5\"","tags":["indices"]}},"/index/fanuc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fanuc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fanuc Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fanuc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fanuc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Fanuc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fanuc\"","tags":["indices"]}},"/index/fastly":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fastly index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fastly Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fastly?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fastly?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Fastly-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fastly\"","tags":["indices"]}},"/index/fedora":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fedora index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fedora Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fedora?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fedora?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fedora\"","tags":["indices"]}},"/index/festo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the festo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Festo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/festo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/festo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Festo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"festo\"","tags":["indices"]}},"/index/filecloud":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the filecloud index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FileCloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/filecloud?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/filecloud?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FileCloud-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"filecloud\"","tags":["indices"]}},"/index/filezilla":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the filezilla index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FileZilla Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/filezilla?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/filezilla?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FileZilla-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"filezilla\"","tags":["indices"]}},"/index/flatt-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the flatt-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Flatt Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/flatt-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/flatt-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FlattSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"flatt-security\"","tags":["indices"]}},"/index/forgerock":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the forgerock index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ForgeRock Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/forgerock?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/forgerock?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ForgeRock-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"forgerock\"","tags":["indices"]}},"/index/fortinet":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fortinet index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FortiGuard Fortinet\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fortinet?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FortinetAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fortinet\"","tags":["indices"]}},"/index/fortinet-ips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the fortinet-ips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Fortinet Labs Threat Encyclopedia\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/fortinet-ips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/fortinet-ips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_FortinetIPS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"fortinet-ips\"","tags":["indices"]}},"/index/foxit":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the foxit index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Foxit Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/foxit?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/foxit?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Foxit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"foxit\"","tags":["indices"]}},"/index/freebsd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the freebsd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** FreeBSD Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/freebsd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/freebsd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Advisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"freebsd\"","tags":["indices"]}},"/index/gallagher":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gallagher index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gallagher Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gallagher?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gallagher?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gallagher-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gallagher\"","tags":["indices"]}},"/index/gcp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gcp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GCP Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gcp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gcp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GCP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gcp\"","tags":["indices"]}},"/index/ge-gas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ge-gas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GE Gas Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ge-gas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ge-gas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GEGas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ge-gas\"","tags":["indices"]}},"/index/ge-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ge-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GE Healthcare Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ge-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ge-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GEHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ge-healthcare\"","tags":["indices"]}},"/index/gem":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gem index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ruby (gem) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gem?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gem?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gem\"","tags":["indices"]}},"/index/gen":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gen index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gen Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gen?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gen?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gen-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gen\"","tags":["indices"]}},"/index/genetec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the genetec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Genetec Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/genetec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/genetec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Genetec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"genetec\"","tags":["indices"]}},"/index/ghsa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ghsa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GHSA\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ghsa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ghsa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GHSA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ghsa\"","tags":["indices"]}},"/index/gigabyte":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gigabyte index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GIGABYTE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gigabyte?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gigabyte?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Gigabyte-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gigabyte\"","tags":["indices"]}},"/index/gitee-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitee-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gitee Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitee-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitee-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GiteeExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitee-exploits\"","tags":["indices"]}},"/index/github-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the github-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitHub Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/github-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/github-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitHubExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"github-exploits\"","tags":["indices"]}},"/index/github-security-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the github-security-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Github Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/github-security-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/github-security-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GHAdvisoryJSONLean-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"github-security-advisories\"","tags":["indices"]}},"/index/gitlab-advisories-community":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitlab-advisories-community index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitLab Advisory Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-advisories-community?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitlab-advisories-community?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitlabAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitlab-advisories-community\"","tags":["indices"]}},"/index/gitlab-exploits":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gitlab-exploits index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GitLab Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gitlab-exploits?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gitlab-exploits?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GitLabExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gitlab-exploits\"","tags":["indices"]}},"/index/glibc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the glibc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Glibc Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/glibc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/glibc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Glibc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"glibc\"","tags":["indices"]}},"/index/gmo-cybersecurity":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gmo-cybersecurity index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GMO Cybersecurity Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gmo-cybersecurity?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gmo-cybersecurity?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GMOCyberSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gmo-cybersecurity\"","tags":["indices"]}},"/index/gnutls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the gnutls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GnuTLS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/gnutls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/gnutls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GnuTLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"gnutls\"","tags":["indices"]}},"/index/go-vulndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the go-vulndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Go Vulnerability Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/go-vulndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/go-vulndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GoVulnJSON-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"go-vulndb\"","tags":["indices"]}},"/index/golang":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the golang index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Golang packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/golang?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/golang?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"golang\"","tags":["indices"]}},"/index/google-0day-itw":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the google-0day-itw index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Project Zero In the Wild Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/google-0day-itw?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/google-0day-itw?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ITWExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"google-0day-itw\"","tags":["indices"]}},"/index/google-container-optimized-os":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the google-container-optimized-os index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Container OS Release Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/google-container-optimized-os?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/google-container-optimized-os?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ContainerOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"google-container-optimized-os\"","tags":["indices"]}},"/index/grafana":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the grafana index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Grafana Labs Security Fixes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/grafana?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/grafana?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Grafana-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"grafana\"","tags":["indices"]}},"/index/greynoise-metadata":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the greynoise-metadata index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** GreyNoise Metadata\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/greynoise-metadata?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/greynoise-metadata?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_GreyNoiseDetection-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"greynoise-metadata\"","tags":["indices"]}},"/index/hackage":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hackage index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hackage (Haskell) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hackage?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hackage?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hackage\"","tags":["indices"]}},"/index/hacktivity":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hacktivity index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hackerone Hacktivity\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hacktivity?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hacktivity?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Hacktivity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hacktivity\"","tags":["indices"]}},"/index/harmonyos":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the harmonyos index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HarmonyOS Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/harmonyos?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/harmonyos?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HarmonyOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"harmonyos\"","tags":["indices"]}},"/index/hashicorp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hashicorp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HashiCorp Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hashicorp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hashicorp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HashiCorp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hashicorp\"","tags":["indices"]}},"/index/haskell-sadb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the haskell-sadb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Haskell Security Advisory DB\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/haskell-sadb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/haskell-sadb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HaskellSADBAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"haskell-sadb\"","tags":["indices"]}},"/index/hcl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hcl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HCLSoftware Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hcl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hcl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HCL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hcl\"","tags":["indices"]}},"/index/hex":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hex index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hex (Erlang) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hex?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hex?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hex\"","tags":["indices"]}},"/index/hikvision":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hikvision index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hikvision Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hikvision?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hikvision?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HIKVision-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hikvision\"","tags":["indices"]}},"/index/hillrom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hillrom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hillrom Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hillrom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hillrom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HillromAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hillrom\"","tags":["indices"]}},"/index/hitachi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hitachi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hitachi Software Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hitachi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Hitachi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hitachi\"","tags":["indices"]}},"/index/hitachi-energy":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hitachi-energy index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hitachi Energy Cybersecurity Advisories and Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hitachi-energy?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hitachi-energy?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HitachiEnergy-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hitachi-energy\"","tags":["indices"]}},"/index/hkcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hkcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Hong Kong CERT Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hkcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hkcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HKCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hkcert\"","tags":["indices"]}},"/index/honeywell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the honeywell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Honeywell Cyber Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/honeywell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/honeywell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Honeywell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"honeywell\"","tags":["indices"]}},"/index/hp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HP Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hp\"","tags":["indices"]}},"/index/hpe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the hpe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** HPE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/hpe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/hpe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HPE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"hpe\"","tags":["indices"]}},"/index/huawei-euleros":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-euleros index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenEuler Operating System Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-euleros?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-euleros?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HuaweiEulerOS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-euleros\"","tags":["indices"]}},"/index/huawei-ips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-ips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Huawei IPS Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-ips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-ips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_HuaweiIPS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-ips\"","tags":["indices"]}},"/index/huawei-psirt":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the huawei-psirt index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Huawei Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/huawei-psirt?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/huawei-psirt?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Huawei-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"huawei-psirt\"","tags":["indices"]}},"/index/iava":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the iava index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Information Assurance Vulnerability Alerts (IAVA)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/iava?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/iava?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IAVA-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"iava\"","tags":["indices"]}},"/index/ibm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ibm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** IBM Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ibm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ibm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IBM-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ibm\"","tags":["indices"]}},"/index/idemia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the idemia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Idemia Product Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/idemia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/idemia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Idemia-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"idemia\"","tags":["indices"]}},"/index/il-alerts":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the il-alerts index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gov.il Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/il-alerts?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/il-alerts?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IsraeliAlert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"il-alerts\"","tags":["indices"]}},"/index/il-vulnerabilities":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the il-vulnerabilities index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Gov.il CVE Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/il-vulnerabilities?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/il-vulnerabilities?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IsraeliVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"il-vulnerabilities\"","tags":["indices"]}},"/index/incibe":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the incibe index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Incibe CERT Early Warnings\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/incibe?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/incibe?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IncibeAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"incibe\"","tags":["indices"]}},"/index/initial-access":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the initial-access index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Initial Access Intelligence\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/initial-access?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"initial-access\"","tags":["indices"]}},"/index/initial-access-git":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the initial-access-git index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Initial Access Intelligence Git Backup for Subscribers\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/initial-access-git?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/initial-access-git?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_InitialAccess-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"initial-access-git\"","tags":["indices"]}},"/index/intel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the intel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Intel® Product Security Center Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/intel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/intel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Intel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"intel\"","tags":["indices"]}},"/index/ipintel-10d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-10d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 10-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-10d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-10d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-10d\"","tags":["indices"]}},"/index/ipintel-30d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-30d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 30-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-30d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-30d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-30d\"","tags":["indices"]}},"/index/ipintel-3d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-3d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 3-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-3d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-3d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-3d\"","tags":["indices"]}},"/index/ipintel-90d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ipintel-90d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 90-Day IP Intelligence Index of Initial Access Targets and Command and Control Infrastructure\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ipintel-90d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ipintel-90d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify an IPv4 or IPv6 CIDR","in":"query","name":"cidr","type":"string"},{"description":"Autonomous system number","in":"query","name":"asn","type":"string"},{"description":"Country name ISO-3166?? format","in":"query","name":"country","type":"string"},{"description":"Country code in ISO-3166?? format","in":"query","name":"country_code","type":"string"},{"description":"Record type","in":"query","name":"id","type":"string"},{"description":"Kind of IpIntel Finding","in":"query","name":"kind","type":"string"},{"description":"Match a string in the list of hostnames","in":"query","name":"hostname","type":"string"},{"description":"Search for a string in the field describing the finding","in":"query","name":"matches","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IpIntelRecord-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ipintel-90d\"","tags":["indices"]}},"/index/istio":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the istio index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Istio Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/istio?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/istio?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Istio-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"istio\"","tags":["indices"]}},"/index/ivanti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ivanti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ivanti Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ivanti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ivanti-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ivanti\"","tags":["indices"]}},"/index/ivanti-rss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ivanti-rss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ivanti Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ivanti-rss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ivanti-rss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_IvantiRSS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ivanti-rss\"","tags":["indices"]}},"/index/jenkins":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jenkins index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Jenkins Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jenkins?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jenkins?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Jenkins-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jenkins\"","tags":["indices"]}},"/index/jetbrains":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jetbrains index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** JetBrains Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jetbrains?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jetbrains?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JetBrains-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jetbrains\"","tags":["indices"]}},"/index/jfrog":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jfrog index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** JFrog Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jfrog?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jfrog?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JFrog-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jfrog\"","tags":["indices"]}},"/index/jnj":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jnj index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Johnson \u0026 Johnson Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jnj?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jnj?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JNJAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jnj\"","tags":["indices"]}},"/index/johnson-controls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the johnson-controls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Security Advisories - Johnson Controls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/johnson-controls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/johnson-controls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JohnsonControls-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"johnson-controls\"","tags":["indices"]}},"/index/juniper":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the juniper index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Juniper Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/juniper?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/juniper?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Juniper-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"juniper\"","tags":["indices"]}},"/index/jvn":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jvn index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Japan Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jvn?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jvn?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JVN-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jvn\"","tags":["indices"]}},"/index/jvndb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the jvndb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Japan Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/jvndb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/jvndb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_JVNAdvisoryItem-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"jvndb\"","tags":["indices"]}},"/index/kaspersky-ics-cert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kaspersky-ics-cert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Kaspersky ICS CERT\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kaspersky-ics-cert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kaspersky-ics-cert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KasperskyICSCERTAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kaspersky-ics-cert\"","tags":["indices"]}},"/index/korelogic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the korelogic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KoreLogic Vulnerability Research and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/korelogic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/korelogic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KoreLogic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"korelogic\"","tags":["indices"]}},"/index/krcert-security-notices":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the krcert-security-notices index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KR-CERT Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-security-notices?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/krcert-security-notices?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"krcert-security-notices\"","tags":["indices"]}},"/index/krcert-vulnerabilities":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the krcert-vulnerabilities index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KR-CERT Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/krcert-vulnerabilities?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/krcert-vulnerabilities?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_KRCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"krcert-vulnerabilities\"","tags":["indices"]}},"/index/kubernetes":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kubernetes index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Kubernetes Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kubernetes?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kubernetes?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_K8S-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kubernetes\"","tags":["indices"]}},"/index/kunbus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the kunbus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** KunBus Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/kunbus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/kunbus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Kunbus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"kunbus\"","tags":["indices"]}},"/index/lenovo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lenovo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Lenovo Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lenovo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lenovo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Lenovo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lenovo\"","tags":["indices"]}},"/index/lexmark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lexmark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Lexmark Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lexmark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lexmark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LexmarkAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lexmark\"","tags":["indices"]}},"/index/lg":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lg index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** LG Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lg?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lg?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LG-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lg\"","tags":["indices"]}},"/index/libre-office":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the libre-office index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Libre Office Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/libre-office?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/libre-office?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LibreOffice-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"libre-office\"","tags":["indices"]}},"/index/linux":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the linux index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Linux Kernel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/linux?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/linux?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Linux-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"linux\"","tags":["indices"]}},"/index/lol-advs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the lol-advs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Living Off the Land Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/lol-advs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/lol-advs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_LolAdvs-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"lol-advs\"","tags":["indices"]}},"/index/m-files":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the m-files index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** M-Files Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/m-files?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/m-files?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MFiles-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"m-files\"","tags":["indices"]}},"/index/macert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the macert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Moroccan CERT Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/macert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/macert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MACert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"macert\"","tags":["indices"]}},"/index/malicious-packages":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the malicious-packages index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Malicious Packages\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/malicious-packages?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/malicious-packages?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MaliciousPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"malicious-packages\"","tags":["indices"]}},"/index/manageengine":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the manageengine index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ManageEngine Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/manageengine?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/manageengine?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ManageEngineAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"manageengine\"","tags":["indices"]}},"/index/maven":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the maven index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Maven (Java) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/maven?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/maven?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"maven\"","tags":["indices"]}},"/index/mbed-tls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mbed-tls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mbed TLS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mbed-tls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mbed-tls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MbedTLS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mbed-tls\"","tags":["indices"]}},"/index/mcafee":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mcafee index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** McAfee Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mcafee?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mcafee?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_McAfee-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mcafee\"","tags":["indices"]}},"/index/mediatek":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mediatek index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MediaTek Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mediatek?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mediatek?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mediatek-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mediatek\"","tags":["indices"]}},"/index/medtronic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the medtronic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Medtronic Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/medtronic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/medtronic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MedtronicAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"medtronic\"","tags":["indices"]}},"/index/mendix":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mendix index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mendix Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mendix?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mendix?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mendix-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mendix\"","tags":["indices"]}},"/index/metasploit":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the metasploit index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Metasploit Modules\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/metasploit?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/metasploit?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MetasploitExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"metasploit\"","tags":["indices"]}},"/index/microsoft-cvrf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the microsoft-cvrf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-cvrf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/microsoft-cvrf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MicrosoftCVRF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"microsoft-cvrf\"","tags":["indices"]}},"/index/microsoft-kb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the microsoft-kb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Microsoft KB list by CVE\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/microsoft-kb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/microsoft-kb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MicrosoftKb-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"microsoft-kb\"","tags":["indices"]}},"/index/mikrotik":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mikrotik index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MikroTik Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mikrotik?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mikrotik?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mikrotik-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mikrotik\"","tags":["indices"]}},"/index/mindray":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mindray index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mindray Cybersecurity Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mindray?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mindray?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mindray-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mindray\"","tags":["indices"]}},"/index/misp-threat-actors":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the misp-threat-actors index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MISP Threat Actors\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/misp-threat-actors?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/misp-threat-actors?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MispValue-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"misp-threat-actors\"","tags":["indices"]}},"/index/mitel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mitel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Mitel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitel\"","tags":["indices"]}},"/index/mitre-attack-cve":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitre-attack-cve index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MITRE ATT\u0026CK Technique ID to CVE List\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-attack-cve?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitre-attack-cve?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_MitreAttackToCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitre-attack-cve\"","tags":["indices"]}},"/index/mitre-cvelist-v5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitre-cvelist-v5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MITRE CVEList V5\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitre-cvelist-v5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitre-cvelist-v5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MitreCVEListV5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitre-cvelist-v5\"","tags":["indices"]}},"/index/mitsubishi-electric":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mitsubishi-electric index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mitsubishi Electric Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mitsubishi-electric?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mitsubishi-electric?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MitsubishiElectricAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mitsubishi-electric\"","tags":["indices"]}},"/index/mongodb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mongodb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** MongoDB Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mongodb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mongodb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MongoDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mongodb\"","tags":["indices"]}},"/index/moxa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the moxa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Moxa Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/moxa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/moxa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MoxaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"moxa\"","tags":["indices"]}},"/index/mozilla":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the mozilla index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Mozilla Foundation Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/mozilla?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/mozilla?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MozillaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"mozilla\"","tags":["indices"]}},"/index/naver":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the naver index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Naver Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/naver?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/naver?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Naver-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"naver\"","tags":["indices"]}},"/index/ncsc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ncsc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NCSC Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ncsc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NCSC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ncsc\"","tags":["indices"]}},"/index/ncsc-cves":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ncsc-cves index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NCSC CVEs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ncsc-cves?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ncsc-cves?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NCSCCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ncsc-cves\"","tags":["indices"]}},"/index/nec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NEC Security Information Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NEC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nec\"","tags":["indices"]}},"/index/nessus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nessus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nessus Plugins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nessus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nessus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nessus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nessus\"","tags":["indices"]}},"/index/netapp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netapp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NetApp Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netapp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netapp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NetApp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netapp\"","tags":["indices"]}},"/index/netatalk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netatalk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netatalk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netatalk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netatalk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netatalk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netatalk\"","tags":["indices"]}},"/index/netgate":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netgate index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netgate Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netgate?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netgate?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netgate-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netgate\"","tags":["indices"]}},"/index/netgear":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netgear index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NETGEAR Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netgear?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netgear?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netgear-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netgear\"","tags":["indices"]}},"/index/netskope":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the netskope index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Netskope Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/netskope?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/netskope?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Netskope-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"netskope\"","tags":["indices"]}},"/index/nexpose":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nexpose index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nexpose Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nexpose?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nexpose?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nexpose-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nexpose\"","tags":["indices"]}},"/index/nginx":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nginx index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nginx Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nginx?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nginx?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NginxAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nginx\"","tags":["indices"]}},"/index/nhs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nhs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NHS Cyber Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nhs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nhs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NHS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nhs\"","tags":["indices"]}},"/index/ni":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ni index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** National Instruments Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ni?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ni?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ni\"","tags":["indices"]}},"/index/nist-nvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 1.0 CVE data built from NIST NVD 2.0 CVE Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CveItems-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd\"","tags":["indices"]}},"/index/nist-nvd2":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2\"","tags":["indices"]}},"/index/nist-nvd2-cpematch":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-cpematch index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0 CPE Match\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-cpematch?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2-cpematch?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CPEMatch-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2-cpematch\"","tags":["indices"]}},"/index/nist-nvd2-sources":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nist-nvd2-sources index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NIST NVD 2.0 Source Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nist-nvd2-sources?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nist-nvd2-sources?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NVD20Source-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nist-nvd2-sources\"","tags":["indices"]}},"/index/node-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the node-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Node.js Security Working Group Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/node-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/node-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NodeSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"node-security\"","tags":["indices"]}},"/index/nodejs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nodejs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NodeJS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nodejs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nodejs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NodeJS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nodejs\"","tags":["indices"]}},"/index/nokia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nokia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nokia Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nokia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nokia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nokia-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nokia\"","tags":["indices"]}},"/index/notepadplusplus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the notepadplusplus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Notepad++ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/notepadplusplus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/notepadplusplus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NotePadPlusPlus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"notepadplusplus\"","tags":["indices"]}},"/index/nozomi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nozomi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nozomi Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nozomi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nozomi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Nozomi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nozomi\"","tags":["indices"]}},"/index/npm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the npm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NPM (JS/TS) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/npm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/npm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"npm\"","tags":["indices"]}},"/index/ntp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ntp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NTP Security Issues\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ntp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ntp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NTP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ntp\"","tags":["indices"]}},"/index/nuget":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nuget index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Nuget (C#/F#) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nuget?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nuget?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nuget\"","tags":["indices"]}},"/index/nvd-cpe-dictionary":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nvd-cpe-dictionary index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NVD's CPE Dictionary\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nvd-cpe-dictionary?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nvd-cpe-dictionary?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NVDCPEDictionary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nvd-cpe-dictionary\"","tags":["indices"]}},"/index/nvidia":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nvidia index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** NVIDIA Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nvidia?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nvidia?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SecurityBulletin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nvidia\"","tags":["indices"]}},"/index/nz-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the nz-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CERT NZ Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/nz-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/nz-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_NZAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"nz-advisories\"","tags":["indices"]}},"/index/octopus-deploy":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the octopus-deploy index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Octopus Deploy Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/octopus-deploy?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/octopus-deploy?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OctopusDeploy-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"octopus-deploy\"","tags":["indices"]}},"/index/okta":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the okta index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Okta Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/okta?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/okta?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Okta-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"okta\"","tags":["indices"]}},"/index/omron":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the omron index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Omron Vulnerability Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/omron?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/omron?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Omron-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"omron\"","tags":["indices"]}},"/index/one-e":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the one-e index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** 1E Published Product Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/one-e?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/one-e?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OneE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"one-e\"","tags":["indices"]}},"/index/opam":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the opam index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** opam (OCaml) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/opam?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/opam?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"opam\"","tags":["indices"]}},"/index/open-cvdb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the open-cvdb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** The Open Cloud Vulnerability \u0026 Security Issue Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/open-cvdb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/open-cvdb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenCVDB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"open-cvdb\"","tags":["indices"]}},"/index/openbsd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openbsd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenBSD Security Fixes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openbsd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openbsd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenBSD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openbsd\"","tags":["indices"]}},"/index/opengear":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the opengear index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Opengear Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/opengear?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/opengear?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Opengear-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"opengear\"","tags":["indices"]}},"/index/openjdk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openjdk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenJDK Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openjdk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openjdk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenJDK-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openjdk\"","tags":["indices"]}},"/index/openssh":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openssh index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenSSH Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openssh?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openssh?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenSSH-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openssh\"","tags":["indices"]}},"/index/openssl-secadv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openssl-secadv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenSSL Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openssl-secadv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openssl-secadv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenSSLSecAdv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openssl-secadv\"","tags":["indices"]}},"/index/openstack":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openstack index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenStack Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openstack?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openstack?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OpenStack-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openstack\"","tags":["indices"]}},"/index/openwrt":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the openwrt index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OpenWrt Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/openwrt?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/openwrt?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WRT-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"openwrt\"","tags":["indices"]}},"/index/oracle":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_MetaData-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle\"","tags":["indices"]}},"/index/oracle-cpu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Critical Patch Update Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle-cpu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OracleCPU-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle-cpu\"","tags":["indices"]}},"/index/oracle-cpu-csaf":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the oracle-cpu-csaf index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Oracle Critical Patch Updates CSAF\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/oracle-cpu-csaf?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/oracle-cpu-csaf?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OracleCPUCSAF-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"oracle-cpu-csaf\"","tags":["indices"]}},"/index/osv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the osv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Open Source Vulnerabilities Database\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/osv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/osv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OSV-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"osv\"","tags":["indices"]}},"/index/otrs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the otrs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OTRS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/otrs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/otrs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OTRS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"otrs\"","tags":["indices"]}},"/index/owncloud":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the owncloud index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** OwnCloud Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/owncloud?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/owncloud?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_OwnCloud-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"owncloud\"","tags":["indices"]}},"/index/packetstorm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the packetstorm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PacketStorm\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/packetstorm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/packetstorm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PacketstormExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"packetstorm\"","tags":["indices"]}},"/index/palantir":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the palantir index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Palantir Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/palantir?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/palantir?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Palantir-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"palantir\"","tags":["indices"]}},"/index/palo-alto":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the palo-alto index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Palo Alto Networks Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/palo-alto?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/palo-alto?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PaloAltoAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"palo-alto\"","tags":["indices"]}},"/index/panasonic":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the panasonic index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Panasonic Vulnerability Advisory List\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/panasonic?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/panasonic?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Panasonic-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"panasonic\"","tags":["indices"]}},"/index/papercut":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the papercut index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PaperCut Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/papercut?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/papercut?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PaperCut-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"papercut\"","tags":["indices"]}},"/index/pega":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pega index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pega Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pega?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pega?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Pega-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pega\"","tags":["indices"]}},"/index/philips":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the philips index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Philips Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/philips?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/philips?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PhilipsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"philips\"","tags":["indices"]}},"/index/phoenix-contact":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the phoenix-contact index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Phoenix Contact Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/phoenix-contact?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/phoenix-contact?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PhoenixContactAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"phoenix-contact\"","tags":["indices"]}},"/index/php-my-admin":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the php-my-admin index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** phpMyAdmin Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/php-my-admin?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/php-my-admin?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PHPMyAdmin-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"php-my-admin\"","tags":["indices"]}},"/index/pkcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pkcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PK CERT Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pkcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pkcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PKCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pkcert\"","tags":["indices"]}},"/index/postgressql":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the postgressql index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PostgresSQL Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/postgressql?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/postgressql?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PostgresSQL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"postgressql\"","tags":["indices"]}},"/index/powerdns":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the powerdns index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PowerDNS Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/powerdns?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/powerdns?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PowerDNS-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"powerdns\"","tags":["indices"]}},"/index/progress":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the progress index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Progress Product Alert Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/progress?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/progress?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Progress-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"progress\"","tags":["indices"]}},"/index/proofpoint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the proofpoint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Proofpoint Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/proofpoint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/proofpoint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Proofpoint-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"proofpoint\"","tags":["indices"]}},"/index/ptc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ptc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PTC Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ptc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ptc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PTC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ptc\"","tags":["indices"]}},"/index/pub":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pub index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pub (Dart/Flutter) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pub?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pub?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pub\"","tags":["indices"]}},"/index/pure-storage":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pure-storage index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Pure Storage Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pure-storage?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pure-storage?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PureStorage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pure-storage\"","tags":["indices"]}},"/index/pypa-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pypa-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PyPA Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pypa-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pypa-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_PyPAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pypa-advisories\"","tags":["indices"]}},"/index/pypi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the pypi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** PyPi (Python) packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/pypi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/pypi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"pypi\"","tags":["indices"]}},"/index/qnap":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qnap index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** QNAP Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qnap?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qnap?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QNAPAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qnap\"","tags":["indices"]}},"/index/qqids":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qqids index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys QIDs\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qqids?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qqids?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QQID-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qqids\"","tags":["indices"]}},"/index/qualcomm":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualcomm index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualcomm Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualcomm?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualcomm?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Qualcomm-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualcomm\"","tags":["indices"]}},"/index/qualys":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualys index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualys?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualys?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Qualys-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualys\"","tags":["indices"]}},"/index/qualys-qids":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qualys-qids index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qualys QID\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qualys-qids?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qualys-qids?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QualysQID-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qualys-qids\"","tags":["indices"]}},"/index/qubes-qsb":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the qubes-qsb index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Qubes Security Bulletin\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/qubes-qsb?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/qubes-qsb?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_QSB-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"qubes-qsb\"","tags":["indices"]}},"/index/ransomware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ransomware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Ransomware\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ransomware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ransomware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RansomwareExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ransomware\"","tags":["indices"]}},"/index/redhat":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the redhat index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Red Hat Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/redhat?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/redhat?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RedhatCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"redhat\"","tags":["indices"]}},"/index/redhat-cves":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the redhat-cves index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CSAF data for redhat\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/redhat-cves?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/redhat-cves?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RhelCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"redhat-cves\"","tags":["indices"]}},"/index/renesas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the renesas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Renesas Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/renesas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/renesas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Renesas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"renesas\"","tags":["indices"]}},"/index/revive":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the revive index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Revive Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/revive?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/revive?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Revive-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"revive\"","tags":["indices"]}},"/index/roche":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the roche index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Roche Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/roche?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/roche?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Roche-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"roche\"","tags":["indices"]}},"/index/rockwell":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rockwell index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rockwell Automation Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rockwell?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rockwell?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Rockwell-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rockwell\"","tags":["indices"]}},"/index/rocky":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Linux Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_Update-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky\"","tags":["indices"]}},"/index/rocky-errata":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky-errata index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Errata\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-errata?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky-errata?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RockyErrata-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky-errata\"","tags":["indices"]}},"/index/rocky-purls":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rocky-purls index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rocky Purls\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rocky-purls?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rocky-purls?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_purls_PurlResponse-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rocky-purls\"","tags":["indices"]}},"/index/rsync":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rsync index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Rsync Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rsync?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rsync?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Rsync-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rsync\"","tags":["indices"]}},"/index/ruckus":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ruckus index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ruckus Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ruckus?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ruckus?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ruckus-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ruckus\"","tags":["indices"]}},"/index/rustsec-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the rustsec-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** RustSec Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/rustsec-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/rustsec-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_RustsecAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"rustsec-advisories\"","tags":["indices"]}},"/index/sacert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sacert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Saudi CERT\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sacert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sacert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SAAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sacert\"","tags":["indices"]}},"/index/safran":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the safran index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Safran Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/safran?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/safran?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Safran-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"safran\"","tags":["indices"]}},"/index/saint":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the saint index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SAINT Exploits\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/saint?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/saint?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SaintExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"saint\"","tags":["indices"]}},"/index/salesforce":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the salesforce index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SalesForce Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/salesforce?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/salesforce?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SalesForce-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"salesforce\"","tags":["indices"]}},"/index/samba":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the samba index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Samba Security Releases\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/samba?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/samba?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Samba-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"samba\"","tags":["indices"]}},"/index/sandisk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sandisk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sandisk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sandisk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sandisk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sandisk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sandisk\"","tags":["indices"]}},"/index/sap":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sap index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SAP Security Patch Days\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sap?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sap?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SAP-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sap\"","tags":["indices"]}},"/index/schneider-electric":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the schneider-electric index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schneider Electric Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/schneider-electric?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/schneider-electric?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SchneiderElectricAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"schneider-electric\"","tags":["indices"]}},"/index/schutzwerk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the schutzwerk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schutzwerk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/schutzwerk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/schutzwerk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Schutzwerk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"schutzwerk\"","tags":["indices"]}},"/index/sec-consult":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sec-consult index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SEC Consult Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sec-consult?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sec-consult?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SECConsult-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sec-consult\"","tags":["indices"]}},"/index/securitylab":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the securitylab index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Security Lab Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/securitylab?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/securitylab?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SecurityLab-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"securitylab\"","tags":["indices"]}},"/index/seebug":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the seebug index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Seebug Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/seebug?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/seebug?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SeebugExploit-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"seebug\"","tags":["indices"]}},"/index/sel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Schweitzer Engineering Laboratories Security Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sel\"","tags":["indices"]}},"/index/sentinelone":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sentinelone index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SentinelOne Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sentinelone?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sentinelone?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SentinelOne-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sentinelone\"","tags":["indices"]}},"/index/servicenow":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the servicenow index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ServiceNow CVE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/servicenow?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/servicenow?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ServiceNow-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"servicenow\"","tags":["indices"]}},"/index/shadowserver-exploited":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the shadowserver-exploited index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Shadowserver Foundation Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/shadowserver-exploited?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/shadowserver-exploited?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ShadowServerExploitedVulnerability-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"shadowserver-exploited\"","tags":["indices"]}},"/index/shielder":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the shielder index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Shielder Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/shielder?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/shielder?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Shielder-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"shielder\"","tags":["indices"]}},"/index/sick":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sick index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SICK Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sick?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sick?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sick-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sick\"","tags":["indices"]}},"/index/siemens":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the siemens index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Siemens Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/siemens?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/siemens?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SiemensAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"siemens\"","tags":["indices"]}},"/index/sierra-wireless":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sierra-wireless index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sierra Wireless Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sierra-wireless?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sierra-wireless?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SierraWireless-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sierra-wireless\"","tags":["indices"]}},"/index/sigmahq-sigma-rules":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sigmahq-sigma-rules index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sigma Rules\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sigmahq-sigma-rules?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sigmahq-sigma-rules?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SigmaRule-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sigmahq-sigma-rules\"","tags":["indices"]}},"/index/singcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the singcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CSA Alerts and Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/singcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/singcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SingCert-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"singcert\"","tags":["indices"]}},"/index/sitecore":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sitecore index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sitecore Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sitecore?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sitecore?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sitecore-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sitecore\"","tags":["indices"]}},"/index/slackware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the slackware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Slackware Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/slackware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/slackware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Slackware-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"slackware\"","tags":["indices"]}},"/index/solarwinds":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the solarwinds index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SolarWinds Security Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/solarwinds?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/solarwinds?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SolarWindsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"solarwinds\"","tags":["indices"]}},"/index/solr":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the solr index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Solr CVE Reports\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/solr?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/solr?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Solr-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"solr\"","tags":["indices"]}},"/index/sonatype":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sonatype index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sonatype Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sonatype?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sonatype?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sonatype-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sonatype\"","tags":["indices"]}},"/index/sonicwall":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sonicwall index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SonicWall Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sonicwall?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sonicwall?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SonicWallAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sonicwall\"","tags":["indices"]}},"/index/spacelabs-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the spacelabs-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Spacelabs Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/spacelabs-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/spacelabs-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SpacelabsHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"spacelabs-healthcare\"","tags":["indices"]}},"/index/splunk":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the splunk index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Splunk Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/splunk?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/splunk?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Splunk-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"splunk\"","tags":["indices"]}},"/index/spring":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the spring index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Spring Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/spring?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/spring?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Spring-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"spring\"","tags":["indices"]}},"/index/ssd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ssd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SSD Secure Disclosure Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ssd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ssd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SSDAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ssd\"","tags":["indices"]}},"/index/stormshield":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the stormshield index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Stormshield Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/stormshield?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/stormshield?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Stormshield-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"stormshield\"","tags":["indices"]}},"/index/stryker":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the stryker index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Stryker Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/stryker?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/stryker?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_StrykerAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"stryker\"","tags":["indices"]}},"/index/sudo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the sudo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Sudo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/sudo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/sudo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Sudo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"sudo\"","tags":["indices"]}},"/index/suse":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the suse index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SUSE Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/suse?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/suse?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Cvrf-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"suse\"","tags":["indices"]}},"/index/suse-security":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the suse-security index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Suse Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/suse-security?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/suse-security?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SuseSecurity-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"suse-security\"","tags":["indices"]}},"/index/swift":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the swift index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Swift packages with package versions\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/swift?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/swift?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_OSSPackage-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"swift\"","tags":["indices"]}},"/index/swisslog-healthcare":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the swisslog-healthcare index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Swisslog Healthcare CVE Disclosures\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/swisslog-healthcare?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/swisslog-healthcare?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SwisslogHealthcareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"swisslog-healthcare\"","tags":["indices"]}},"/index/symfony":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the symfony index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Symfony Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/symfony?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/symfony?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Symfony-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"symfony\"","tags":["indices"]}},"/index/synacktiv":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the synacktiv index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Synacktiv Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/synacktiv?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/synacktiv?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Synacktiv-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"synacktiv\"","tags":["indices"]}},"/index/syncrosoft":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the syncrosoft index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** SyncroSoft Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/syncrosoft?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/syncrosoft?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_SyncroSoft-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"syncrosoft\"","tags":["indices"]}},"/index/synology":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the synology index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Synology Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/synology?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/synology?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Synology-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"synology\"","tags":["indices"]}},"/index/syss":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the syss index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Syss Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/syss?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/syss?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Syss-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"syss\"","tags":["indices"]}},"/index/tailscale":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tailscale index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tailscale Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tailscale?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tailscale?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tailscale-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tailscale\"","tags":["indices"]}},"/index/teamviewer":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the teamviewer index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TeamViewer Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/teamviewer?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/teamviewer?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TeamViewer-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"teamviewer\"","tags":["indices"]}},"/index/tenable-research-advisories":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tenable-research-advisories index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tenable Research Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tenable-research-advisories?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tenable-research-advisories?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TenableResearchAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tenable-research-advisories\"","tags":["indices"]}},"/index/tencent":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tencent index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Tencent Vulnerability Risk Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tencent?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tencent?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tencent-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tencent\"","tags":["indices"]}},"/index/thales":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the thales index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Thales Security Updates\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/thales?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/thales?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Thales-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"thales\"","tags":["indices"]}},"/index/themissinglink":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the themissinglink index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** the missing link Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/themissinglink?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/themissinglink?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TheMissingLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"themissinglink\"","tags":["indices"]}},"/index/thermo-fisher":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the thermo-fisher index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Thermo Fisher Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/thermo-fisher?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/thermo-fisher?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ThermoFisher-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"thermo-fisher\"","tags":["indices"]}},"/index/threat-actors":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the threat-actors index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Threat Actors Data\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/threat-actors?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/threat-actors?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ThreatActorWithExternalObjects-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"threat-actors\"","tags":["indices"]}},"/index/ti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Texas Instruments Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TI-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ti\"","tags":["indices"]}},"/index/tibco":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tibco index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TIBCO Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tibco?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tibco?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Tibco-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tibco\"","tags":["indices"]}},"/index/tp-link":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the tp-link index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** TP-Link Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/tp-link?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/tp-link?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TPLink-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"tp-link\"","tags":["indices"]}},"/index/trane-technology":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trane-technology index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trane Technology Product Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trane-technology?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trane-technology?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TraneTechnology-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trane-technology\"","tags":["indices"]}},"/index/trendmicro":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trendmicro index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trend Micro Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trendmicro?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trendmicro?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TrendMicro-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trendmicro\"","tags":["indices"]}},"/index/trustwave":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the trustwave index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Trustwave Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/trustwave?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/trustwave?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Trustwave-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"trustwave\"","tags":["indices"]}},"/index/twcert":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the twcert index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Taiwan CERT Vulnerability Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/twcert?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/twcert?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_TWCertAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"twcert\"","tags":["indices"]}},"/index/ubiquiti":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ubiquiti index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ubiquiti Security Advisory Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ubiquiti?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ubiquiti?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Ubiquiti-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ubiquiti\"","tags":["indices"]}},"/index/ubuntu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the ubuntu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Ubuntu Security Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/ubuntu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/ubuntu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_UbuntuCVE-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"ubuntu\"","tags":["indices"]}},"/index/unify":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the unify index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Unify Product Security Advisories and Security Notes\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/unify?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/unify?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Unify-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"unify\"","tags":["indices"]}},"/index/unisoc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the unisoc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** UNISOC Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/unisoc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/unisoc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Unisoc-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"unisoc\"","tags":["indices"]}},"/index/usd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the usd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** usd Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/usd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/usd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_USD-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"usd\"","tags":["indices"]}},"/index/usom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the usom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** USOM Security Notices\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/usom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/usom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_USOMAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"usom\"","tags":["indices"]}},"/index/vandyke":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vandyke index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VanDyke Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vandyke?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vandyke?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VanDyke-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vandyke\"","tags":["indices"]}},"/index/vapidlabs":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vapidlabs index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VapidLabs Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vapidlabs?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vapidlabs?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VapidLabsAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vapidlabs\"","tags":["indices"]}},"/index/vc-cpe-dictionary":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vc-cpe-dictionary index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck CPE Dictionary\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vc-cpe-dictionary?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vc-cpe-dictionary?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VCCPEDictionary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vc-cpe-dictionary\"","tags":["indices"]}},"/index/vde":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vde index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VDE CERT Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vde?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vde?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VDEAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vde\"","tags":["indices"]}},"/index/veeam":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the veeam index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Veeam Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/veeam?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/veeam?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Veeam-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"veeam\"","tags":["indices"]}},"/index/veritas":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the veritas index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Veritas Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/veritas?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/veritas?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Veritas-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"veritas\"","tags":["indices"]}},"/index/virtuozzo":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the virtuozzo index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Virtuozzo Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/virtuozzo?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/virtuozzo?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Virtuozzo-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"virtuozzo\"","tags":["indices"]}},"/index/vlc":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vlc index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VLC Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vlc?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vlc?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VLC-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vlc\"","tags":["indices"]}},"/index/vmware":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vmware index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VMWare Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vmware?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vmware?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VMWareAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vmware\"","tags":["indices"]}},"/index/voidsec":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the voidsec index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VoidSec Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/voidsec?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/voidsec?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VoidSec-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"voidsec\"","tags":["indices"]}},"/index/vulncheck":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheck-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck\"","tags":["indices"]}},"/index/vulncheck-canaries":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"src_country","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"dst_country","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries\"","tags":["indices"]}},"/index/vulncheck-canaries-10d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-10d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (10 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-10d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-10d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"src_country","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"dst_country","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-10d\"","tags":["indices"]}},"/index/vulncheck-canaries-30d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-30d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (30 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-30d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-30d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"src_country","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"dst_country","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-30d\"","tags":["indices"]}},"/index/vulncheck-canaries-3d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-3d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (3 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-3d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-3d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"src_country","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"dst_country","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-3d\"","tags":["indices"]}},"/index/vulncheck-canaries-90d":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-canaries-90d index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Canary Intel (90 day)\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-canaries-90d?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-canaries-90d?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"src_country","type":"string"},{"description":"Country code in ISO-3166 format","in":"query","name":"dst_country","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnCheckCanary-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-canaries-90d\"","tags":["indices"]}},"/index/vulncheck-config":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-config index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck Configurations\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-config?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-config?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckConfig-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-config\"","tags":["indices"]}},"/index/vulncheck-cvelist-v5":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-cvelist-v5 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck CVEList V5\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-cvelist-v5?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-cvelist-v5?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckCVEListV5-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-cvelist-v5\"","tags":["indices"]}},"/index/vulncheck-kev":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-kev index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck KEV\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-kev?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-kev?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VulnCheckKEV-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-kev\"","tags":["indices"]}},"/index/vulncheck-nvd":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-nvd index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck NVD\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-nvd?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-nvd?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_CveItemsExtended-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-nvd\"","tags":["indices"]}},"/index/vulncheck-nvd2":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulncheck-nvd2 index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** VulnCheck NVD V2\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulncheck-nvd2?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulncheck-nvd2?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_NVD20CVEExtended-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulncheck-nvd2\"","tags":["indices"]}},"/index/vulnerability-aliases":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulnerability-aliases index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Vulnerability Aliases\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulnerability-aliases?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulnerability-aliases?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_api_VulnerabilityAlias-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulnerability-aliases\"","tags":["indices"]}},"/index/vulnrichment":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vulnrichment index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** CISA Vulnrichment\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vulnrichment?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vulnrichment?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Vulnrichment-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vulnrichment\"","tags":["indices"]}},"/index/vyaire":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the vyaire index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Vyaire Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/vyaire?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/vyaire?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_VYAIREAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"vyaire\"","tags":["indices"]}},"/index/watchguard":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the watchguard index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Watchguard Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/watchguard?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/watchguard?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WatchGuard-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"watchguard\"","tags":["indices"]}},"/index/whatsapp":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the whatsapp index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** WhatsApp Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/whatsapp?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/whatsapp?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WhatsApp-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"whatsapp\"","tags":["indices"]}},"/index/wibu":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wibu index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wibu Systems Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wibu?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wibu?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wibu-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wibu\"","tags":["indices"]}},"/index/wireshark":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wireshark index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wireshark Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wireshark?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wireshark?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wireshark-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wireshark\"","tags":["indices"]}},"/index/with-secure":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the with-secure index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** With Secure Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/with-secure?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/with-secure?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WithSecure-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"with-secure\"","tags":["indices"]}},"/index/wolfi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wolfi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wolfi Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wolfi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wolfi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wolfi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wolfi\"","tags":["indices"]}},"/index/wolfssl":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wolfssl index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** WolfSSL Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wolfssl?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wolfssl?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_WolfSSL-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wolfssl\"","tags":["indices"]}},"/index/wordfence":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the wordfence index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Wordfence Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/wordfence?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/wordfence?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Wordfence-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"wordfence\"","tags":["indices"]}},"/index/xen":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xen index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xen Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xen?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xen?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xen-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xen\"","tags":["indices"]}},"/index/xerox":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xerox index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xerox Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xerox?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xerox?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xerox-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xerox\"","tags":["indices"]}},"/index/xiaomi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xiaomi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xiaomi Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xiaomi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xiaomi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xiaomi-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xiaomi\"","tags":["indices"]}},"/index/xylem":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the xylem index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Xylem Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/xylem?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/xylem?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Xylem-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"xylem\"","tags":["indices"]}},"/index/yamaha":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yamaha index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yamaha Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yamaha?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yamaha?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Yamaha-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yamaha\"","tags":["indices"]}},"/index/yokogawa":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yokogawa index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yokogawa Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yokogawa?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yokogawa?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_YokogawaAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yokogawa\"","tags":["indices"]}},"/index/yubico":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the yubico index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Yubico Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/yubico?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/yubico?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Yubico-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"yubico\"","tags":["indices"]}},"/index/zdi":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zdi index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zero Day Initiative Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zdi?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zdi?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ZeroDayAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zdi\"","tags":["indices"]}},"/index/zebra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zebra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zebra Security Alerts\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zebra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zebra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zebra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zebra\"","tags":["indices"]}},"/index/zeroscience":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zeroscience index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ZeroScience Vulnerabilities\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zeroscience?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zeroscience?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_ZeroScienceAdvisory-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zeroscience\"","tags":["indices"]}},"/index/zimbra":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zimbra index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zimbra Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zimbra?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zimbra?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zimbra-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zimbra\"","tags":["indices"]}},"/index/zoom":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zoom index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zoom Security Bulletins\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zoom?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zoom?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zoom-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zoom\"","tags":["indices"]}},"/index/zscaler":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zscaler index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zscaler Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zscaler?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zscaler?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zscaler-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zscaler\"","tags":["indices"]}},"/index/zuso":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zuso index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** ZUSO Vulnerability Notifications\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zuso?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zuso?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zuso-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zuso\"","tags":["indices"]}},"/index/zyxel":{"get":{"description":"### Overview\nThis endpoint allows you to retrieve a paginated list of all documents from the zyxel index. \\\nBy default, a maximum of 100 documents are shown per page.\n\n**Index Description:** Zyxel Security Advisories\n\n### Paging Over Large Data (cursor)\nIn order to allow users to iterate over large index datasets, this endpoint provides a server-side\n\"cursor\" mechanism. To use the cursor, first call `GET /index/zyxel?start_cursor`, the response will\nhave a `next_cursor` id that clients will need to pass as a query parameter to the next request like\n`GET /index/zyxel?cursor=\u003cnext_cursor_id\u003e`\n","parameters":[{"description":"set the page number of the response","in":"query","name":"page","type":"integer"},{"description":"limit the number of findings in the response","in":"query","name":"limit","type":"integer"},{"description":"continue server-side paging using a cursor id","in":"query","name":"cursor","type":"string"},{"description":"request server-side paging","enum":["true"],"in":"query","name":"start_cursor","type":"string"},{"description":"Specify a CVE ID to search with.","in":"query","name":"cve","type":"string"},{"description":"Specify a vulnerability alias to search with.","in":"query","name":"alias","type":"string"},{"description":"Specify an IAVA ID to search with.","in":"query","name":"iava","type":"string"},{"description":"Specify a JVNDB ID to search with.","in":"query","name":"jvndb","type":"string"},{"description":"Specify an ILVN ID to search with.","in":"query","name":"ilvn","type":"string"},{"description":"Specify a threat actor name to search with.","in":"query","name":"threat_actor","type":"string"},{"description":"Specify a MITRE ID to search with.","in":"query","name":"mitre_id","type":"string"},{"description":"Specify a MISP ID to search with.","in":"query","name":"misp_id","type":"string"},{"description":"Specify a ransomeware family name to search with.","in":"query","name":"ransomware","type":"string"},{"description":"Specify a botnet name to search with.","in":"query","name":"botnet","type":"string"},{"description":"Specify a published date","in":"query","name":"published","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"date","type":"string"},{"description":"Specify a starting 'updated-at' date to filter with.","in":"query","name":"updatedAtStartDate","type":"string"},{"description":"Specify an ending 'updated-at' date to filter with.","in":"query","name":"updatedAtEndDate","type":"string"},{"description":"Specify a starting last modified date to filter with.","in":"query","name":"lastModStartDate","type":"string"},{"description":"Specify an ending last modified date to filter with.","in":"query","name":"lastModEndDate","type":"string"},{"description":"Specify a starting published date to filter with.","in":"query","name":"pubStartDate","type":"string"},{"description":"Specify an ending published date to filter with.","in":"query","name":"pubEndDate","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-array_advisory_Zyxel-paginate_Pagination"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return vulnerability data stored in index \"zyxel\"","tags":["indices"]}},"/openapi":{"get":{"description":"Return the VulnCheck API (v3) OpenAPI specification","produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"additionalProperties":true,"type":"object"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Return OpenAPI specification","tags":["endpoints"]}},"/pdns/vulncheck-c2":{"get":{"description":"Retrieve a list of hostnames, identified as running Command \u0026 Control infrastructure.","parameters":[{"description":"Format of the Hostnames in the response (Defaults To: text)","enum":["txt","json","text"],"in":"query","name":"format","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of C2 Hostnames","tags":["endpoints"]}},"/purl":{"get":{"description":"Based on the specified PURL, this endpoint will return a list of vulnerabilities that are related to the package. We currently support hex, golang, hackage, npm, and pypi","parameters":[{"description":"URL string used to identify and locate a software package","in":"query","name":"purl","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/render.ResponseWithMetadata-v3controllers_PurlResponseData-v3controllers_PurlResponseMetadata"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Request vulnerabilities related to a PURL","tags":["endpoints"]}},"/rules/initial-access/{type}":{"get":{"description":"Retrieve set of initial-access detection rules by type","parameters":[{"description":"Type of ruleset to retrieve","enum":["snort","suricata"],"in":"path","name":"type","required":true,"type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve set of initial-access detection rules","tags":["endpoints"]}},"/tags/vulncheck-c2":{"get":{"description":"Retrieve a list of IP addresses, identified as running Command \u0026 Control infrastructure","parameters":[{"description":"Format of the IP Addresses in the response (Defaults To: text)","enum":["txt","json","text"],"in":"query","name":"format","type":"string"}],"produces":["application/json"],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"Not Found","schema":{"type":"string"}},"500":{"description":"Internal Server Error","schema":{"type":"string"}}},"security":[{"Bearer":[]}],"summary":"Retrieve a list of C2 IP addresses","tags":["endpoints"]}}},"securityDefinitions":{"Bearer":{"in":"header","name":"Authorization","type":"apiKey"}},"swagger":"2.0"} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7647474..b37d2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vulncheck_sdk" -version = "0.0.30" +version = "0.0.31" description = "VulnCheck API" authors = [ {name = "VulnCheck API Support",email = "support@vulncheck.com"}, diff --git a/python-generator-config.yaml b/python-generator-config.yaml index 4dd51f4..97e42ad 100644 --- a/python-generator-config.yaml +++ b/python-generator-config.yaml @@ -2,4 +2,4 @@ additionalProperties: projectName: "vulncheck-sdk" packageName: "vulncheck_sdk" packageUrl: "https://github.com/vulncheck-oss/sdk-python/tree/main" - packageVersion: "0.0.30" + packageVersion: "0.0.31" diff --git a/setup.py b/setup.py index 423fa92..0f20d1d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "vulncheck-sdk" -VERSION = "0.0.30" +VERSION = "0.0.31" PYTHON_REQUIRES = ">= 3.9" REQUIRES = [ "urllib3 >= 2.1.0, < 3.0.0", diff --git a/test/test_advisory_adp.py b/test/test_advisory_adp.py index d98945b..8ae2ff0 100644 --- a/test/test_advisory_adp.py +++ b/test/test_advisory_adp.py @@ -44,11 +44,12 @@ def make_instance(self, include_optional) -> AdvisoryADP: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( diff --git a/test/test_advisory_adp_container.py b/test/test_advisory_adp_container.py index a98dc42..2bc34a6 100644 --- a/test/test_advisory_adp_container.py +++ b/test/test_advisory_adp_container.py @@ -44,11 +44,12 @@ def make_instance(self, include_optional) -> AdvisoryADPContainer: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -113,16 +114,16 @@ def make_instance(self, include_optional) -> AdvisoryADPContainer: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -137,7 +138,12 @@ def make_instance(self, include_optional) -> AdvisoryADPContainer: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes( diff --git a/test/test_advisory_csaf.py b/test/test_advisory_csaf.py index abdb819..80b7ae5 100644 --- a/test/test_advisory_csaf.py +++ b/test/test_advisory_csaf.py @@ -88,9 +88,7 @@ def make_instance(self, include_optional) -> AdvisoryCSAF: product = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), relationships = [ vulncheck_sdk.models.advisory/csaf_relationship.advisory.CSAFRelationship( category = '', diff --git a/test/test_advisory_csaf_relationship.py b/test/test_advisory_csaf_relationship.py index 39d815f..9a08144 100644 --- a/test/test_advisory_csaf_relationship.py +++ b/test/test_advisory_csaf_relationship.py @@ -40,9 +40,7 @@ def make_instance(self, include_optional) -> AdvisoryCSAFRelationship: full_product_name = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), product_reference = '', relates_to_product_reference = '' ) diff --git a/test/test_advisory_m_affected.py b/test/test_advisory_m_affected.py index 1a2b88e..4559885 100644 --- a/test/test_advisory_m_affected.py +++ b/test/test_advisory_m_affected.py @@ -42,11 +42,12 @@ def make_instance(self, include_optional) -> AdvisoryMAffected: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( diff --git a/test/test_advisory_m_cna.py b/test/test_advisory_m_cna.py index bd108fd..5988f12 100644 --- a/test/test_advisory_m_cna.py +++ b/test/test_advisory_m_cna.py @@ -44,11 +44,12 @@ def make_instance(self, include_optional) -> AdvisoryMCna: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -138,16 +139,16 @@ def make_instance(self, include_optional) -> AdvisoryMCna: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -162,7 +163,12 @@ def make_instance(self, include_optional) -> AdvisoryMCna: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes( diff --git a/test/test_advisory_m_containers.py b/test/test_advisory_m_containers.py index 058d7be..237dd7d 100644 --- a/test/test_advisory_m_containers.py +++ b/test/test_advisory_m_containers.py @@ -46,11 +46,12 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -110,16 +111,16 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -134,7 +135,12 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() @@ -162,11 +168,12 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -251,16 +258,16 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -275,7 +282,12 @@ def make_instance(self, include_optional) -> AdvisoryMContainers: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_advisory_m_cvss_v40.py b/test/test_advisory_m_cvss_v40.py index 36adbd6..d32272b 100644 --- a/test/test_advisory_m_cvss_v40.py +++ b/test/test_advisory_m_cvss_v40.py @@ -36,16 +36,16 @@ def make_instance(self, include_optional) -> AdvisoryMCvssV40: model = AdvisoryMCvssV40() if include_optional: return AdvisoryMCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', diff --git a/test/test_advisory_metric.py b/test/test_advisory_metric.py index 9ff0366..e7b01d5 100644 --- a/test/test_advisory_metric.py +++ b/test/test_advisory_metric.py @@ -73,16 +73,16 @@ def make_instance(self, include_optional) -> AdvisoryMetric: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -97,7 +97,12 @@ def make_instance(self, include_optional) -> AdvisoryMetric: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ] ) else: return AdvisoryMetric( diff --git a/test/test_advisory_metric_scenario.py b/test/test_advisory_metric_scenario.py new file mode 100644 index 0000000..2b43e5a --- /dev/null +++ b/test/test_advisory_metric_scenario.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from vulncheck_sdk.models.advisory_metric_scenario import AdvisoryMetricScenario + +class TestAdvisoryMetricScenario(unittest.TestCase): + """AdvisoryMetricScenario unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AdvisoryMetricScenario: + """Test AdvisoryMetricScenario + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AdvisoryMetricScenario` + """ + model = AdvisoryMetricScenario() + if include_optional: + return AdvisoryMetricScenario( + lang = '', + value = '' + ) + else: + return AdvisoryMetricScenario( + ) + """ + + def testAdvisoryMetricScenario(self): + """Test AdvisoryMetricScenario""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_advisory_mitre_cve_list_v5.py b/test/test_advisory_mitre_cve_list_v5.py index 824873b..615e740 100644 --- a/test/test_advisory_mitre_cve_list_v5.py +++ b/test/test_advisory_mitre_cve_list_v5.py @@ -52,11 +52,12 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -116,16 +117,16 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -140,7 +141,12 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_advisory_mitre_cve_list_v5_ref.py b/test/test_advisory_mitre_cve_list_v5_ref.py index 5f9072d..12a5d25 100644 --- a/test/test_advisory_mitre_cve_list_v5_ref.py +++ b/test/test_advisory_mitre_cve_list_v5_ref.py @@ -47,11 +47,12 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5Ref: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -111,16 +112,16 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5Ref: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -135,7 +136,12 @@ def make_instance(self, include_optional) -> AdvisoryMitreCVEListV5Ref: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_advisory_product.py b/test/test_advisory_product.py index 3a6651e..4c261b7 100644 --- a/test/test_advisory_product.py +++ b/test/test_advisory_product.py @@ -38,9 +38,7 @@ def make_instance(self, include_optional) -> AdvisoryProduct: return AdvisoryProduct( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - } + product_identification_helper = { } ) else: return AdvisoryProduct( diff --git a/test/test_advisory_product_branch.py b/test/test_advisory_product_branch.py index 6d24791..f397acd 100644 --- a/test/test_advisory_product_branch.py +++ b/test/test_advisory_product_branch.py @@ -43,18 +43,14 @@ def make_instance(self, include_optional) -> AdvisoryProductBranch: product = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), relationships = [ vulncheck_sdk.models.advisory/csaf_relationship.advisory.CSAFRelationship( category = '', full_product_name = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), product_reference = '', relates_to_product_reference = '', ) ], ) @@ -64,18 +60,14 @@ def make_instance(self, include_optional) -> AdvisoryProductBranch: product = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), relationships = [ vulncheck_sdk.models.advisory/csaf_relationship.advisory.CSAFRelationship( category = '', full_product_name = vulncheck_sdk.models.advisory/product.advisory.Product( name = '', product_id = '', - product_identification_helper = { - 'key' : '' - }, ), + product_identification_helper = { }, ), product_reference = '', relates_to_product_reference = '', ) ] diff --git a/test/test_advisory_vde_advisory.py b/test/test_advisory_vde_advisory.py index fdc6b6c..9bd52ec 100644 --- a/test/test_advisory_vde_advisory.py +++ b/test/test_advisory_vde_advisory.py @@ -36,6 +36,105 @@ def make_instance(self, include_optional) -> AdvisoryVDEAdvisory: model = AdvisoryVDEAdvisory() if include_optional: return AdvisoryVDEAdvisory( + csaf_json = vulncheck_sdk.models.advisory/csaf.advisory.CSAF( + document = vulncheck_sdk.models.document.document(), + notes = [ + vulncheck_sdk.models.advisory/csaf_note.advisory.CSAFNote( + audience = '', + category = '', + text = '', + title = '', ) + ], + product_tree = vulncheck_sdk.models.product_tree.product_tree(), + vulnerabilities = [ + vulncheck_sdk.models.advisory/csaf_vulnerability.advisory.CSAFVulnerability( + cve = '', + cwe = vulncheck_sdk.models.advisory/cwe.advisory.Cwe( + id = '', + name = '', ), + flags = [ + vulncheck_sdk.models.advisory/flag.advisory.Flag( + date = '', + group_ids = [ + '' + ], + label = '', + product_ids = [ + '' + ], ) + ], + ids = [ + vulncheck_sdk.models.advisory/tracking_id.advisory.TrackingID( + system_name = '', + text = '', ) + ], + product_status = { + 'key' : [ + '' + ] + }, + references = [ + vulncheck_sdk.models.advisory/csaf_reference.advisory.CSAFReference( + category = '', + summary = '', + url = '', ) + ], + release_date = '', + remediations = [ + vulncheck_sdk.models.advisory/remediation_data.advisory.RemediationData( + category = '', + date = '', + details = '', + entitlements = [ + '' + ], + restart_required = vulncheck_sdk.models.advisory/restart_data.advisory.RestartData( + category = '', + details = '', ), ) + ], + scores = [ + vulncheck_sdk.models.advisory/csaf_score.advisory.CSAFScore( + cvss_v2 = vulncheck_sdk.models.advisory/cvssv2.advisory.CVSSV2( + access_complexity = '', + access_vector = '', + authentication = '', + availability_impact = '', + availability_requirement = '', + base_score = 1.337, + collateral_damage_potential = '', + confidentiality_impact = '', + confidentiality_requirement = '', + environmental_score = 1.337, + exploitability = '', + integrity_impact = '', + integrity_requirement = '', + remediation_level = '', + report_confidence = '', + target_distribution = '', + temporal_score = 1.337, ), + cvss_v3 = vulncheck_sdk.models.advisory/cvssv3.advisory.CVSSV3( + attack_complexity = '', + attack_vector = '', + availability_impact = '', + base_score = 1.337, + base_severity = '', + confidentiality_impact = '', + integrity_impact = '', + privileges_required = '', + scope = '', + user_interaction = '', + vector_string = '', + version = '', ), + products = [ + '' + ], ) + ], + threats = [ + vulncheck_sdk.models.advisory/threat_data.advisory.ThreatData( + category = '', + details = '', ) + ], ) + ], ), cve = [ '' ], diff --git a/test/test_advisory_vuln_check_cve_list_v5.py b/test/test_advisory_vuln_check_cve_list_v5.py index 6d15daa..55f34bd 100644 --- a/test/test_advisory_vuln_check_cve_list_v5.py +++ b/test/test_advisory_vuln_check_cve_list_v5.py @@ -52,11 +52,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnCheckCVEListV5: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -116,16 +117,16 @@ def make_instance(self, include_optional) -> AdvisoryVulnCheckCVEListV5: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -140,7 +141,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnCheckCVEListV5: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_advisory_vulnrichment.py b/test/test_advisory_vulnrichment.py index 28b2ebf..6b5f773 100644 --- a/test/test_advisory_vulnrichment.py +++ b/test/test_advisory_vulnrichment.py @@ -52,11 +52,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichment: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( diff --git a/test/test_advisory_vulnrichment_containers.py b/test/test_advisory_vulnrichment_containers.py index 56408c3..efaa4c3 100644 --- a/test/test_advisory_vulnrichment_containers.py +++ b/test/test_advisory_vulnrichment_containers.py @@ -46,11 +46,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichmentContainers: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -91,11 +92,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichmentContainers: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -180,16 +182,16 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichmentContainers: vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -204,7 +206,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichmentContainers: format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_advisory_vulnrichment_cve_ref.py b/test/test_advisory_vulnrichment_cve_ref.py index 28e7085..5d7fbdf 100644 --- a/test/test_advisory_vulnrichment_cve_ref.py +++ b/test/test_advisory_vulnrichment_cve_ref.py @@ -47,11 +47,12 @@ def make_instance(self, include_optional) -> AdvisoryVulnrichmentCVERef: ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( diff --git a/test/test_render_response_with_metadata_array_advisory_mitre_cve_list_v5_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_mitre_cve_list_v5_paginate_pagination.py index ced4b8c..7e7a7a2 100644 --- a/test/test_render_response_with_metadata_array_advisory_mitre_cve_list_v5_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_mitre_cve_list_v5_paginate_pagination.py @@ -89,11 +89,12 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -153,16 +154,16 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -177,7 +178,12 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_render_response_with_metadata_array_advisory_vde_advisory_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_vde_advisory_paginate_pagination.py index 4427e3a..04cbfa3 100644 --- a/test/test_render_response_with_metadata_array_advisory_vde_advisory_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_vde_advisory_paginate_pagination.py @@ -73,6 +73,105 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], ), data = [ vulncheck_sdk.models.advisory/vde_advisory.advisory.VDEAdvisory( + csaf_json = vulncheck_sdk.models.advisory/csaf.advisory.CSAF( + document = vulncheck_sdk.models.document.document(), + notes = [ + vulncheck_sdk.models.advisory/csaf_note.advisory.CSAFNote( + audience = '', + category = '', + text = '', + title = '', ) + ], + product_tree = vulncheck_sdk.models.product_tree.product_tree(), + vulnerabilities = [ + vulncheck_sdk.models.advisory/csaf_vulnerability.advisory.CSAFVulnerability( + cve = '', + cwe = vulncheck_sdk.models.advisory/cwe.advisory.Cwe( + id = '', + name = '', ), + flags = [ + vulncheck_sdk.models.advisory/flag.advisory.Flag( + date = '', + group_ids = [ + '' + ], + label = '', + product_ids = [ + '' + ], ) + ], + ids = [ + vulncheck_sdk.models.advisory/tracking_id.advisory.TrackingID( + system_name = '', + text = '', ) + ], + product_status = { + 'key' : [ + '' + ] + }, + references = [ + vulncheck_sdk.models.advisory/csaf_reference.advisory.CSAFReference( + category = '', + summary = '', + url = '', ) + ], + release_date = '', + remediations = [ + vulncheck_sdk.models.advisory/remediation_data.advisory.RemediationData( + category = '', + date = '', + details = '', + entitlements = [ + '' + ], + restart_required = vulncheck_sdk.models.advisory/restart_data.advisory.RestartData( + category = '', + details = '', ), ) + ], + scores = [ + vulncheck_sdk.models.advisory/csaf_score.advisory.CSAFScore( + cvss_v2 = vulncheck_sdk.models.advisory/cvssv2.advisory.CVSSV2( + access_complexity = '', + access_vector = '', + authentication = '', + availability_impact = '', + availability_requirement = '', + base_score = 1.337, + collateral_damage_potential = '', + confidentiality_impact = '', + confidentiality_requirement = '', + environmental_score = 1.337, + exploitability = '', + integrity_impact = '', + integrity_requirement = '', + remediation_level = '', + report_confidence = '', + target_distribution = '', + temporal_score = 1.337, ), + cvss_v3 = vulncheck_sdk.models.advisory/cvssv3.advisory.CVSSV3( + attack_complexity = '', + attack_vector = '', + availability_impact = '', + base_score = 1.337, + base_severity = '', + confidentiality_impact = '', + integrity_impact = '', + privileges_required = '', + scope = '', + user_interaction = '', + vector_string = '', + version = '', ), + products = [ + '' + ], ) + ], + threats = [ + vulncheck_sdk.models.advisory/threat_data.advisory.ThreatData( + category = '', + details = '', ) + ], ) + ], ), cve = [ '' ], diff --git a/test/test_render_response_with_metadata_array_advisory_vuln_check_cve_list_v5_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_vuln_check_cve_list_v5_paginate_pagination.py index 386de74..f967b31 100644 --- a/test/test_render_response_with_metadata_array_advisory_vuln_check_cve_list_v5_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_vuln_check_cve_list_v5_paginate_pagination.py @@ -89,11 +89,12 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( @@ -153,16 +154,16 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi vector_string = '', version = '', ), cvss_v4_0 = vulncheck_sdk.models.advisory/m_cvss_v40.advisory.MCvssV40( - automatable = '', - recovery = '', - safety = '', attack_complexity = '', attack_requirements = '', attack_vector = '', + automatable = '', base_score = 1.337, base_severity = '', privileges_required = '', provider_urgency = '', + recovery = '', + safety = '', sub_availability_impact = '', sub_confidentiality_impact = '', sub_integrity_impact = '', @@ -177,7 +178,12 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi format = '', other = vulncheck_sdk.models.advisory/metrics_other.advisory.MetricsOther( content = vulncheck_sdk.models.content.content(), - type = '', ), ) + type = '', ), + scenarios = [ + vulncheck_sdk.models.advisory/metric_scenario.advisory.MetricScenario( + lang = '', + value = '', ) + ], ) ], problem_types = [ vulncheck_sdk.models.advisory/m_problem_types.advisory.MProblemTypes() diff --git a/test/test_render_response_with_metadata_array_advisory_vulnrichment_paginate_pagination.py b/test/test_render_response_with_metadata_array_advisory_vulnrichment_paginate_pagination.py index 2d97814..39fa081 100644 --- a/test/test_render_response_with_metadata_array_advisory_vulnrichment_paginate_pagination.py +++ b/test/test_render_response_with_metadata_array_advisory_vulnrichment_paginate_pagination.py @@ -89,11 +89,12 @@ def make_instance(self, include_optional) -> RenderResponseWithMetadataArrayAdvi ], default_status = '', package_name = '', + package_url = '', platforms = [ '' ], product = '', - repos = '', + repo = '', vendor = '', versions = [ vulncheck_sdk.models.advisory/m_version.advisory.MVersion( diff --git a/vulncheck_sdk/__init__.py b/vulncheck_sdk/__init__.py index e8377a9..d7c18c3 100644 --- a/vulncheck_sdk/__init__.py +++ b/vulncheck_sdk/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.0.30" +__version__ = "0.0.31" # Define package exports __all__ = [ @@ -435,6 +435,7 @@ "AdvisoryMetaData", "AdvisoryMetasploitExploit", "AdvisoryMetric", + "AdvisoryMetricScenario", "AdvisoryMetricsOther", "AdvisoryMicrosoftCVRF", "AdvisoryMicrosoftKb", @@ -1747,6 +1748,7 @@ from vulncheck_sdk.models.advisory_meta_data import AdvisoryMetaData as AdvisoryMetaData from vulncheck_sdk.models.advisory_metasploit_exploit import AdvisoryMetasploitExploit as AdvisoryMetasploitExploit from vulncheck_sdk.models.advisory_metric import AdvisoryMetric as AdvisoryMetric +from vulncheck_sdk.models.advisory_metric_scenario import AdvisoryMetricScenario as AdvisoryMetricScenario from vulncheck_sdk.models.advisory_metrics_other import AdvisoryMetricsOther as AdvisoryMetricsOther from vulncheck_sdk.models.advisory_microsoft_cvrf import AdvisoryMicrosoftCVRF as AdvisoryMicrosoftCVRF from vulncheck_sdk.models.advisory_microsoft_kb import AdvisoryMicrosoftKb as AdvisoryMicrosoftKb diff --git a/vulncheck_sdk/api/indices_api.py b/vulncheck_sdk/api/indices_api.py index 29e50ba..edfeb11 100644 --- a/vulncheck_sdk/api/indices_api.py +++ b/vulncheck_sdk/api/indices_api.py @@ -281182,16 +281182,9 @@ def index_vulncheck_canaries10d_get( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -281227,26 +281220,12 @@ def index_vulncheck_canaries10d_get( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -281291,16 +281270,9 @@ def index_vulncheck_canaries10d_get( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -281339,16 +281311,9 @@ def index_vulncheck_canaries10d_get_with_http_info( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -281384,26 +281349,12 @@ def index_vulncheck_canaries10d_get_with_http_info( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -281448,16 +281399,9 @@ def index_vulncheck_canaries10d_get_with_http_info( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -281496,16 +281440,9 @@ def index_vulncheck_canaries10d_get_without_preload_content( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -281541,26 +281478,12 @@ def index_vulncheck_canaries10d_get_without_preload_content( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -281605,16 +281528,9 @@ def index_vulncheck_canaries10d_get_without_preload_content( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -281648,16 +281564,9 @@ def _index_vulncheck_canaries10d_get_serialize( cursor, start_cursor, cve, - alias, - iava, - jvndb, - ilvn, - threat_actor, - mitre_id, - misp_id, - ransomware, - botnet, published, + src_country, + dst_country, var_date, var_date2, updated_at_start_date, @@ -281708,45 +281617,17 @@ def _index_vulncheck_canaries10d_get_serialize( _query_params.append(('cve', cve)) - if alias is not None: - - _query_params.append(('alias', alias)) - - if iava is not None: - - _query_params.append(('iava', iava)) - - if jvndb is not None: - - _query_params.append(('jvndb', jvndb)) - - if ilvn is not None: - - _query_params.append(('ilvn', ilvn)) - - if threat_actor is not None: - - _query_params.append(('threat_actor', threat_actor)) - - if mitre_id is not None: - - _query_params.append(('mitre_id', mitre_id)) - - if misp_id is not None: - - _query_params.append(('misp_id', misp_id)) - - if ransomware is not None: + if published is not None: - _query_params.append(('ransomware', ransomware)) + _query_params.append(('published', published)) - if botnet is not None: + if src_country is not None: - _query_params.append(('botnet', botnet)) + _query_params.append(('src_country', src_country)) - if published is not None: + if dst_country is not None: - _query_params.append(('published', published)) + _query_params.append(('dst_country', dst_country)) if var_date is not None: @@ -281825,16 +281706,9 @@ def index_vulncheck_canaries30d_get( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -281870,26 +281744,12 @@ def index_vulncheck_canaries30d_get( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -281934,16 +281794,9 @@ def index_vulncheck_canaries30d_get( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -281982,16 +281835,9 @@ def index_vulncheck_canaries30d_get_with_http_info( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -282027,26 +281873,12 @@ def index_vulncheck_canaries30d_get_with_http_info( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -282091,16 +281923,9 @@ def index_vulncheck_canaries30d_get_with_http_info( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -282139,16 +281964,9 @@ def index_vulncheck_canaries30d_get_without_preload_content( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -282184,26 +282002,12 @@ def index_vulncheck_canaries30d_get_without_preload_content( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -282248,16 +282052,9 @@ def index_vulncheck_canaries30d_get_without_preload_content( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -282291,16 +282088,9 @@ def _index_vulncheck_canaries30d_get_serialize( cursor, start_cursor, cve, - alias, - iava, - jvndb, - ilvn, - threat_actor, - mitre_id, - misp_id, - ransomware, - botnet, published, + src_country, + dst_country, var_date, var_date2, updated_at_start_date, @@ -282351,45 +282141,17 @@ def _index_vulncheck_canaries30d_get_serialize( _query_params.append(('cve', cve)) - if alias is not None: - - _query_params.append(('alias', alias)) - - if iava is not None: - - _query_params.append(('iava', iava)) - - if jvndb is not None: - - _query_params.append(('jvndb', jvndb)) - - if ilvn is not None: - - _query_params.append(('ilvn', ilvn)) - - if threat_actor is not None: - - _query_params.append(('threat_actor', threat_actor)) - - if mitre_id is not None: - - _query_params.append(('mitre_id', mitre_id)) - - if misp_id is not None: - - _query_params.append(('misp_id', misp_id)) - - if ransomware is not None: + if published is not None: - _query_params.append(('ransomware', ransomware)) + _query_params.append(('published', published)) - if botnet is not None: + if src_country is not None: - _query_params.append(('botnet', botnet)) + _query_params.append(('src_country', src_country)) - if published is not None: + if dst_country is not None: - _query_params.append(('published', published)) + _query_params.append(('dst_country', dst_country)) if var_date is not None: @@ -282468,16 +282230,9 @@ def index_vulncheck_canaries3d_get( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -282513,26 +282268,12 @@ def index_vulncheck_canaries3d_get( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -282577,16 +282318,9 @@ def index_vulncheck_canaries3d_get( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -282625,16 +282359,9 @@ def index_vulncheck_canaries3d_get_with_http_info( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -282670,26 +282397,12 @@ def index_vulncheck_canaries3d_get_with_http_info( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -282734,16 +282447,9 @@ def index_vulncheck_canaries3d_get_with_http_info( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -282782,16 +282488,9 @@ def index_vulncheck_canaries3d_get_without_preload_content( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -282827,26 +282526,12 @@ def index_vulncheck_canaries3d_get_without_preload_content( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -282891,16 +282576,9 @@ def index_vulncheck_canaries3d_get_without_preload_content( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -282934,16 +282612,9 @@ def _index_vulncheck_canaries3d_get_serialize( cursor, start_cursor, cve, - alias, - iava, - jvndb, - ilvn, - threat_actor, - mitre_id, - misp_id, - ransomware, - botnet, published, + src_country, + dst_country, var_date, var_date2, updated_at_start_date, @@ -282994,45 +282665,17 @@ def _index_vulncheck_canaries3d_get_serialize( _query_params.append(('cve', cve)) - if alias is not None: - - _query_params.append(('alias', alias)) - - if iava is not None: - - _query_params.append(('iava', iava)) - - if jvndb is not None: - - _query_params.append(('jvndb', jvndb)) - - if ilvn is not None: - - _query_params.append(('ilvn', ilvn)) - - if threat_actor is not None: - - _query_params.append(('threat_actor', threat_actor)) - - if mitre_id is not None: - - _query_params.append(('mitre_id', mitre_id)) - - if misp_id is not None: - - _query_params.append(('misp_id', misp_id)) - - if ransomware is not None: + if published is not None: - _query_params.append(('ransomware', ransomware)) + _query_params.append(('published', published)) - if botnet is not None: + if src_country is not None: - _query_params.append(('botnet', botnet)) + _query_params.append(('src_country', src_country)) - if published is not None: + if dst_country is not None: - _query_params.append(('published', published)) + _query_params.append(('dst_country', dst_country)) if var_date is not None: @@ -283111,16 +282754,9 @@ def index_vulncheck_canaries90d_get( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -283156,26 +282792,12 @@ def index_vulncheck_canaries90d_get( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -283220,16 +282842,9 @@ def index_vulncheck_canaries90d_get( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -283268,16 +282883,9 @@ def index_vulncheck_canaries90d_get_with_http_info( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -283313,26 +282921,12 @@ def index_vulncheck_canaries90d_get_with_http_info( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -283377,16 +282971,9 @@ def index_vulncheck_canaries90d_get_with_http_info( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -283425,16 +283012,9 @@ def index_vulncheck_canaries90d_get_without_preload_content( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -283470,26 +283050,12 @@ def index_vulncheck_canaries90d_get_without_preload_content( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -283534,16 +283100,9 @@ def index_vulncheck_canaries90d_get_without_preload_content( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -283577,16 +283136,9 @@ def _index_vulncheck_canaries90d_get_serialize( cursor, start_cursor, cve, - alias, - iava, - jvndb, - ilvn, - threat_actor, - mitre_id, - misp_id, - ransomware, - botnet, published, + src_country, + dst_country, var_date, var_date2, updated_at_start_date, @@ -283637,45 +283189,17 @@ def _index_vulncheck_canaries90d_get_serialize( _query_params.append(('cve', cve)) - if alias is not None: - - _query_params.append(('alias', alias)) - - if iava is not None: - - _query_params.append(('iava', iava)) - - if jvndb is not None: - - _query_params.append(('jvndb', jvndb)) - - if ilvn is not None: - - _query_params.append(('ilvn', ilvn)) - - if threat_actor is not None: - - _query_params.append(('threat_actor', threat_actor)) - - if mitre_id is not None: - - _query_params.append(('mitre_id', mitre_id)) - - if misp_id is not None: - - _query_params.append(('misp_id', misp_id)) - - if ransomware is not None: + if published is not None: - _query_params.append(('ransomware', ransomware)) + _query_params.append(('published', published)) - if botnet is not None: + if src_country is not None: - _query_params.append(('botnet', botnet)) + _query_params.append(('src_country', src_country)) - if published is not None: + if dst_country is not None: - _query_params.append(('published', published)) + _query_params.append(('dst_country', dst_country)) if var_date is not None: @@ -283754,16 +283278,9 @@ def index_vulncheck_canaries_get( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -283799,26 +283316,12 @@ def index_vulncheck_canaries_get( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -283863,16 +283366,9 @@ def index_vulncheck_canaries_get( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -283911,16 +283407,9 @@ def index_vulncheck_canaries_get_with_http_info( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -283956,26 +283445,12 @@ def index_vulncheck_canaries_get_with_http_info( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -284020,16 +283495,9 @@ def index_vulncheck_canaries_get_with_http_info( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -284068,16 +283536,9 @@ def index_vulncheck_canaries_get_without_preload_content( cursor: Annotated[Optional[StrictStr], Field(description="continue server-side paging using a cursor id")] = None, start_cursor: Annotated[Optional[StrictStr], Field(description="request server-side paging")] = None, cve: Annotated[Optional[StrictStr], Field(description="Specify a CVE ID to search with.")] = None, - alias: Annotated[Optional[StrictStr], Field(description="Specify a vulnerability alias to search with.")] = None, - iava: Annotated[Optional[StrictStr], Field(description="Specify an IAVA ID to search with.")] = None, - jvndb: Annotated[Optional[StrictStr], Field(description="Specify a JVNDB ID to search with.")] = None, - ilvn: Annotated[Optional[StrictStr], Field(description="Specify an ILVN ID to search with.")] = None, - threat_actor: Annotated[Optional[StrictStr], Field(description="Specify a threat actor name to search with.")] = None, - mitre_id: Annotated[Optional[StrictStr], Field(description="Specify a MITRE ID to search with.")] = None, - misp_id: Annotated[Optional[StrictStr], Field(description="Specify a MISP ID to search with.")] = None, - ransomware: Annotated[Optional[StrictStr], Field(description="Specify a ransomeware family name to search with.")] = None, - botnet: Annotated[Optional[StrictStr], Field(description="Specify a botnet name to search with.")] = None, published: Annotated[Optional[StrictStr], Field(description="Specify a published date")] = None, + src_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, + dst_country: Annotated[Optional[StrictStr], Field(description="Country code in ISO-3166 format")] = None, var_date: Annotated[Optional[StrictStr], Field(description="Specify a starting published date to filter with.")] = None, var_date2: Annotated[Optional[StrictStr], Field(description="Specify an ending published date to filter with.")] = None, updated_at_start_date: Annotated[Optional[StrictStr], Field(description="Specify a starting 'updated-at' date to filter with.")] = None, @@ -284113,26 +283574,12 @@ def index_vulncheck_canaries_get_without_preload_content( :type start_cursor: str :param cve: Specify a CVE ID to search with. :type cve: str - :param alias: Specify a vulnerability alias to search with. - :type alias: str - :param iava: Specify an IAVA ID to search with. - :type iava: str - :param jvndb: Specify a JVNDB ID to search with. - :type jvndb: str - :param ilvn: Specify an ILVN ID to search with. - :type ilvn: str - :param threat_actor: Specify a threat actor name to search with. - :type threat_actor: str - :param mitre_id: Specify a MITRE ID to search with. - :type mitre_id: str - :param misp_id: Specify a MISP ID to search with. - :type misp_id: str - :param ransomware: Specify a ransomeware family name to search with. - :type ransomware: str - :param botnet: Specify a botnet name to search with. - :type botnet: str :param published: Specify a published date :type published: str + :param src_country: Country code in ISO-3166 format + :type src_country: str + :param dst_country: Country code in ISO-3166 format + :type dst_country: str :param var_date: Specify a starting published date to filter with. :type var_date: str :param var_date2: Specify an ending published date to filter with. @@ -284177,16 +283624,9 @@ def index_vulncheck_canaries_get_without_preload_content( cursor=cursor, start_cursor=start_cursor, 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, + src_country=src_country, + dst_country=dst_country, var_date=var_date, var_date2=var_date2, updated_at_start_date=updated_at_start_date, @@ -284220,16 +283660,9 @@ def _index_vulncheck_canaries_get_serialize( cursor, start_cursor, cve, - alias, - iava, - jvndb, - ilvn, - threat_actor, - mitre_id, - misp_id, - ransomware, - botnet, published, + src_country, + dst_country, var_date, var_date2, updated_at_start_date, @@ -284280,45 +283713,17 @@ def _index_vulncheck_canaries_get_serialize( _query_params.append(('cve', cve)) - if alias is not None: - - _query_params.append(('alias', alias)) - - if iava is not None: - - _query_params.append(('iava', iava)) - - if jvndb is not None: - - _query_params.append(('jvndb', jvndb)) - - if ilvn is not None: - - _query_params.append(('ilvn', ilvn)) - - if threat_actor is not None: - - _query_params.append(('threat_actor', threat_actor)) - - if mitre_id is not None: - - _query_params.append(('mitre_id', mitre_id)) - - if misp_id is not None: - - _query_params.append(('misp_id', misp_id)) - - if ransomware is not None: + if published is not None: - _query_params.append(('ransomware', ransomware)) + _query_params.append(('published', published)) - if botnet is not None: + if src_country is not None: - _query_params.append(('botnet', botnet)) + _query_params.append(('src_country', src_country)) - if published is not None: + if dst_country is not None: - _query_params.append(('published', published)) + _query_params.append(('dst_country', dst_country)) if var_date is not None: diff --git a/vulncheck_sdk/api_client.py b/vulncheck_sdk/api_client.py index 7cdce3d..c35d98b 100644 --- a/vulncheck_sdk/api_client.py +++ b/vulncheck_sdk/api_client.py @@ -91,7 +91,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.0.30/python' + self.user_agent = 'OpenAPI-Generator/0.0.31/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/vulncheck_sdk/configuration.py b/vulncheck_sdk/configuration.py index c8d359f..8d1421b 100644 --- a/vulncheck_sdk/configuration.py +++ b/vulncheck_sdk/configuration.py @@ -532,7 +532,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.0\n"\ - "SDK Package Version: 0.0.30".\ + "SDK Package Version: 0.0.31".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/vulncheck_sdk/models/__init__.py b/vulncheck_sdk/models/__init__.py index 8270211..7fdb06b 100644 --- a/vulncheck_sdk/models/__init__.py +++ b/vulncheck_sdk/models/__init__.py @@ -420,6 +420,7 @@ from vulncheck_sdk.models.advisory_meta_data import AdvisoryMetaData from vulncheck_sdk.models.advisory_metasploit_exploit import AdvisoryMetasploitExploit from vulncheck_sdk.models.advisory_metric import AdvisoryMetric +from vulncheck_sdk.models.advisory_metric_scenario import AdvisoryMetricScenario from vulncheck_sdk.models.advisory_metrics_other import AdvisoryMetricsOther from vulncheck_sdk.models.advisory_microsoft_cvrf import AdvisoryMicrosoftCVRF from vulncheck_sdk.models.advisory_microsoft_kb import AdvisoryMicrosoftKb diff --git a/vulncheck_sdk/models/advisory_m_affected.py b/vulncheck_sdk/models/advisory_m_affected.py index c7a014c..bc03047 100644 --- a/vulncheck_sdk/models/advisory_m_affected.py +++ b/vulncheck_sdk/models/advisory_m_affected.py @@ -32,12 +32,13 @@ class AdvisoryMAffected(BaseModel): cpes: Optional[List[StrictStr]] = None default_status: Optional[StrictStr] = Field(default=None, alias="defaultStatus") package_name: Optional[StrictStr] = Field(default=None, alias="packageName") + package_url: Optional[StrictStr] = Field(default=None, alias="packageURL") platforms: Optional[List[StrictStr]] = None product: Optional[StrictStr] = None - repos: Optional[StrictStr] = None + repo: Optional[StrictStr] = None vendor: Optional[StrictStr] = None versions: Optional[List[AdvisoryMVersion]] = None - __properties: ClassVar[List[str]] = ["collectionURL", "cpes", "defaultStatus", "packageName", "platforms", "product", "repos", "vendor", "versions"] + __properties: ClassVar[List[str]] = ["collectionURL", "cpes", "defaultStatus", "packageName", "packageURL", "platforms", "product", "repo", "vendor", "versions"] model_config = ConfigDict( populate_by_name=True, @@ -101,9 +102,10 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "cpes": obj.get("cpes"), "defaultStatus": obj.get("defaultStatus"), "packageName": obj.get("packageName"), + "packageURL": obj.get("packageURL"), "platforms": obj.get("platforms"), "product": obj.get("product"), - "repos": obj.get("repos"), + "repo": obj.get("repo"), "vendor": obj.get("vendor"), "versions": [AdvisoryMVersion.from_dict(_item) for _item in obj["versions"]] if obj.get("versions") is not None else None }) diff --git a/vulncheck_sdk/models/advisory_m_cvss_v40.py b/vulncheck_sdk/models/advisory_m_cvss_v40.py index 557142a..467409f 100644 --- a/vulncheck_sdk/models/advisory_m_cvss_v40.py +++ b/vulncheck_sdk/models/advisory_m_cvss_v40.py @@ -27,16 +27,16 @@ class AdvisoryMCvssV40(BaseModel): """ AdvisoryMCvssV40 """ # noqa: E501 - automatable: Optional[StrictStr] = Field(default=None, alias="Automatable") - recovery: Optional[StrictStr] = Field(default=None, alias="Recovery") - safety: Optional[StrictStr] = Field(default=None, alias="Safety") attack_complexity: Optional[StrictStr] = Field(default=None, alias="attackComplexity") attack_requirements: Optional[StrictStr] = Field(default=None, alias="attackRequirements") attack_vector: Optional[StrictStr] = Field(default=None, alias="attackVector") + automatable: Optional[StrictStr] = None base_score: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="baseScore") base_severity: Optional[StrictStr] = Field(default=None, alias="baseSeverity") privileges_required: Optional[StrictStr] = Field(default=None, alias="privilegesRequired") provider_urgency: Optional[StrictStr] = Field(default=None, alias="providerUrgency") + recovery: Optional[StrictStr] = None + safety: Optional[StrictStr] = None sub_availability_impact: Optional[StrictStr] = Field(default=None, alias="subAvailabilityImpact") sub_confidentiality_impact: Optional[StrictStr] = Field(default=None, alias="subConfidentialityImpact") sub_integrity_impact: Optional[StrictStr] = Field(default=None, alias="subIntegrityImpact") @@ -48,7 +48,7 @@ class AdvisoryMCvssV40(BaseModel): vuln_confidentiality_impact: Optional[StrictStr] = Field(default=None, alias="vulnConfidentialityImpact") vuln_integrity_impact: Optional[StrictStr] = Field(default=None, alias="vulnIntegrityImpact") vulnerability_response_effort: Optional[StrictStr] = Field(default=None, alias="vulnerabilityResponseEffort") - __properties: ClassVar[List[str]] = ["Automatable", "Recovery", "Safety", "attackComplexity", "attackRequirements", "attackVector", "baseScore", "baseSeverity", "privilegesRequired", "providerUrgency", "subAvailabilityImpact", "subConfidentialityImpact", "subIntegrityImpact", "userInteraction", "valueDensity", "vectorString", "version", "vulnAvailabilityImpact", "vulnConfidentialityImpact", "vulnIntegrityImpact", "vulnerabilityResponseEffort"] + __properties: ClassVar[List[str]] = ["attackComplexity", "attackRequirements", "attackVector", "automatable", "baseScore", "baseSeverity", "privilegesRequired", "providerUrgency", "recovery", "safety", "subAvailabilityImpact", "subConfidentialityImpact", "subIntegrityImpact", "userInteraction", "valueDensity", "vectorString", "version", "vulnAvailabilityImpact", "vulnConfidentialityImpact", "vulnIntegrityImpact", "vulnerabilityResponseEffort"] model_config = ConfigDict( populate_by_name=True, @@ -101,16 +101,16 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ - "Automatable": obj.get("Automatable"), - "Recovery": obj.get("Recovery"), - "Safety": obj.get("Safety"), "attackComplexity": obj.get("attackComplexity"), "attackRequirements": obj.get("attackRequirements"), "attackVector": obj.get("attackVector"), + "automatable": obj.get("automatable"), "baseScore": obj.get("baseScore"), "baseSeverity": obj.get("baseSeverity"), "privilegesRequired": obj.get("privilegesRequired"), "providerUrgency": obj.get("providerUrgency"), + "recovery": obj.get("recovery"), + "safety": obj.get("safety"), "subAvailabilityImpact": obj.get("subAvailabilityImpact"), "subConfidentialityImpact": obj.get("subConfidentialityImpact"), "subIntegrityImpact": obj.get("subIntegrityImpact"), diff --git a/vulncheck_sdk/models/advisory_metric.py b/vulncheck_sdk/models/advisory_metric.py index bbb1ab4..2ac5f23 100644 --- a/vulncheck_sdk/models/advisory_metric.py +++ b/vulncheck_sdk/models/advisory_metric.py @@ -24,6 +24,7 @@ from vulncheck_sdk.models.advisory_m_cvss_v30 import AdvisoryMCvssV30 from vulncheck_sdk.models.advisory_m_cvss_v31 import AdvisoryMCvssV31 from vulncheck_sdk.models.advisory_m_cvss_v40 import AdvisoryMCvssV40 +from vulncheck_sdk.models.advisory_metric_scenario import AdvisoryMetricScenario from vulncheck_sdk.models.advisory_metrics_other import AdvisoryMetricsOther from typing import Optional, Set from typing_extensions import Self @@ -38,7 +39,8 @@ class AdvisoryMetric(BaseModel): cvss_v4_0: Optional[AdvisoryMCvssV40] = Field(default=None, alias="cvssV4_0") format: Optional[StrictStr] = None other: Optional[AdvisoryMetricsOther] = None - __properties: ClassVar[List[str]] = ["cvssV2_0", "cvssV3_0", "cvssV3_1", "cvssV4_0", "format", "other"] + scenarios: Optional[List[AdvisoryMetricScenario]] = None + __properties: ClassVar[List[str]] = ["cvssV2_0", "cvssV3_0", "cvssV3_1", "cvssV4_0", "format", "other", "scenarios"] model_config = ConfigDict( populate_by_name=True, @@ -94,6 +96,13 @@ def to_dict(self) -> Dict[str, Any]: # override the default output from pydantic by calling `to_dict()` of other if self.other: _dict['other'] = self.other.to_dict() + # override the default output from pydantic by calling `to_dict()` of each item in scenarios (list) + _items = [] + if self.scenarios: + for _item_scenarios in self.scenarios: + if _item_scenarios: + _items.append(_item_scenarios.to_dict()) + _dict['scenarios'] = _items return _dict @classmethod @@ -111,7 +120,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "cvssV3_1": AdvisoryMCvssV31.from_dict(obj["cvssV3_1"]) if obj.get("cvssV3_1") is not None else None, "cvssV4_0": AdvisoryMCvssV40.from_dict(obj["cvssV4_0"]) if obj.get("cvssV4_0") is not None else None, "format": obj.get("format"), - "other": AdvisoryMetricsOther.from_dict(obj["other"]) if obj.get("other") is not None else None + "other": AdvisoryMetricsOther.from_dict(obj["other"]) if obj.get("other") is not None else None, + "scenarios": [AdvisoryMetricScenario.from_dict(_item) for _item in obj["scenarios"]] if obj.get("scenarios") is not None else None }) return _obj diff --git a/vulncheck_sdk/models/advisory_metric_scenario.py b/vulncheck_sdk/models/advisory_metric_scenario.py new file mode 100644 index 0000000..0fcacb3 --- /dev/null +++ b/vulncheck_sdk/models/advisory_metric_scenario.py @@ -0,0 +1,90 @@ +# coding: utf-8 + +""" + VulnCheck API + + Version 3 of the VulnCheck API + + The version of the OpenAPI document: 3.0 + Contact: support@vulncheck.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class AdvisoryMetricScenario(BaseModel): + """ + AdvisoryMetricScenario + """ # noqa: E501 + lang: Optional[StrictStr] = None + value: Optional[StrictStr] = None + __properties: ClassVar[List[str]] = ["lang", "value"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of AdvisoryMetricScenario from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of AdvisoryMetricScenario from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "lang": obj.get("lang"), + "value": obj.get("value") + }) + return _obj + + diff --git a/vulncheck_sdk/models/advisory_product.py b/vulncheck_sdk/models/advisory_product.py index 5edb3b5..471a719 100644 --- a/vulncheck_sdk/models/advisory_product.py +++ b/vulncheck_sdk/models/advisory_product.py @@ -29,7 +29,7 @@ class AdvisoryProduct(BaseModel): """ # noqa: E501 name: Optional[StrictStr] = None product_id: Optional[StrictStr] = None - product_identification_helper: Optional[Dict[str, StrictStr]] = None + product_identification_helper: Optional[Dict[str, Any]] = None __properties: ClassVar[List[str]] = ["name", "product_id", "product_identification_helper"] model_config = ConfigDict( diff --git a/vulncheck_sdk/models/advisory_vde_advisory.py b/vulncheck_sdk/models/advisory_vde_advisory.py index bd74a04..a6fcc7a 100644 --- a/vulncheck_sdk/models/advisory_vde_advisory.py +++ b/vulncheck_sdk/models/advisory_vde_advisory.py @@ -20,6 +20,7 @@ from pydantic import BaseModel, ConfigDict, StrictStr from typing import Any, ClassVar, Dict, List, Optional +from vulncheck_sdk.models.advisory_csaf import AdvisoryCSAF from typing import Optional, Set from typing_extensions import Self @@ -27,6 +28,7 @@ class AdvisoryVDEAdvisory(BaseModel): """ AdvisoryVDEAdvisory """ # noqa: E501 + csaf_json: Optional[AdvisoryCSAF] = None cve: Optional[List[StrictStr]] = None cwe: Optional[List[StrictStr]] = None date_added: Optional[StrictStr] = None @@ -35,7 +37,7 @@ class AdvisoryVDEAdvisory(BaseModel): updated_at: Optional[StrictStr] = None url: Optional[StrictStr] = None vde: Optional[StrictStr] = None - __properties: ClassVar[List[str]] = ["cve", "cwe", "date_added", "date_last_revised", "title", "updated_at", "url", "vde"] + __properties: ClassVar[List[str]] = ["csaf_json", "cve", "cwe", "date_added", "date_last_revised", "title", "updated_at", "url", "vde"] model_config = ConfigDict( populate_by_name=True, @@ -76,6 +78,9 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) + # override the default output from pydantic by calling `to_dict()` of csaf_json + if self.csaf_json: + _dict['csaf_json'] = self.csaf_json.to_dict() return _dict @classmethod @@ -88,6 +93,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "csaf_json": AdvisoryCSAF.from_dict(obj["csaf_json"]) if obj.get("csaf_json") is not None else None, "cve": obj.get("cve"), "cwe": obj.get("cwe"), "date_added": obj.get("date_added"), diff --git a/vulncheck_sdk_README.md b/vulncheck_sdk_README.md index 75adb10..9d27511 100644 --- a/vulncheck_sdk_README.md +++ b/vulncheck_sdk_README.md @@ -4,7 +4,7 @@ Version 3 of the VulnCheck API This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0 -- Package version: 0.0.30 +- Package version: 0.0.31 - Generator version: 7.14.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -986,6 +986,7 @@ Class | Method | HTTP request | Description - [AdvisoryMetaData](docs/AdvisoryMetaData.md) - [AdvisoryMetasploitExploit](docs/AdvisoryMetasploitExploit.md) - [AdvisoryMetric](docs/AdvisoryMetric.md) + - [AdvisoryMetricScenario](docs/AdvisoryMetricScenario.md) - [AdvisoryMetricsOther](docs/AdvisoryMetricsOther.md) - [AdvisoryMicrosoftCVRF](docs/AdvisoryMicrosoftCVRF.md) - [AdvisoryMicrosoftKb](docs/AdvisoryMicrosoftKb.md)