-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
return_value_passing_001_T/F case问题 #123
Comments
噢噢,刚看到了是static,这个是否可以在注释中特别标注一下呢?毕竟这种case在实际代码中很少遇到,而且从注释来看,主要的关注点被引导到了return值的传递。 |
感谢您的提问。这里我们的case写的时候有个小问题, tmp = "_";这一句对污点赋值进行了重新赋值,所以应该不存在污点链路。我们在写的时候把这句加到了T的里面,应该加到F的case里。另外Introduction也写错了,应该为返回值传递相关的介绍,我们进行一下修改。 也欢迎给我们提交pr直接进行修改~~ |
com/sast/astbenchmark/case_language_maturity/completeness/single_app_tracing/control_flow/conditional_stmt/Statement_SwitchStatement_001_T.java |
您好,为什么return_value_passing的T/F与实际是相反的,我看注释里有标识为负样本,是因为__taint_sink不被视为sink么?
The text was updated successfully, but these errors were encountered: