MDL-64395 groups: Added XSS Risk to the manage groups capability

This commit is contained in:
Michael Hawkins 2018-12-20 10:08:49 +08:00 committed by Jenkins
parent 4166d28e1f
commit 9ca8ccbefc
2 changed files with 2 additions and 1 deletions

View file

@ -1113,6 +1113,7 @@ $capabilities = array(
),
'moodle/course:managegroups' => array(
'riskbitmask' => RISK_XSS,
'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018051703.12; // 20180517 = branching date YYYYMMDD - do not modify!
$version = 2018051703.13; // 20180517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.