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 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 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. | |
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. | |
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
|
|
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