SV-100755r1_rule
V-90105
SRG-APP-000266-WSR-000160
VRAU-TC-000680
CAT II
10
Navigate to and open /etc/vco/app-server/web.xml.
Navigate to all <debug> nodes that are not set to "0".
Set the <param-value> to "0" in all <param-name>debug</param-name> nodes.
Note: The debug setting should look like the below:
<init-param>
<param-name>debug</param-name>
<param-value>0</param-value>
</init-param>
At the command prompt, execute the following command:
grep -En -A 2 -B 1 '<param-name>debug</param-name>' /etc/vco/app-server/web.xml
If all instances of the debug parameter are not set to "0", this is a finding.
V-90105
False
VRAU-TC-000680
At the command prompt, execute the following command:
grep -En -A 2 -B 1 '<param-name>debug</param-name>' /etc/vco/app-server/web.xml
If all instances of the debug parameter are not set to "0", this is a finding.
M
3439