You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user can create comments that contain HTML elements and inline css styles:
<script>
A comment can include a <script> tag. However, initial tests show that the script will not run:
Expected behavior:
Should only standard markdown be supported for code review comments?
Should a user be allowed to create HTML elements and use inline styles?
The text was updated successfully, but these errors were encountered:
scotthallock
changed the title
Code review comments: HTML elements and inline css styles are not escaped
Code review comments: HTML and inline css styles are not escaped
Mar 23, 2023
Inline styles
A user can create comments that contain HTML elements and inline css styles:
<script>
A comment can include a
<script>
tag. However, initial tests show that the script will not run:Expected behavior:
The text was updated successfully, but these errors were encountered: