Skip to content

Commit

Permalink
Resolução XSS [Issue #850]
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPintoSouza committed Dec 26, 2024
1 parent f3b1cd9 commit f1233c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/geral/editar_permissoes.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
if(isset($_GET['msg_c'])){
$msg = $_GET['msg_c'];
echo('<div class="alert alert-success" role="alert">
'. $msg .'
'. htmlspecialchars($msg) .'
</div>');
}
if($permissao == 1){
Expand Down

0 comments on commit f1233c3

Please sign in to comment.