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
Apparently the 817eac8 commit changed the semantics of taint introduction, so now, a place where taint is introduced also became a place where a taint is consumed. And although it makes some sense, it breaks WUR as the latter would consider all results as used at the callsite points.
Apparently the 817eac8 commit changed the semantics of taint introduction, so now, a place where taint is introduced also became a place where a taint is consumed. And although it makes some sense, it breaks WUR as the latter would consider all results as used at the callsite points.
Notice, that the synthetic
23f
term is now self proving, it both introduces and sanitizes the taint.The text was updated successfully, but these errors were encountered: