Max Leuthäuser

Results 11 comments of Max Leuthäuser

@GiuliCler You could try loading the cpg into joern without running any passes to avoid the crash: `CpgLoader.loadFromOverflowDb(CpgLoaderConfig.withDefaults.withOverflowConfig(Config.withDefaults.withStorageLocation(cpgPath)))` You may be able to find the affected METHOD node (with the...

To debug this I need some piece of code that made trouble. Get the METHOD node with id=134 and look at its name and file name. Are you able to...

Easy fix would look like the one used in jssrc2cpg: https://github.com/joernio/joern/blob/master/joern-cli/frontends/jssrc2cpg/src/main/scala/io/joern/jssrc2cpg/astcreation/AstCreator.scala#L61 Requires adaptions in joern/sptests.

There is currently a major dataflow engine rewrite in the works that most likely will change a lot here. We will keep you posted on that. Hence, this issue here...

There is currently a major dataflow engine rewrite in the works that most likely will change a lot here. We will keep you posted on that. Hence, this issue here...

There is currently a major dataflow engine rewrite in the works that most likely will change a lot here. We will keep you posted on that. Hence, this issue here...

There is currently a major dataflow engine rewrite in the works that most likely will change a lot here. We will keep you posted on that. Hence, this issue here...

There is currently a major dataflow engine rewrite in the works that most likely will change a lot here. We will keep you posted on that. Hence, this issue here...

This is currently not directly supported (as an API call or something similar). The actual implementation for the String representation of nodes for printing to .dot is here: https://github.com/ShiftLeftSecurity/codepropertygraph/blob/master/semanticcpg/src/main/scala/io/shiftleft/semanticcpg/dotgenerator/DotSerializer.scala#L41 The...