C++ Checkers |
CERT C++ Secure Coding Standard |
---|---|
BAD_OVERRIDE |
No equivalent |
CTOR_DTOR_LEAK |
No equivalent |
DELETE_ARRAY |
No equivalent |
INVALIDATE_ITERATOR |
https://www.securecoding.cert.org/confluence/display/cplusplus/STL30-C.+Use+Valid+Iterators |
PASS_BY_VALUE |
No equivalent |
UNCAUGHT_EXCEPT |
|
UNINIT_CTOR |
No equivalent |
WRAPPER_ESCAPE |
No equivalent |
Concurrency Checkers |
CERT C Secure Coding Standard |
---|---|
LOCK |
Out of scope |
ORDER_REVERSAL |
Out of scope |
SLEEP |
Out of scope |