Flawfinder searches through source code looking for potential security flaws.
Version: 1.27Flawfinder searches through source code looking for potential security flaws. This is the main web site for flawfinder, a program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public. See ``how does Flawfinder work?'', below, for more information on how it works.
License: GPL
Operating System: Linux
Homepage: www.dwheeler.com
Developed by:
Flawfinder is specifically designed to be easy to install and use. After installing it, in a text terminal just type:
flawfinder directory_with_source_code
Flawfinder works on Unix-like systems today (it's been tested on GNU/Linux), and it should be easy to port to Windows systems. It requires Python 1.5 or greater to run (Python 1.3 or earlier won't work).
What's New in This Release:
· The ability to review only the changes to a program was added.
· Other minor improvements and bugfixes were made.