laruence / taint

Taint is a PHP extension, used for detecting XSS codes
Other
611 stars 128 forks source link

Do Taint not support php5.6? #38

Closed stuven1989 closed 7 years ago

stuven1989 commented 7 years ago

My testing environment: php5.6 + mysql + nginx. I constructed the "EasyTalk" website in it and added taint extension to php, it is invalid that I request the web page. The problem is in php_taint_send_var_handler and php_taint_assign_handle function. @laruence

laruence commented 7 years ago

taint dosen't support 5.6 and is not going to support it due to complicated.

however taint supports PHP 7+ well.

sorry & thanks

stuven1989 commented 7 years ago

I want to support php5.6, Can you give me some suggestion? I found that the major compatible reason is variable tracing caused. @laruence