ShiftLeftSecurity / fuzzyc2cpg

A fuzzy parser for C/C++ that creates semantic code property graphs
35 stars 13 forks source link

Deprecation warning when parsing `input` folder. #152

Open GlassAndOneHalf opened 4 years ago

GlassAndOneHalf commented 4 years ago

The following warning is produced when running fuzzyc2cpg on the project input folder:

Using deprecated CPG format with METHOD_INST nodes.

Update the CPG generator to use the latest CPG format.

fabsx00 commented 4 years ago

@ml86 can you explain to @GlassAndOneHalf what this warning is about? We might want to port the frontend to the updated spec.

ml86 commented 4 years ago

Here is the explanation: https://github.com/ShiftLeftSecurity/codescience/issues/2805#issue-492837543