python-joern
python-joern copied to clipboard
Check for AssignmentExpr uses
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 none of the steps rely on old node names.
Additionally, UnaryOp was renamed into UnaryOperationExpression, see https://github.com/fabsx00/joern/pull/88.
Similarly, IncDecOp was renamed into PostIncDecOperationExpression, see https://github.com/fabsx00/joern/pull/89.