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

Support for Method declaration has_access routine #28

Closed shivasurya closed 3 months ago

shivasurya commented 3 months ago

From now on, has_access attribute should support method declaration entity. If a declared method within the project isn't being invoked, it's marked as false

It's useful to find methods that are declared but never called or used.

⚠️ There might be false positive since the project might be library or implemented method

closes #29