Skip to content

Commit f5c645f

Browse files
committed
whitelist concat function
1 parent 313d5ab commit f5c645f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/common/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ var allowedFunctions = map[string]struct{}{
172172
"if": {},
173173
"toStartOfDay": {},
174174
"toDate": {},
175+
"concat": {},
175176
}
176177

177178
var disallowedPatterns = []string{

0 commit comments

Comments
 (0)