Skip to content

Commit

Permalink
[PHP] fix regex for segment (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxology authored Jun 17, 2024
1 parent 325222d commit 32c93df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/segment/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "segment.com"
patterns:
- "(?i).*(segment).*"
- "(?i)(Segment\\\\Segment).*"
tags:

0 comments on commit 32c93df

Please sign in to comment.