Claudiu-Vlad Ursache

Results 8 issues of Claudiu-Vlad Ursache

e.g. ``` // joern> importCode("/tmp/fff") // Using generator for language: PYTHONSRC: PythonSrcCpgGenerator // //... // joern> run.ossdataflow // joern> def source = cpg.literal.code(".*aval.*") // joern> def sink = cpg.call.code(".*print.*self.*").argument //...

seems useful for fast iterations of testing the tool out

using something like https://square.github.io/kotlinpoet/ will probably make writing more elaborate tests easier. (e.g. with longer dataflows)

takes up to 2min on a mid-range consumer laptop

`OdbGraph` should show a _No nodes to initialize from current storage_ message instead of _initializing 0 nodes from existing storage - this may take some time_ https://github.com/ShiftLeftSecurity/overflowdb/blob/76faf725faad32a4c705cda53e935828c164a5c8/tinkerpop3/src/main/java/io/shiftleft/overflowdb/OdbGraph.java#L120-L121 Stumbled upon this...