mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°8612 - [SECU] Insecure Access to Inline Images
This commit is contained in:
@@ -63,6 +63,7 @@ try {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'download_inlineimage':
|
case 'download_inlineimage':
|
||||||
|
LoginWebPage::DoLoginEx();
|
||||||
// No login is required because the "secret" protects us
|
// No login is required because the "secret" protects us
|
||||||
// Benefit: the inline image can be inserted into any HTML (templating = $this->html(public_log)$)
|
// Benefit: the inline image can be inserted into any HTML (templating = $this->html(public_log)$)
|
||||||
$id = utils::ReadParam('id', '');
|
$id = utils::ReadParam('id', '');
|
||||||
|
|||||||
Reference in New Issue
Block a user