joern icon indicating copy to clipboard operation
joern copied to clipboard

Open-source code analysis platform for C/C++/Java/Binary/Javascript/Python/Kotlin based on code property graphs. Discord https://discord.gg/vv4MH284Hc

Results 384 joern issues
Sort by recently updated
recently updated
newest added

currently joern support ghidra2cpg, with use ghidra to load binary to cpg. but it seems only use the assembly instruction, why not use the decompiler infomation? ``` Call( argumentIndex =...

**Describe the bug** the code ``` struct genl_family smc_gen_nl_family __ro_after_init = { .hdrsize = 0, .name = SMC_GENL_FAMILY_NAME, .version = SMC_GENL_FAMILY_VERSION, .maxattr = SMC_CMD_MAX_ATTR, .policy = smc_gen_nl_policy, .netnsok = true,...

bug

When file content is added to `FILE` nodes, various `OFFSET` properties need to be supported to enable the `.content` step.

ruby

The following line can be found under a test in `io.joern.rubysrc2cpg.dataflow.MultipleAssignmentTests`: ```ruby y=*x ``` This is emitted as if `y=` is a call being multiplied by `x`, where this should...

ruby

Because CPG does not support default parameter values currently, user cannot do query related to default parameters. **Describe the solution you'd like** The `code` field of the existing Method does...

Expected to support modifiers for local variables. For example: ```java public class MethodTest { public void test() { final Test var = new Test(); } } ``` Functions similar to...