MrSuddenJoy / 4programmers.net

Coyote
https://4programmers.net
MIT License
0 stars 1 forks source link

(JS-0693) Use interpolation expressions instead of the `v-html` attribute #34

Open MrSuddenJoy opened 3 months ago

MrSuddenJoy commented 3 months ago

Description

It is recommended to use interpolation expressions instead of using v-html as it prevents injection attacks like XSS.

Occurrences

There are 15 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/MrSuddenJoy/4programmers.net/issue/JS-0693/occurrences/