промежуточный. нашел еще несколько уязвимостей в редактировнии чужих объектов.
This commit is contained in:
@@ -69,8 +69,9 @@ public class CreateTestFromDirectory extends Pass<Test> {
|
||||
if (args.length == 0) {
|
||||
//--
|
||||
from_files_chooser = true;
|
||||
if (!Global.testingServer.db.groups.getUI().CheckCurrent(Log))
|
||||
if (!Global.testingServer.db.groups.getUI().canModifyCurrent(Log)) {
|
||||
return false;
|
||||
}
|
||||
group = Global.testingServer.db.groups.getUI().getCurrent();
|
||||
if (!selectFiles())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user