its not working after ./joern, shows Error: Could not find or load main class .Cause by: java.lang.ClassNotFoundException:
@ElenaWilliams-nc9xu2 ай бұрын
please help
@भारतवासी-प6पАй бұрын
You are using the wrong module import. As you may be having the latest version but you don't know the latest import modules and classes
@damejelyas2 жыл бұрын
the real question is does joern tool provide dataFlow analysis and Taint analysis because I think it is the real power of CodeQL
@themadichib0d2 жыл бұрын
the site says it does, but finding good joern resources and examples is kinda hard
@himanipku22 Жыл бұрын
kzbin.infoqtGRNb_2Khs?feature=share&t=2699 This seems kind of similar to taint analysis.
@homegrown43352 жыл бұрын
The conclusion is...
@viva4534532 жыл бұрын
There is a learning curve in both cases to learn the tools. As we see in the videos brute force approach in both cases takes time to find how to formulate the query (and would take even longer without helpful comments from live observers). While the tools overlap, the specific case may not be the best for comparison - Joern failed to analyze one of the TypeScript classes. The fact that in Joern case you need to think in terms of the JavaScript, that the TypeScript is transpiled to, is not convenient. But the experience when comparing a different programming language may be different. I *personally* find the CodeQL query more readable than the one liner mix with lambdas approach of Joern. From the performance point of view Joern looks more interactive and fast, when CodeQL always takes time to compile and execute.