Python based C/C++ static code flaw finder
http://www.dwheeler.com/flawfinder/
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.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/flawfinder && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
flawfinder-2.0.16.tar.gz | 0000229952 225 KB | |
flawfinder.changes | 0000004457 4.35 KB | |
flawfinder.spec | 0000001533 1.5 KB |
Revision 4 (latest revision is 7)
Dominique Leuenberger (dimstar_suse)
accepted
request 896596
from
Michael Vetter (jubalh)
(revision 4)
- Update to 2.0.16: * The distributed source file is now flawfinder.py, not flawfinder. This is part of a change that improves improve cross-platform ease-of-use by using entry_points. That said, "make install" will still install it as "flawfinder" (so those who install it via "make install" will see no change). * Added support for generating SARIF output, use --sarif. * Track curly brace level to reduce some problems, my thanks to * Improved handling of Git patch format
Comments 0