-
Notifications
You must be signed in to change notification settings - Fork 22
Update buildPanel.js DOM text reinterpreted as HTML #94
base: main
Are you sure you want to change the base?
Conversation
|
Hi @pzread Could You Please Review This PR |
|
Hi @antiagainst Could You Please Review This PR |
|
Hi @pzread Could You Please Review This PR |
|
Hi @antiagainst Could You Please Review This PR |
|
Hi @antiagainst Thanks For Reviewing Thanks |
|
Hi @antiagainst Thanks For Reviewing Thanks |
|
Thanks! It looks I don't have write access anymore. Need somebody from Google to land it. |
|
Hi @antiagainst Thanks For Reviewing |
|
Hi @pzread Could You Please Merge This PR |
|
Hi @Shivam7-1 , I also no longer have merge access |
|
Hi @pzread Thanks For Replying |
No unfortunately. |
Okay Thanks |
By using textContent, it will avoid the risk of HTML injection, as these properties automatically escape any HTML special characters in the provided text. This helps prevent cross-site scripting (XSS) vulnerabilities by treating the input as plain text rather than interpreted HTML.