Fixed XSS, reported by alexander@klink.name
This commit is contained in:
parent
9df4c24204
commit
8f992c32a0
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
|||
<p><input type="submit" name="process" value="<?=_("Analyse")?>"></p>
|
||||
</form>
|
||||
<? } else {
|
||||
echo "<pre>";
|
||||
print_r(openssl_x509_parse(openssl_x509_read($_POST['csr'])));
|
||||
echo "</pre>";
|
||||
echo "<pre>".htmlspecialchars(print_r(openssl_x509_parse(openssl_x509_read($_POST['csr'])),true))."</pre>";
|
||||
}
|
||||
showfooter();
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue