server-policy pattern custom-global-white-list-group
Use this command to configure objects that will be exempt from scans.
When enabled, whitelisted items are not flagged as potential problems, nor incorporated into auto-learning data. This feature reduces false positives and improves performance.
To include white list items during policy enforcement, you must first disable them in the global white list.
To use this command, your administrator account’s access control profile must have either w
or rw
permission to the traroutegrp
area. For details, see Permissions.
Syntax
config server-policy pattern custom-global-white-list-group
edit <entry_index>
set type {Cookie | Parameter | URL | Header_Field}
set path "<url_str>"
set request-type {plain | regular}
set domain-type {plain | regular}
set name-type {plain | regular}
set request-file-status {enable | disable}
set domain-status {enable | disable}
set header-type {plain | regular}
next
end
Variable | Description | Default |
Enter the index number of the individual rule in the table. The valid range is 1–9,223,372,036,854,775,807. | No default. | |
Enable to exempt this object from all scans. |
enable
|
|
Indicate the type of the object. Depending on your selection, the remaining settings vary. |
URL
|
|
Enter the path as it appears in the cookie, such as This setting is available if type {Cookie | Parameter | URL | Header_Field} is set to |
No default. | |
Indicate whether the request-file "<url_str>" field contains a literal URL ( This setting is available if type {Cookie | Parameter | URL | Header_Field} is set to |
plain
|
|
Indicate whether the server-policy pattern custom-global-white-list-group field will contain a literal domain/IP address (Simple String), or a regular expression designed to match multiple domains/IP addresses (Regular Expression). |
|
|
Enter the partial or complete domain name or IP address as it appears in the cookie, such as:
If clients sometimes access the host via IP address instead of DNS, create white list objects for both. This setting is available if type {Cookie | Parameter | URL | Header_Field} is set to Caution: Do not whitelist untrusted subdomains that use vulnerable cookies. It could compromise the security of that domain and its network. |
No default. | |
Indicate whether the server-policy pattern custom-global-white-list-group field will contain a literal parameter name (Simple String), or a regular expression designed to match all parameter names (Regular Expression). |
plain |
|
Depending on your selection in type {Cookie | Parameter | URL | Header_Field}, either:
This setting is available if type {Cookie | Parameter | URL | Header_Field} is set to |
No default. | |
Enable to apply this rule only to HTTP requests for specific URLs. Configure server-policy pattern custom-global-white-list-group if it is enabled. |
disable
|
|
Enable to apply this rule only to HTTP requests for specific domains. If enabled, also configure server-policy pattern custom-global-white-list-group. |
|
|
Depending on your selection in the request-type {plain | regular} field, enter either:
Do not include the domain name, such as This setting is available if type {Cookie | Parameter | URL | Header_Field} is set to |
||
Indicate whether the type field will contain a literal name (plain), or a regular expression designed to match multiple names (regular). |
No default. |
Example
This example exempts requests for robots.txt from most scans.
config server-policy pattern custom-global-white-list-group
edit 1
set request-file "/robots.txt"
next
end