Skip to content

Runtime interception of AssignmentExpression #19

Description

@Invizory

Implement taintflow.intercept to support runtime interception of AssignmentExpressions like +=.

Maybe it's also a good idea to rewrite expressions like a.b.c += x to temp = a.b, temp.c = temp.c + x (just a.b.c = a.b.c + x causes unwanted side effects), thus delegating interception to BinaryExpression.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions