-
Notifications
You must be signed in to change notification settings - Fork 180
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
Tai-e did not detect any taint flows #107
Comments
Tomcat, JBoss and other java web frameworks mainly use a dynamic way to process Tai-e cannot automaticly generate
|
Thank you very much for your detailed instruction. I did as you suggested, but it still did not work. I generated Moreover, the compiled The arguments of Tai-e stay the same as those in the initial issue I posted:
Tai-e still did not detect any taint flows. Any help will be greatly appreciated. |
I cannot figure out exactly why Tai-e cannot detect this taint flow. However, I notice an output line of Tai-e
The
Can you ensure the file |
Thank you very much for your quick reply. The Thanks for your reminder, now I included However, Tai-e's output stayed the same and still did not detect any taint flows. Could you please help me check if there are any steps I did wrong? Thank you very much. More information I also reorganized the locations of
and also put all the
I also changed the path of Tai-e's arguments Now Tai-e's aruguments are as below:
Tai-e's output Tai-e's output stayed the same and still did not detect any taint flows:
|
Sorry for giving some misleading information before. The The real problem here is that Tai-e can only set entrypoint to You can solve this problem by injecting a new plugin to Tai-e. See here and the blog. |
Thank you very much for your instruction. I will try injecting a new plugin as you suggested. |
Overall Description
When I used Tai-e for taint analysis on jsp files, Tai-e did not detect any taint flows.
I'm a beginner in taint analysis, I can't figure out the reason.
any help would be greatly appreciated.
Current Behavior
Tai-e did not detect any taint flows.
Expected Behavior
Tai-e is expected to detect a taint flow in the java file.
Tai-e Version
tai-e-all-0.2.2.jar
Tai-e Arguments
JDK Version
JDK 17
System Environment
CentOS 7.8
Additional Information
The content of taint-config-jsp.yml is below:
The output of Tai-e is shown below:
Taint analysis is performed on shell_jsp.jsp:
I use Tomcat to convert shell_jsp.jsp into java file.
The generated java file is below:
The text was updated successfully, but these errors were encountered: