Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MrSuddenJoy opened this issue Jun 17, 2024 · 0 comments · May be fixed by #50
Open

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

MrSuddenJoy opened this issue Jun 17, 2024 · 0 comments · May be fixed by #50
Labels
DeepSource Issue created with/by DeepSource app

Comments

@MrSuddenJoy
Copy link
Owner

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/

@MrSuddenJoy MrSuddenJoy added the DeepSource Issue created with/by DeepSource app label Jun 17, 2024
@MrSuddenJoy MrSuddenJoy added this to the Refactoring code-base milestone Jun 17, 2024
@MrSuddenJoy MrSuddenJoy linked a pull request Jun 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DeepSource Issue created with/by DeepSource app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant