...
Code Block | ||||
---|---|---|---|---|
| ||||
namespace std {
int x;
};
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
namespace nonstd {
int x;
};
|
...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC34-CPP | high | unlikely | medium | P6 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||
| -q & Name Check |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
MSC33-CPP. Obey the One Definition Rule 49049. Miscellaneous (MSC) MSC35-CPP. Do not use goto statement to take control inside the try and catch blocks