dagimgetaw / To-do_list

A feature-rich todo list website built with HTML, CSS, and JS, providing a user-friendly interface to manage tasks, set reminders, and track progress efficiently.
1 stars 1 forks source link

XSS attack alert #1

Open xeureka opened 4 months ago

xeureka commented 4 months ago

when you are manipulating DOM in the javascipt try to avoid using the .innerhtml tag or try to use Dom manipulation in other libraries like react or svelte to mitigate XSS attack.