You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the way I integrate the extension with my code, so having it throw a Exception will no longer provide benefit for me. therefore we could close this issue.
my new approach is
register a error handler which turns taint-warnings into exceptions
in the error handler I filter out taint-errors from files which are not under my control (e.g. external dependencies etc.) as those need to be handled differently.
Would be great when tain could be configured (e.g. using
taint.error_level
) to throw proper Exceptions instead of triggering Errors/Warnings.That way would would have a proper backtrace and localisation of the actual errors would be way easier.
The text was updated successfully, but these errors were encountered: