python-joern icon indicating copy to clipboard operation
python-joern copied to clipboard

A python interface to joern (deprecated).

Results 6 python-joern issues
Sort by recently updated
recently updated
newest added

The Gremlin plug-in has been installed, but this error still occurs when running the project

The url for py2neo 2.0.7 https://py2neo.readthedocs.io/en/latest/2.0/ is no longer available. And it seems that py2neo does not provide the 2.0 version now.

It confuses me so much. I have installed the latest version of python joern, and I use the following traversal getArguments('memcpy', '2') .sideEffect{ paramName = '.*len.*' } .filter{ it.code.matches(paramName) }...

py2neo v3 and v4 version remove the ext.gremlin

Just if someone wants to run the old version without problems...

Some AST nodes (AssignmentExpr in particular) have been renamed during the development of the php support for joern (see https://github.com/fabsx00/joern/pull/86). Before we merge the php-support, we need to ensure that...