possible XSS during setup
This commit is contained in:
@@ -95,6 +95,7 @@ danbarry
|
|||||||
- bug #2022182 [import, export] Import/Export fails because of Mac files
|
- bug #2022182 [import, export] Import/Export fails because of Mac files
|
||||||
- [security] protection against cross-frame scripting and
|
- [security] protection against cross-frame scripting and
|
||||||
new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group
|
new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group
|
||||||
|
- [security] possible XSS during setup, thanks to YGN Ethical Hacker Group
|
||||||
|
|
||||||
2.11.7.1 (2008-07-15)
|
2.11.7.1 (2008-07-15)
|
||||||
- bug [security] XSRF/CSRF by manipulating the db,
|
- bug [security] XSRF/CSRF by manipulating the db,
|
||||||
|
@@ -682,7 +682,7 @@ function show_overview($title, $list, $buttons = '') {
|
|||||||
echo $val[0];
|
echo $val[0];
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '<div class="data">';
|
echo '<div class="data">';
|
||||||
echo $val[1];
|
echo htmlspecialchars($val[1]);
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '</div>' . "\n";
|
echo '</div>' . "\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user