query-database icon indicating copy to clipboard operation
query-database copied to clipboard

Default query sets for Joern

Results 3 query-database issues
Sort by recently updated
recently updated
newest added

Joern-scan leads to the following error output from /tmp/joern-scan-log.txt [error.txt](https://github.com/joernio/query-database/files/7139013/error.txt) However, I am able to successfully run joern-scan if I build on commit 9b2068e7ff1. I am attempting to build query-database...

Add a query `undesired /dangerous type conversion` ``` for example : "int" to "short" int foo(int iPram) { int iBig = 0; short sSmall = 0; iBig = iPram; sSmall...