Skip to content

Commit 2be7749

Browse files
committed
Added test data for full db c/s
1 parent c33c470 commit 2be7749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

database/patterns.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ patterns:
2323
additional_not_match:
2424
# placeholders, variable substitutions, etc.
2525
- (^|;)([Pp]assword|[Pp]wd|[Ss]hared[Ss]ecret[Vv]alue|[Aa]ccount[Kk]ey|PW|pw|[Cc]ipher [Kk]ey|OAuth Access Token Secret)=(%s\b|\{\{[^}]+\}\}|\{[0-9]+\}|\$?\{[^}]+\}|\[[A-Z_]+\]|['"`]|$)
26+
test:
27+
data: connection_string = "Data Source=eee,1433;Initial Catalog=bbb;Integrated Security=False;User ID=ccc@aaa;Password=ddd;"
28+
start_offset: 21
29+
end_offset: 117
30+
2631

2732
- name: Database Connection String (1)
2833
type: database_connection_string_1

0 commit comments

Comments
 (0)