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
Input fields with no type attribute do not seem to produce symbolic values in the concolic modes.
e.g. taking the value from <input id="X"> does not give a symbolic value, even though it is otherwise treated like <input id="Y" type="text"> (which does return symbolic values.
The text was updated successfully, but these errors were encountered:
Input fields with no type attribute do not seem to produce symbolic values in the concolic modes.
e.g. taking the value from
<input id="X">
does not give a symbolic value, even though it is otherwise treated like<input id="Y" type="text">
(which does return symbolic values.The text was updated successfully, but these errors were encountered: