nickthecook / archyve

GNU Affero General Public License v3.0
117 stars 15 forks source link

HTML not being escaped in code snippets from LLM #73

Open nickthecook opened 1 month ago

nickthecook commented 1 month ago

Ask "How do I center a div in CSS?".

Among the response:

image

The text in the message for that section is:

<div class="container"><br>
&nbsp;&nbsp;<div class="center-div">Centered Content</div><br>
</div><br>

The <div class="... should be visible in the chat, so it needs to be HTML-escaped.