Multi lang static analysis
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