Skip to content

Multi lang static analysis

Akshay Samal requested to merge multi_lang_static_analysis into main

Summary by Bito

The pull request introduces code samples across multiple languages (C, C++, JavaScript) that demonstrate common programming issues for static analysis testing. These samples include memory leaks, buffer overflows, type conversion errors, and other typical vulnerabilities that static analysis tools should detect.
Edited by Akshay Samal

Merge request reports