Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviagolden0 committed May 21, 2024
1 parent c5c4fc2 commit 12725af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (e *v3Engine) SetWatcherWrapper(watcherWrapper WrapWatcher) {
}

// valid path patterns must be alphanumeric and may only contain select special characters (:/"'_.,*=-)
var validPath = regexp.MustCompile(`^[[:alnum:] \:\/\"\'\_\.\,\*\=\-]*$`)
var validPath = regexp.MustCompile(`^[[:alnum:] \#\:\/\"\'\_\.\,\*\=\-]*$`)

func (e *v3Engine) AddRule(rule DynamicRule,
lockPattern string,
Expand Down

0 comments on commit 12725af

Please sign in to comment.