CodeCat : Tool To Help In Manual Analysis In CodeReview

CodeCat is a open source tool to help you in codereview, to find/track sinks and this points follow regex rules. How too install? Go to CodeCat directory, install backend and frontend libs: $ cd Front $ sudo python3 -m pip install -r requirements.txt $ cd .. $ cd Backend $ sudo python3 -m pip install …