Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FND-3165] add docs for mobile.num_of_operating_systems #194

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions versions/v2/content/pentests.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,17 +431,18 @@ organization specified in the `X-Org-Token` header. The pentest will be in the *
If scoping data is provided, it must match the type of the asset being pentested. For example, if
the asset being pentested is of type `API`, the API-related scoping fields should be filled in.

| Field | Description |
|--------------------------------|----------------------------------------------------------|
| `api.num_of_endpoints` | The number of API endpoints to be pentested. |
| `api.num_of_roles` | The number of roles to be pentested per API endpoint. |
| `cloud_config.num_of_services` | The number of cloud services to be pentested. |
| `cloud_config.num_of_accounts` | The number of roles to be pentested per cloud service. |
| `mobile.num_of_views` | The number of mobile app views to be pentested. |
| `mobile.num_of_roles` | The number of roles to be pentested per mobile app view. |
| `network.num_of_ips` | The number of network IP addresses to be pentested. |
| `web.num_of_pages` | The number of web pages to be pentested. |
| `web.num_of_roles` | The number of roles to be pentested per web page. |
| Field | Description |
|-----------------------------------|-----------------------------------------------------------------|
| `api.num_of_endpoints` | The number of API endpoints to be pentested. |
| `api.num_of_roles` | The number of roles to be pentested per API endpoint. |
| `cloud_config.num_of_services` | The number of cloud services to be pentested. |
| `cloud_config.num_of_accounts` | The number of roles to be pentested per cloud service. |
| `mobile.num_of_views` | The number of mobile app views to be pentested. |
| `mobile.num_of_roles` | The number of roles to be pentested per mobile app view. |
| `mobile.num_of_operating_systems` | The number of operating systems to be pentested per mobile app. |
| `network.num_of_ips` | The number of network IP addresses to be pentested. |
| `web.num_of_pages` | The number of web pages to be pentested. |
| `web.num_of_roles` | The number of roles to be pentested per web page. |

### Response

Expand Down Expand Up @@ -510,17 +511,18 @@ This endpoint updates a pentest from the information provided.
If scoping data is provided, it must match the type of the asset being pentested. For example, if
the asset being pentested is of type `API`, the API-related scoping fields should be filled in.

| Field | Description |
|--------------------------------|----------------------------------------------------------|
| `api.num_of_endpoints` | The number of API endpoints to be pentested. |
| `api.num_of_roles` | The number of roles to be pentested per API endpoint. |
| `cloud_config.num_of_services` | The number of cloud services to be pentested. |
| `cloud_config.num_of_accounts` | The number of roles to be pentested per cloud service. |
| `mobile.num_of_views` | The number of mobile app views to be pentested. |
| `mobile.num_of_roles` | The number of roles to be pentested per mobile app view. |
| `network.num_of_ips` | The number of network IP addresses to be pentested. |
| `web.num_of_pages` | The number of web pages to be pentested. |
| `web.num_of_roles` | The number of roles to be pentested per web page. |
| Field | Description |
|-----------------------------------|-----------------------------------------------------------------|
| `api.num_of_endpoints` | The number of API endpoints to be pentested. |
| `api.num_of_roles` | The number of roles to be pentested per API endpoint. |
| `cloud_config.num_of_services` | The number of cloud services to be pentested. |
| `cloud_config.num_of_accounts` | The number of roles to be pentested per cloud service. |
| `mobile.num_of_views` | The number of mobile app views to be pentested. |
| `mobile.num_of_roles` | The number of roles to be pentested per mobile app view. |
| `mobile.num_of_operating_systems` | The number of operating systems to be pentested per mobile app. |
| `network.num_of_ips` | The number of network IP addresses to be pentested. |
| `web.num_of_pages` | The number of web pages to be pentested. |
| `web.num_of_roles` | The number of roles to be pentested per web page. |

### Response

Expand Down