Closed frijjoasis closed 5 years ago
Let Yii deal with potential bad guys by passing user input to it as a parameter. This ensures proper sanitisation. The excessive use of CONCAT is necessary so Yii doesn't recognise the % symbols as parameters.
CONCAT
%
Thanks for the contribution! -- that was a critical fix
Let Yii deal with potential bad guys by passing user input to it as a parameter. This ensures proper sanitisation. The excessive use of
CONCAT
is necessary so Yii doesn't recognise the%
symbols as parameters.