generator
generator copied to clipboard
rawColumns instead of escapeColumns
Hi. Using escapeColumns(['id']) in TableController.stub makes other columns to be unescaped, so it makes them vulnerable to XSS. I suggest using rawColumns for actions column to make raw only this column ( rawColumns(['actions']) ) , so others will be escaped always.
nice suggestion @NModern, I will check the usage and do the needful