psalm / psalm.dev

Has the source for psalm.dev
https://psalm.dev
MIT License
11 stars 15 forks source link

TaintIssues highlighting broken after #72 #73

Closed Patrick-Remy closed 2 years ago

Patrick-Remy commented 2 years ago

After the applied fix of vimeo/psalm#7609 via #72 the highlighting got broken.

See: https://psalm.dev/r/8754ae5fb4 Or screenshot here https://github.com/vimeo/psalm/issues/7609#issuecomment-1033026911

psalm-github-bot[bot] commented 2 years ago

I found these snippets:

https://psalm.dev/r/8754ae5fb4 ```php

I am a header

``` ``` Psalm output (using commit efb1464): ERROR: TaintedHtml - 4:49 - Detected tainted HTML ERROR: TaintedTextWithQuotes - 4:49 - Detected tainted text with possible quotes ```