Loading...
Loading...
Run Flawfinder SAST scans on C/C++ code. Detects buffer overflows, format string vulnerabilities, race conditions, and other memory safety issues.
npx skill4agent add vchirrav/product-security-ai-skills sast-flawfinderpip install flawfinderflawfinder --versionflawfinder --json <target-path> > flawfinder-results.jsonflawfinder --minlevel=3 --json <target>flawfinder --columns --json <target>flawfinder --csv <target> > results.csv| # | Risk Level (0-5) | CWE | File:Line:Column | Function | Finding | Remediation |
|---|-------------------|-----|------------------|----------|---------|-------------|| Category | Dangerous Functions | Safe Alternatives |
|---|---|---|
| Buffer overflow | | |
| Format string | | |
| Race condition | | |
| Integer overflow | | |
| Memory | | Bounded |
| Crypto | | |