Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
767fa3a
0da3443
)
Merge branch 'MDL-67587-master-1' of git://github.com/mihailges/moodle
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 10 Apr 2020 10:09:55 +0000
(12:09 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Fri, 10 Apr 2020 15:04:13 +0000
(17:04 +0200)
Changed PARAM_TEXT to PARAM_NOTAGS to "search" param
because it's the same but WITHOUT lang support and we
don't need lang support there.
Of course, both require to verify that the output is always
escaped. In this case (mustache) it is. Or also p() or s().
Without that XSS on form values are relatively easy!
Trivial merge