CI Fuzz CLI Open source tool simplifies fuzz testing for C++

27-Sep-22

Fuzz testing aids programmers in securing their programmes against memory corruptions, outages brought on by crashes, and other security problems like DoS and uncaught exceptions. Developers can now conduct coverage-guided fuzz tests straight from the command line to detect and patch vulnerabilities at scale thanks to Code Intelligence’s open-sourced CI Fuzz CLI security tool.

The open-source community is seeing a rise in popularity of fuzz testing. More than 40,500 problems have been found in 650 open-source projects, according to a recent study from Google’s Open-Source-Security (OSS) team. Read More…