Закрытие уязвимости с именами тестов

v++
This commit is contained in:
2025-02-25 14:17:23 +03:00
parent d81abc226c
commit d7ea2f862e
8 changed files with 36 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ public class CreateTestsGroupFromSelectedVersions extends PublishTests {
protected boolean canStart(Object... args) throws Exception {
target = new Vector<>();
//---
if (Global.testingServer.db.groups.getUI().CheckCurrent(Log)) {
if (Global.testingServer.db.groups.getUI().canModifyCurrent(Log)) {
group = Global.testingServer.db.groups.getUI().getCurrent();
} else
return false;