This patch adds a check for the CERT secure coding rule: ENV33-C. Do not call system(). It flags any call expression that calls a system command processor (system(), popen(), _popen()).
https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132
typo: is can