llvm-project/clang-tools-extra/clang-tidy/cert
Aaron Ballman 527a420550 Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132
llvm-svn: 261530
2016-02-22 16:01:06 +00:00
..
CERTTidyModule.cpp Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132 2016-02-22 16:01:06 +00:00
CMakeLists.txt Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132 2016-02-22 16:01:06 +00:00
CommandProcessorCheck.cpp Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132 2016-02-22 16:01:06 +00:00
CommandProcessorCheck.h Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132 2016-02-22 16:01:06 +00:00
FloatLoopCounter.cpp Add a new check, cert-flp30-c, that diagnoses loop induction expressions of floating-point type. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters 2016-02-19 14:03:20 +00:00
FloatLoopCounter.h Add a new check, cert-flp30-c, that diagnoses loop induction expressions of floating-point type. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters 2016-02-19 14:03:20 +00:00
LICENSE.TXT Add a license clarification for use of links and titles of CERT secure coding guidelines. 2015-12-10 13:53:36 +00:00
SetLongJmpCheck.cpp Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
SetLongJmpCheck.h Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
StaticObjectExceptionCheck.cpp Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
StaticObjectExceptionCheck.h Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
ThrownExceptionTypeCheck.cpp Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
ThrownExceptionTypeCheck.h Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
VariadicFunctionDefCheck.cpp Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00
VariadicFunctionDefCheck.h Rename the CERT namespace to cert, and update some checkers to use this namespace consistently. 2016-01-04 14:31:14 +00:00