- edited description
when I run the doop command such as:
./doop --analysis 2-object-sensitive+heap --library-file depend_webgoat/*.jar -input-file webgoat1.jar --platform java_11 --information-flow webapps --id web1 --information-flow-high-soundness --open-programs jackee
Its results in LeakingTaintedInformation.csv shows below
The results in these lines(in the red rectangles:MockObject) are false postives,do we have any way to remove these false positives to get clean tainted results?
Note:the input files are attached below,but you need to unzip the depend_webgoat.jar and put the directory depend_webgoat(after unzip) in the doop,or you will not get any tainted results.