|
|
第1行: |
第1行: |
| <noinclude>
| |
| <languages/>
| |
| </noinclude>{{ambox
| |
| | type = critical
| |
| | text = {{{message|'''<translate><!--T:1--> Warning:</translate>''' <translate><!--T:2--> The code or configuration described here poses a '''major security risk'''.</translate>}}}<br />
| |
| '''<translate><!--T:3--> Site administrators:</translate>''' <translate><!--T:4--> You are advised against using it until this security issue is resolved.</translate>
| |
| {{#if: {{{problem|}}}{{{solution|}}}{{{signed|}}} |
| |
| ----
| |
| {{#if: {{{problem|}}}
| |
| | '''<translate><!--T:5--> Problem:</translate>''' {{{problem|}}} {{#if: {{{solution|}}} | {{{signed|}}} }}<br/>
| |
| }}<!--/#if-->{{#if: {{{solution|}}}
| |
| | '''<translate><!--T:6--> Solution:</translate>''' {{{solution}}} {{{signed|}}} | {{{signed|}}}
| |
| }}<!--/#if-->
| |
| }}<!--/#if-->
| |
| }}<!--/#ambox--><includeonly>{{#if:{{{nocat|}}}||[[Category:Extensions with security vulnerabilities{{#translation:}}|{{PAGENAME}}]]}}</includeonly><!--
| |
| --><noinclude>
| |
| {{Documentation|content=
| |
| <translate>
| |
| == Usage == <!--T:7-->
| |
| </translate>
| |
| ;message: <translate><!--T:11--> optional</translate>
| |
| ;problem: <translate><!--T:8--> optional</translate>
| |
| ;solution: <translate><!--T:9--> optional</translate>
| |
| ;signed: <translate><!--T:10--> optional, sign with <tvar|code><code><nowiki>~~~~</nowiki></code></></translate>
| |
|
| |
|
| <pre>
| |
| {{Security alert
| |
| |problem=Open to XSS attacks
| |
| |solution=Properly escape all HTML output
| |
| |signed=~~~~
| |
| }}
| |
| </pre>
| |
| {{Security alert | | {{Security alert |
| |problem=Open to XSS attacks | | |problem=Open to XSS attacks |
第37行: |
第6行: |
| |nocat=yes | | |nocat=yes |
| }} | | }} |
|
| |
| <translate>
| |
| == See also == <!--T:12-->
| |
| </translate>
| |
| * {{ll|Category:Extensions with security vulnerabilities}}
| |
|
| |
| }}
| |
| [[Category:Alert templates{{#translation:}}|{{PAGENAME}}]]
| |
| [[Category:Extension templates{{#translation:}}|{{PAGENAME}}]]
| |
| </noinclude>
| |