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

Commit 4a46df8

Browse files
authored
Merge pull request #4 from rapid7/release/6.5.19
release/6.5.19 - changes based on console version 6.5.19
2 parents 4bee83a + 18aa605 commit 4a46df8

28 files changed

Lines changed: 207 additions & 59 deletions

api-files/console-swagger-6.5.19.json

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

docs/ExceptionScope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**id** | **int** | The identifier of the vulnerability to which the exception applies. | [optional]
6+
**id** | **int** | The identifier of the scope type to which the exception applies. For example in a site scoped vulnerability exception this is the site id, in an asset group vulnerability exception this is the asset group id. | [optional]
77
**key** | **str** | If the scope type is `\"Instance\"`, an optional key to discriminate the instance the exception applies to. | [optional]
88
**links** | [**list[Link]**](Link.md) | | [optional]
99
**port** | **int** | If the scope type is `\"Instance\"` and the vulnerability is detected on a service, the port on which the exception applies. | [optional]

docs/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**dynamic_discovery** | **bool** | Whether dynamic discovery sources may be used. | [optional]
99
**early_access** | **bool** | Whether early-access features are available prior to general availability. | [optional]
1010
**engine_pool** | **bool** | Whether scan engine pools may be used. | [optional]
11-
**insight_platform** | **bool** | Whether the usage of the Insight Platform is allowed. | [optional]
11+
**insight_platform** | **bool** | Whether the usage of the Insight platform is allowed. | [optional]
1212
**mobile** | **bool** | Whether mobile features are allowed. | [optional]
1313
**multitenancy** | **bool** | Whether multitenancy is allowed. | [optional]
1414
**policy_editor** | **bool** | Whether the editing of policies is allowed. | [optional]

docs/Report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**baseline** | **object** | If the template is `baseline-comparison` or `executive-overview` the baseline scan to compare against. This can be the `first` scan, the `previous` scan, or a scan as of a specified date. | [optional]
6+
**baseline** | **object** | If the template is `baseline-comparison` or `executive-overview` the baseline scan to compare against. This can be the `first` scan, the `previous` scan, or a scan as of a specified date. Defaults to `previous`. | [optional]
77
**bureau** | **str** | The name of the bureau for a CyberScope report. Only used when the format is `\"cyberscope-xml\"`. | [optional]
88
**component** | **str** | The name of the component for a CyberScope report. Only used when the format is `\"cyberscope-xml\"`. | [optional]
99
**database** | [**ReportConfigDatabaseResource**](ReportConfigDatabaseResource.md) | Configuration for database export. Only used when the format is `\"database-export\"`. | [optional]

docs/ReportStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**location** | **str** | The location to storage an additional copy of the report. This is a sub-path post-fixed to `$(install_dir)/nsc/reports/$(user)/`. | [optional]
6+
**location** | **str** | The location to storage an additional copy of the report. This is a sub-path post-fixed to `$(install_dir)/nsc/reports/$(user)/`. Variables such as `$(report_name)`, `$(date)`, and `$(time)` may be used to generate the directory structure. | [optional]
77
**path** | **str** | The full path to the additional copy storage location. | [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)

docs/ScanSchedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**on_scan_repeat** | **str** | Specifies the desired behavior of a repeating scheduled scan when the previous scan was paused due to reaching is maximum duration. The following table describes each supported value: | Value | Description | | ---------- | ---------------- | | restart-scan | Stops the previously-paused scan and launches a new scan if the previous scan did not complete within the specified duration. If the previous scheduled scan was not paused, then a new scan is launched. | | resume-scan | Resumes the previously-paused scan if the previous scan did not complete within the specified duration. If the previous scheduled scan was not paused, then a new scan is launched. | |
1313
**repeat** | [**ReportRepeat**](ReportRepeat.md) | Settings for repeating a scheduled task. | [optional]
1414
**scan_engine_id** | **int** | The identifier of the scan engine to be used for this scan schedule. If not set, the site's assigned scan engine will be used. | [optional]
15-
**scan_name** | **str** | A user-defined name for the scan launched by the schedule. If not explicitly set in the schedule, the scan name will be generated prior to the scan launching. Names must be unique. | [optional]
15+
**scan_name** | **str** | A user-defined name for the scan launched by the schedule. If not explicitly set in the schedule, the scan name will be generated prior to the scan launching. Scan names must be unique within the site's scan schedules. | [optional]
1616
**scan_template_id** | **str** | The identifier of the scan template to be used for this scan schedule. If not set, the site's assigned scan template will be used. | [optional]
1717
**start** | **str** | The scheduled start date and time. Date is represented in ISO 8601 format. Repeating schedules will determine the next schedule to begin based on this date and time. |
1818

docs/Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
77
**authentication** | [**AuthenticationSettings**](AuthenticationSettings.md) | Details the authentication settings. | [optional]
88
**database** | [**DatabaseSettings**](DatabaseSettings.md) | Details the database settings. | [optional]
99
**directory** | **str** | The root directory of the console. | [optional]
10-
**insight_platform** | **bool** | Whether the usage of the Insight Platform is enabled. | [optional]
11-
**insight_platform_region** | **str** | The region used for the Insight Platform, if enabled. | [optional]
10+
**insight_platform** | **bool** | Whether the usage of the Insight platform is enabled. | [optional]
11+
**insight_platform_region** | **str** | The region used for the Insight platform, if enabled. | [optional]
1212
**links** | [**list[Link]**](Link.md) | Hypermedia links to corresponding or related resources. | [optional]
1313
**risk** | [**RiskSettings**](RiskSettings.md) | Details risk configuration and settings. | [optional]
1414
**scan** | [**ScanSettings**](ScanSettings.md) | Details the global settings for scanning. | [optional]

docs/SharedCredential.md

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

docs/SharedCredentialAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
1515
**pem_key** | **str** | | [optional]
1616
**permission_elevation** | **str** | | [optional]
1717
**permission_elevation_password** | **str** | | [optional]
18-
**permission_elevation_user_name** | **str** | | [optional]
18+
**permission_elevation_username** | **str** | | [optional]
1919
**privacy_password** | **str** | | [optional]
2020
**privacy_type** | **str** | | [optional]
2121
**private_key_password** | **str** | | [optional]

docs/SiteCredential.md

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

0 commit comments

Comments
 (0)