Skip to content

Commit

Permalink
whitelist concat function
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Jan 14, 2025
1 parent 313d5ab commit f5c645f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ var allowedFunctions = map[string]struct{}{
"if": {},
"toStartOfDay": {},
"toDate": {},
"concat": {},
}

var disallowedPatterns = []string{
Expand Down

0 comments on commit f5c645f

Please sign in to comment.