Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups

Re: Security level of tracker issue

by Helen Foster -
Number of replies: 6
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

If the security level is set to 'Could be a security issue', then you need to be logged in to view the issue. If the security level is set higher than this, you need to be in a certain group to be able to view it.

After a security issue is fixed, sometimes the level is changed to allow more people to view it. Otherwise, the security announcement will provide enough information so that it is not necessary to view the tracker issue.

In reply to Helen Foster

Re: Security level of tracker issue

by Andreas Panagiotopoulos -

Hello Helen,

do you have any news for this issue??

You understand it's very critical for moodle admins as it has security impacts to companies and organisations..

Regards,

Andreas

In reply to Andreas Panagiotopoulos

Re: Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hello Andreas,

I can confirm that the issue has the priority set as 'Critical' and is being worked on. The developers are trying to get the fix included in Moodle 3.1.3 (scheduled for release on Monday 14 November); if not it will be available soon afterwards.

Average of ratings: Useful (1)
In reply to Helen Foster

Re: Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups

by Andreas Panagiotopoulos -

Thank you Helen for your reply.

In the meantime, as security issues raised, I managed to hide this option from css with this codeQ


.path-mod-assign [data-region="user-selector"] .alignment input {

   width:100px;

   border:none;

   box-shadow: inset 0 0px 0px rgba(0,0,0,0); 

   pointer-events:none;

}

.path-mod-assign [data-region="user-selector"] .alignment .form-autocomplete-downarrow {

    display:none!important;

}


I post it here if anyone needs to use it.


Average of ratings: Useful (1)
In reply to Andreas Panagiotopoulos

Re: Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups [Solved]

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Thanks Andreas for your workaround.

I can confirm that MDL-56363 is fixed in today's release of Moodle 3.1.3.

In reply to Helen Foster

Re: Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups [Solved]

by Andreas Panagiotopoulos -

Thank you Helen for your support!

Glad to hear that this huge bug has been fixed!

In reply to Andreas Panagiotopoulos

Re: Moodle 3.1 - Assignment Grader (bug) - able to grade students from different groups [Solved]

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Another update: The security level of MDL-56363 has been reduced, so everyone can now view it.