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
Current Behavior
Calling SupertaskUtils::runSupertask with pretask where CrackerBinaryType is not equal to $crackerId BinaryType will cause an error "Object of class DBA\CrackerBinary could not be converted to string"
Current Behavior
Calling SupertaskUtils::runSupertask with pretask where CrackerBinaryType is not equal to $crackerId BinaryType will cause an error "Object of class DBA\CrackerBinary could not be converted to string"
Expected Behavior
function exectutes with error
Background
There are conditional statement if ($cracker->getCrackerBinaryTypeId() != $pretask->getCrackerBinaryTypeId()) {
which triggers an object returned instead of an Id.
Additional information
a) PoC fix
The text was updated successfully, but these errors were encountered: