Skip to content

Commit

Permalink
Convert inline-flags PCRE style pattern (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jun 16, 2021
1 parent 4e59715 commit c28cf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/regexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"AWS_API_Key": "AKIA[0-9A-Z]{16}",
"Facebook_Access_Token": "EAACEdEose0cBA[0-9A-Za-z]+",
"Facebook_Secret_Key": "(?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}",
"Facebook_Secret_Key": "([f|F][a|A][c|C][e|E][b|B][o|O][o|O][k|K]|[f|F][b|B])(.{0,20})?['\"][0-9a-f]{32}",
"Facebook_OAuth": "[f|F][a|A][c|C][e|E][b|B][o|O][o|O][k|K].*['|\"][0-9a-f]{32}['|\"]",
"Facebook_ClientID": "(?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}",
"Firebase": "[a-z0-9.-]+\\.firebaseio\\.com",
Expand Down

0 comments on commit c28cf36

Please sign in to comment.