 
                            ...
| Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level | 
|---|---|---|---|---|---|
| ENV03-C | high | likely | high | P9 | L2 | 
Automated Detection
Compass/ROSE could detect violations of this recommendation. It should ensure that any call to system() or the exec() family (excluding those functions that provide their own environment) is preceded by a call to clearenv().
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...