Skip to content

Commit 76b089c

Browse files
committed
[SECURITY-359]
1 parent 76a7681 commit 76b089c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/cps/GroovySourceFileAllowlist.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ public DefaultAllowlist() throws IOException {
193193
ALLOWED_SOURCE_FILES.addAll(Arrays.asList(
194194
// pipeline-model-definition
195195
"/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelAndOtherFieldAgentScript.groovy",
196-
"/org/jenkinsci/plugins/pipeline/modeldefinition/parser/GlobalStageNameTestConditionalScript.groovy"
196+
"/org/jenkinsci/plugins/pipeline/modeldefinition/parser/GlobalStageNameTestConditionalScript.groovy",
197+
"/org/jenkinsci/plugins/pipeline/modeldefinition/parser/GlobalStepCountTestConditionalScript.groovy"
197198
));
198199
}
199200
}

0 commit comments

Comments
 (0)