skoob-api icon indicating copy to clipboard operation
skoob-api copied to clipboard

[Snyk scan] High vulnerability: XSS

Open LaurenRolan opened this issue 2 years ago • 0 comments

[English] After running Snyk locally, it detected the following vulnerability:

✗ [High] Cross-site Scripting (XSS)
   Path: src/routes/books.ts, line 38
   Info: Unsanitized input from an HTTP parameter flows into send, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS).

[Português] Após rodar um scan local usando a ferramenta Snyk, a seguinte vulnerabilidade foi encontrada:

✗ [High] Cross-site Scripting (XSS)
   Path: src/routes/books.ts, line 38
   Info: Unsanitized input from an HTTP parameter flows into send, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS).

LaurenRolan avatar Jun 09 '23 19:06 LaurenRolan