There’s a stored XSS bug in the comments section under each proposal, allowing the attacker to run malicious JS on the client.
Steps to reproduce
- Hit "add a comment", found under any proposal
- Enter
<script>alert(1)</script> in the text field
- An alert-box should pop up with
1 in it
Relevant screenshot

This was tested on the latest commit (d3744d4) on a local development server.
Note: I haven't tested this on production.
There’s a stored XSS bug in the comments section under each proposal, allowing the attacker to run malicious JS on the client.
Steps to reproduce
<script>alert(1)</script>in the text field1in itRelevant screenshot
This was tested on the latest commit (d3744d4) on a local development server.
Note: I haven't tested this on production.