h3xduck / TaintBlade

4 stars 0 forks source link

Use generic taint sinks to warn the user about the use of certain functions of their tainted data #85

Open h3xduck opened 1 year ago

h3xduck commented 1 year ago

The issue with this is that some data may be detected to be passed to a function as an arg, but in fact it is not, since we don't know the number of args prior to the call

h3xduck commented 1 year ago

Being put in the backlog for now