Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 05b1413

Browse files
authored
Merge pull request #39 from rapid7/release/6.6.55
Release version 6.6.55 generated client; Resolves #36
2 parents e8ccea7 + 106946b commit 05b1413

38 files changed

+125
-85
lines changed

api-files/console-swagger.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/Link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**href** | **str** | A hypertext reference, which is either a URI (see <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc3986\">RFC 3986</a>) or URI template (see <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc6570\">RFC 6570</a>). | [optional]
7-
**rel** | **str** | The link relation type. This value is one from the <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc5988#section-6.2\">Link Relation Type Registry</a> or is the type of resource being linked to. | [optional]
6+
**href** | **str** | A hypertext reference, which is either a URI (see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc3986\">RFC 3986</a>) or URI template (see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc6570\">RFC 6570</a>). | [optional]
7+
**rel** | **str** | The link relation type. This value is one from the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc5988#section-6.2\">Link Relation Type Registry</a> or is the type of resource being linked to. | [optional]
88

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

docs/LocalePreferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**default** | **str** | The default language to use. The format is a <a target=\"_blank\" href=\"https://tools.ietf.org/html/bcp47\">IETF BCP 47</a> language tag. | [optional]
6+
**default** | **str** | The default language to use. The format is a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/bcp47\">IETF BCP 47</a> language tag. | [optional]
77
**links** | [**list[Link]**](Link.md) | | [optional]
8-
**reports** | **str** | The language to use to generate reports. The format is a <a target=\"_blank\" href=\"https://tools.ietf.org/html/bcp47\">IETF BCP 47</a> language tag. | [optional]
8+
**reports** | **str** | The language to use to generate reports. The format is a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/bcp47\">IETF BCP 47</a> language tag. | [optional]
99

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

docs/OperatingSystemCpe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**edition** | **str** | Edition-related terms applied by the vendor to the product. | [optional]
7-
**language** | **str** | Defines the language supported in the user interface of the product being described. The format is of the language tag adheres to <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc5646\">RFC5646</a>. | [optional]
7+
**language** | **str** | Defines the language supported in the user interface of the product being described. The format is of the language tag adheres to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc5646\">RFC5646</a>. | [optional]
88
**other** | **str** | Captures any other general descriptive or identifying information which is vendor- or product-specific and which does not logically fit in any other attribute value. | [optional]
99
**part** | **str** | A single letter code that designates the particular platform part that is being identified. |
1010
**product** | **str** | the most common and recognizable title or name of the product. | [optional]
1111
**sw_edition** | **str** | Characterizes how the product is tailored to a particular market or class of end users. | [optional]
1212
**target_hw** | **str** | Characterize the instruction set architecture on which the product operates. | [optional]
1313
**target_sw** | **str** | Characterize the software computing environment within which the product operates. | [optional]
1414
**update** | **str** | Vendor-specific alphanumeric strings characterizing the particular update, service pack, or point release of the product. | [optional]
15-
**v2_2** | **str** | The full CPE string in the <a target=\"_blank\" href=\"https://cpe.mitre.org/files/cpe-specification_2.2.pdf\">CPE 2.2</a> format. | [optional]
16-
**v2_3** | **str** | The full CPE string in the <a target=\"_blank\" href=\"http://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf\">CPE 2.3</a> format. | [optional]
15+
**v2_2** | **str** | The full CPE string in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://cpe.mitre.org/files/cpe-specification_2.2.pdf\">CPE 2.2</a> format. | [optional]
16+
**v2_3** | **str** | The full CPE string in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf\">CPE 2.3</a> format. | [optional]
1717
**vendor** | **str** | The person or organization that manufactured or created the product. | [optional]
1818
**version** | **str** | Vendor-specific alphanumeric strings characterizing the particular release version of the product. | [optional]
1919

docs/ScanEngine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**port** | **int** | The port used by the scan engine to communicate with the Security Console. |
1515
**product_version** | **str** | The product version of the scan engine. | [optional]
1616
**sites** | **list[int]** | A list of identifiers of each site the scan engine is assigned to. | [optional]
17+
**status** | **str** | The scan engine status. Can be one of the following values: | Value | Description | | ------------------------- | ------------------------------------------------------------------------------------------ | | `\"active\"` | The scan engine is active. | | `\"incompatible-version\"` | The product version of the remote scan engine is not compatible with the Security Console. | | `\"not-responding\"` | The scan engine is not responding to the Security Console. | | `\"pending-authorization\"` | The Security Console is not yet authorized to connect to the scan engine. | | `\"unknown\"` | The status of the scan engine is unknown. | | [optional]
1718

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

docs/ScanEngineApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ No authorization required
214214
### HTTP request headers
215215

216216
- **Content-Type**: application/json
217-
- **Accept**: application/json;charset=UTF-8
217+
- **Accept**: text/plain
218218

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

@@ -398,7 +398,7 @@ No authorization required
398398
### HTTP request headers
399399

400400
- **Content-Type**: application/json
401-
- **Accept**: application/json;charset=UTF-8
401+
- **Accept**: text/plain
402402

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

docs/ServiceLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**href** | **str** | A hypertext reference, which is either a URI (see <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc3986\">RFC 3986</a>) or URI template (see <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc6570\">RFC 6570</a>). | [optional]
6+
**href** | **str** | A hypertext reference, which is either a URI (see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc3986\">RFC 3986</a>) or URI template (see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc6570\">RFC 6570</a>). | [optional]
77
**port** | **int** | The port of the service. | [optional]
88
**protocol** | **str** | The protocol of the service. | [optional]
9-
**rel** | **str** | The link relation type. This value is one from the <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc5988#section-6.2\">Link Relation Type Registry</a> or is the type of resource being linked to. | [optional]
9+
**rel** | **str** | The link relation type. This value is one from the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc5988#section-6.2\">Link Relation Type Registry</a> or is the type of resource being linked to. | [optional]
1010

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

docs/SoftwareCpe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**edition** | **str** | Edition-related terms applied by the vendor to the product. | [optional]
7-
**language** | **str** | Defines the language supported in the user interface of the product being described. The format is of the language tag adheres to <a target=\"_blank\" href=\"https://tools.ietf.org/html/rfc5646\">RFC5646</a>. | [optional]
7+
**language** | **str** | Defines the language supported in the user interface of the product being described. The format is of the language tag adheres to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://tools.ietf.org/html/rfc5646\">RFC5646</a>. | [optional]
88
**other** | **str** | Captures any other general descriptive or identifying information which is vendor- or product-specific and which does not logically fit in any other attribute value. | [optional]
99
**part** | **str** | A single letter code that designates the particular platform part that is being identified. |
1010
**product** | **str** | the most common and recognizable title or name of the product. | [optional]
1111
**sw_edition** | **str** | Characterizes how the product is tailored to a particular market or class of end users. | [optional]
1212
**target_hw** | **str** | Characterize the instruction set architecture on which the product operates. | [optional]
1313
**target_sw** | **str** | Characterize the software computing environment within which the product operates. | [optional]
1414
**update** | **str** | Vendor-specific alphanumeric strings characterizing the particular update, service pack, or point release of the product. | [optional]
15-
**v2_2** | **str** | The full CPE string in the <a target=\"_blank\" href=\"https://cpe.mitre.org/files/cpe-specification_2.2.pdf\">CPE 2.2</a> format. | [optional]
16-
**v2_3** | **str** | The full CPE string in the <a target=\"_blank\" href=\"http://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf\">CPE 2.3</a> format. | [optional]
15+
**v2_2** | **str** | The full CPE string in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://cpe.mitre.org/files/cpe-specification_2.2.pdf\">CPE 2.2</a> format. | [optional]
16+
**v2_3** | **str** | The full CPE string in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf\">CPE 2.3</a> format. | [optional]
1717
**vendor** | **str** | The person or organization that manufactured or created the product. | [optional]
1818
**version** | **str** | Vendor-specific alphanumeric strings characterizing the particular release version of the product. | [optional]
1919

docs/UserAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**full_name** | **str** | The full name of the user account. | [optional]
77
**id** | **int** | The identifier of the user account. | [optional]
8-
**name** | **str** | The name of the user account. |
8+
**name** | **str** | The name of the user account. | [optional]
99

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

docs/Vulnerability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**added** | **str** | The date the vulnerability coverage was added. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional]
77
**categories** | **list[str]** | All vulnerability categories assigned to this vulnerability. | [optional]
8-
**cves** | **list[str]** | All <a target=\"_blank\" href=\"https://cve.mitre.org/\">CVE</a>s assigned to this vulnerability. | [optional]
8+
**cves** | **list[str]** | All <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://cve.mitre.org/\">CVE</a>s assigned to this vulnerability. | [optional]
99
**cvss** | [**VulnerabilityCvss**](VulnerabilityCvss.md) | The CVSS vector(s) for the vulnerability. | [optional]
1010
**denial_of_service** | **bool** | Whether the vulnerability can lead to Denial of Service (DoS). | [optional]
1111
**description** | [**ContentDescription**](ContentDescription.md) | The description of the vulnerability. | [optional]
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
1414
**links** | [**list[Link]**](Link.md) | Hypermedia links to corresponding or related resources. | [optional]
1515
**malware_kits** | **int** | The malware kits that are known to be used to exploit the vulnerability. | [optional]
1616
**modified** | **str** | The last date the vulnerability was modified. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional]
17-
**pci** | [**PCI**](PCI.md) | Details the <a target=\"_blank\" href=\"https://www.pcisecuritystandards.org/\">Payment Card Industry (PCI)</a> details of the vulnerability. | [optional]
17+
**pci** | [**PCI**](PCI.md) | Details the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.pcisecuritystandards.org/\">Payment Card Industry (PCI)</a> details of the vulnerability. | [optional]
1818
**published** | **str** | The date the vulnerability was first published or announced. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional]
1919
**risk_score** | **float** | The risk score of the vulnerability, rounded to a maximum of to digits of precision. If using the default Rapid7 Real Risk™ model, this value ranges from 0-1000. | [optional]
2020
**severity** | **str** | The severity of the vulnerability, one of: `\"Moderate\"`, `\"Severe\"`, `\"Critical\"`. | [optional]

0 commit comments

Comments
 (0)