javaopen-sourcetaint

Is there an open source tainting tool?


is there an open source tainting tool? I am trying to analyze a Java project and it's java source code. Therefore I can see where and which purpose are parameters used for. For instance, is it used in an if statement or is it assigned to another variable etc.

Thanks


Solution

  • You could try using the Checker Framework.