3 projects tagged "code"
Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility, grep. It's comparable to other static analysis applications like RATS, SWAAT, and flaw-finder while keeping the technical requirements to a minimum and being very flexible.
Spaghetti Parenthesis Visualizer is an in-browser (meaning that it doesn't send your code to a server) tool that takes deeply nested conditionals in languages that follow in C's footsteps, including Python, Perl, PHP, and Java, SQL queries, or some Lisp code, and provides two visual presentations that clearly and cleanly display how deep each part of the code is in the layers of nesting.