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

Refactor Struct to accomodate Entities #26

Closed shivasurya closed 1 month ago

shivasurya commented 4 months ago

With growing number of attributes and routines, it would be good to have them in separate struct.

For example,

Node struct
- General struct
    - name
- Variable struct
    - variable_attributes
- Class struct
    - class_attributes 
- Method struct
shivasurya commented 2 months ago

As initial work on this #55 #35 has been grouped together and improved