Fraunhofer-AISEC / cpg

A library to extract Code Property Graphs from C/C++, Java, Go, Python, Ruby and every other language through LLVM-IR.
https://fraunhofer-aisec.github.io/cpg/
Apache License 2.0
248 stars 60 forks source link

Only follow full DFG flow in `followNextDFGEdgesUntilHit` and similar #1473

Closed oxisto closed 2 months ago

oxisto commented 2 months ago

We had a problem that the extension functions, such as followNextDFGEdgesUntilHit were following all DFG flows, including partial ones. This lead to unexpected results.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
87.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud