Skip to content

can't run traversal "unsanitized" #19

Description

@Smaugon

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) }
.unsanitized{ it.isCheck( paramName ) }
.params( paramName )
It is showed on https://joern.readthedocs.io/en/latest/querying.html as an example, but I failed.
I have checked the code over and over, but I have no clue.
Please tell me how to solve it!

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions