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

Added a more minimalistic to-do-list #402

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Added a more minimalistic to-do-list #402

merged 1 commit into from
Oct 19, 2023

Conversation

geekpaz
Copy link
Contributor

@geekpaz geekpaz commented Oct 19, 2023

This to-do-list is made using HTML, CSS, JS and it has very minimalistic design. It can help to track your daily tasks.

Comment on lines +11 to +14
taskItem.innerHTML = `
${taskText}
<button class="delete">Delete</button>
`;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@Diptenusarkar Diptenusarkar merged commit 2ae0410 into Diptenusarkar:main Oct 19, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants