You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
**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]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**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]
**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]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**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]
8
8
**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]
9
9
**part** | **str** | A single letter code that designates the particular platform part that is being identified. |
10
10
**product** | **str** | the most common and recognizable title or name of the product. | [optional]
11
11
**sw_edition** | **str** | Characterizes how the product is tailored to a particular market or class of end users. | [optional]
12
12
**target_hw** | **str** | Characterize the instruction set architecture on which the product operates. | [optional]
13
13
**target_sw** | **str** | Characterize the software computing environment within which the product operates. | [optional]
14
14
**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]
17
17
**vendor** | **str** | The person or organization that manufactured or created the product. | [optional]
18
18
**version** | **str** | Vendor-specific alphanumeric strings characterizing the particular release version of the product. | [optional]
Copy file name to clipboardExpand all lines: docs/ScanEngine.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**port** | **int** | The port used by the scan engine to communicate with the Security Console. |
15
15
**product_version** | **str** | The product version of the scan engine. | [optional]
16
16
**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]
17
18
18
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ScanEngineApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ No authorization required
214
214
### HTTP request headers
215
215
216
216
-**Content-Type**: application/json
217
-
-**Accept**: application/json;charset=UTF-8
217
+
-**Accept**: text/plain
218
218
219
219
[[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)
220
220
@@ -398,7 +398,7 @@ No authorization required
398
398
### HTTP request headers
399
399
400
400
-**Content-Type**: application/json
401
-
-**Accept**: application/json;charset=UTF-8
401
+
-**Accept**: text/plain
402
402
403
403
[[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)
**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]
7
7
**port** | **int** | The port of the service. | [optional]
8
8
**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]
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**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]
8
8
**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]
9
9
**part** | **str** | A single letter code that designates the particular platform part that is being identified. |
10
10
**product** | **str** | the most common and recognizable title or name of the product. | [optional]
11
11
**sw_edition** | **str** | Characterizes how the product is tailored to a particular market or class of end users. | [optional]
12
12
**target_hw** | **str** | Characterize the instruction set architecture on which the product operates. | [optional]
13
13
**target_sw** | **str** | Characterize the software computing environment within which the product operates. | [optional]
14
14
**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]
17
17
**vendor** | **str** | The person or organization that manufactured or created the product. | [optional]
18
18
**version** | **str** | Vendor-specific alphanumeric strings characterizing the particular release version of the product. | [optional]
**full_name** | **str** | The full name of the user account. | [optional]
7
7
**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]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**added** | **str** | The date the vulnerability coverage was added. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional]
7
7
**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]
9
9
**cvss** | [**VulnerabilityCvss**](VulnerabilityCvss.md) | The CVSS vector(s) for the vulnerability. | [optional]
10
10
**denial_of_service** | **bool** | Whether the vulnerability can lead to Denial of Service (DoS). | [optional]
11
11
**description** | [**ContentDescription**](ContentDescription.md) | The description of the vulnerability. | [optional]
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
**links** | [**list[Link]**](Link.md) | Hypermedia links to corresponding or related resources. | [optional]
15
15
**malware_kits** | **int** | The malware kits that are known to be used to exploit the vulnerability. | [optional]
16
16
**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]
18
18
**published** | **str** | The date the vulnerability was first published or announced. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional]
19
19
**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]
20
20
**severity** | **str** | The severity of the vulnerability, one of: `\"Moderate\"`, `\"Severe\"`, `\"Critical\"`. | [optional]
0 commit comments