Can I get 4 projects/tags created, so that I can classify some of the most common mediawiki bugs?
Names - description:
websec-inject - This tag is used to group security bugs by their general classification. These bugs allow an attacker to inject their own code or commands into the normal processing. See OWASP Top 10 2013 - A1
websec-xss - This tag is used to group security bugs by their general classification. These bugs allow an attacker to run javascript in another user's browser (Cross-site Scripting / XSS). See OWASP Top 10 2013 - A3
websec-csrf - This tag is used to group security bugs by their general classification. These bugs allow an attacker to cause another user to take actions on the website without their knowledge. See [https://www.owasp.org/index.php/Top_10_2013-A8-Cross-Site_Request_Forgery_(CSRF) | OWASP Top 10 2013 - A8]]
websec-infoleak - This tag is used to group security bugs by their general classification. These bugs allow a user to access information that they shouldn't have access to. See [https://www.owasp.org/index.php/Top_10_2013-A7-Missing_Function_Level_Access_Control | OWASP Top 10 2013 - A7]]