highlight icon indicating copy to clipboard operation
highlight copied to clipboard

SQL injection in PHP

Open brendt opened this issue 1 year ago • 0 comments

$books = map(new Query(<<<SQL
    SELECT * 
    FROM Book
    LEFT JOIN …
    HAVING … 
SQL))->collection()->to(Book::class);

This gives weird highlighting for the query

brendt avatar Aug 15 '24 06:08 brendt