Xavier Pinho

Results 5 issues of Xavier Pinho

The original usage of `.\Pages` crashes on macOS. The fix is to simply use the platform path separator instead.

# Setup ## Query ```scala def source = cpg.literal("20") def sink = cpg.call("sink").argument sink.reachableByFlows(source) ``` ## Sample 1 ```python x = foo(20) sink(x) ``` ## Sample 2 ```python y =...

bug
python

# Setup Tested on Joern 2.0.405 Compare Scenario 1 with Scenario 3 and Scenario 2 with Scenario 4 below. Even though these pairs of samples are equivalent, their results are...

bug
python
dataflow engine

By happenstance, noticed `runPass` was not really doing much, and then saw this recent PR https://github.com/joernio/joern/pull/4821. Since I didn't have anything worst to do, decided to follow @maltek's suggestion here...