shivasurya / code-pathfinder

Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.
https://codepathfinder.dev/
GNU Affero General Public License v3.0
32 stars 6 forks source link

Fix crash mis-match variable formal parameters as comments #21

Closed shivasurya closed 4 months ago

shivasurya commented 4 months ago

There was crash while parsing variable while comment present in the formal parameters argument. Fixed it using formal parameter check.