Cross-site Scripting "Attack" #50
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user can submit text which wont be escaped when rendered, although as it stands, it shouldn't affect other users due to how
SavedGuild
s are created on a per-user basis.Replicate:
<select>
elem<option>
elem to some malicious codeGiven the current way this app works, this would only affect the own user, and is not therefor a proper xss attack, however the future scope of the project is to make these saved guilds shared objects for many users, meaning this will be an issue in the future if not fixed now.
solved in 0.3.4