-
Seems to related to the https://github.com/Fraunhofer-AISEC/cpg/blob/master/src/main/java/de/fraunhofer/aisec/cpg/helpers/LocationConverter.java
```
18:10:37,715 ERROR ReferenceManager error while…
-
I think there is a problem in Joern in **v1.1.42**. According to the new documentation [https://docs.joern.io/upgrade-guides](https://docs.joern.io/upgrade-guides), `filter` and `where` have been swap…
-
The LSP server only seems to produce a valid result for the first analysis. Every other other analysis run after the server is already started seems to produce erroneous results.
-
https://github.com/Fraunhofer-AISEC/cpg/pull/179 will introduce an ELEMENT_TYPE edge between pointer types and element types. The in-memory field has always been there, the only new thing is an actual…
-
We use the very inefficient ":+" operation when adding node properties of list cardinality.
Here is the code position I mean: https://github.com/ShiftLeftSecurity/overflowdb-codegen/blob/a334b4c11b23…
-
The test version is v1.1.1.
1. In the older Joern v1.0.186, the query commands used below is right.
![image](https://user-images.githubusercontent.com/12693134/92185233-ed72b480-ee85-11ea-9cd0-c1a1…
clccc updated
4 years ago
-
The generated NodeKeys.java contains
```
public static final Key INHERITS_FROM_TYPE_FULL_NAME = new Key("INHERITS_FROM_TYPE_FULL_NAME");
```
This is incorrect: It should be a list of strings.
…
-
Hello I tried to use joern to analyze a project.
`./joern-parse` worked successfully
but `./joern-query -f scripts/list-funcs.scala` and other script raises Exception.
Meanwhile, when i use `sbt …