wooyune1
wooyune1
**Describe the bug** ```java s = s.substring(0) + "a"; ``` The above is a line of Java code, which evidently contains two method calls: string concatenation and the substring method....
**Describe the bug** When a sink point is a function that doesn't provide any return information, it's not feasible to derive the path leading to the vulnerability. **To Reproduce** When...
**Describe the bug** Unable to create cpg for c# code.The following error occurs: ```scala [main] INFO io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner - Running dotnetastgen on 'D:\Workspace\Java\CsharpAnalysis\src\main\resources' [main] ERROR io.joern.csharpsrc2cpg.utils.DotNetAstGenRunner - - running dotnetastgen failed!...
I've been using joern-parse.bat whose version is 4.0.36 to generate CPGs for C# for taint analysis, but today when I tried version 4.0.336, I found that the generated CPG couldn't...