mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #35 from silverstripe-security/patch/3.1/ss-2016-016
[SS-2016-016] FIX Properly escape backURL for template injection
This commit is contained in:
commit
6b123fe1c9
@ -204,7 +204,7 @@ PHP
|
||||
'<p>Login success. If you are not automatically redirected '.
|
||||
'<a target="_top" href="{link}">click here</a></p>',
|
||||
'Login message displayed in the cms popup once a user has re-authenticated themselves',
|
||||
array('link' => $backURL)
|
||||
array('link' => Convert::raw2att($backURL))
|
||||
)
|
||||
));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user