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

Check for AssignmentExpr uses

Open fabsx00 opened this issue 10 years ago • 2 comments

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.

fabsx00 avatar Dec 02 '15 11:12 fabsx00

Additionally, UnaryOp was renamed into UnaryOperationExpression, see https://github.com/fabsx00/joern/pull/88.

malteskoruppa avatar Dec 04 '15 00:12 malteskoruppa

Similarly, IncDecOp was renamed into PostIncDecOperationExpression, see https://github.com/fabsx00/joern/pull/89.

malteskoruppa avatar Dec 07 '15 18:12 malteskoruppa