In qa-base.php I found function qa_sanitize_html that "returns $html after ensuring it is safe, i.e. removing Javascripts and the like - uses htmLawed library"
just a test post to add some html + js code, hope it gets cleaned by q2a. I copied the html directly:
... to the left is html with the class qa-waiting
new line:
red background with pseudo class
now comes a javascript alert:
that's it for now!
---
source from above:
<SPAN ID="qa-waiting-template" CLASS="qa-waiting">...</SPAN> to the left is html with the class qa-waiting
<br >new line:<br /><br />
<p class="" style="background-color:#FFAAAA">red background with pseudo class</p>
<br />
now comes a javascript alert:
<script type="text/javascript">alert("javascript injection")</script>
<br />
that's it for now!