Skip to content

Commit

Permalink
Merge pull request #470 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
Release test exclusions and rules for PHP
  • Loading branch information
tuxology committed Jun 18, 2024
2 parents 89493b9 + 32c93df commit cc92876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/exclusions/php.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclusions:
- id: Exclusions.Test
name: Exclude test source code
patterns:
- "(.*(?i)Tests/.*)|/.*Test.php"
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 cc92876

Please sign in to comment.