提交 ad38d848 编写于 作者: V Vojtech Juranek 提交者: Jesse Glick

[FIXED SECURITY-108] Check job name created via CLI

上级 622e39f8
......@@ -72,6 +72,7 @@ public class CreateJobCommand extends CLICommand {
name = name.substring(i + 1);
}
Jenkins.checkGoodName(name);
ig.createProjectFromXML(name, stdin);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册