Error:
py2neo.error.BadInputException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: ANY for class: Script29
Code:
arg3Source = sourceMatches('.*tainted_function.*');
getCallsTo('memcpy')
.taintedArgs([ANY,ANY,arg3Source])
.locations()
The example was from the Joern talk at Hacktivity. I've also tried .taintedArgs([ANY,ANY,arg3Source]) however no luck either.