Skip to content

Commit 117851f

Browse files
authored
Update fingerprint.yml
1 parent 2f6d3ff commit 117851f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fingerprint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Email: "\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}\\b"
22
Phone Number: "^\\(\\+\\d{1,2}\\s\\)?\\(?\\d{3}\\)?[\\s.-]\\d{3}[\\s.-]\\d{4}$"
33
Aadhar: "\\b\\d{4}[-.]?\\d{4}[-.]?\\d{4}\\b"
4-
PAN Number: "[A-Z]{5}[0-9]{4}[A-Z]{1}"
4+
PAN Number: "(?i)\b(?:panNumber:|PAN:|panNo=|pan:|<)?\s*[A-Z]{5}[0-9]{4}[A-Z]\s*(?:>)?\b"
55
Amazon MWS Auth Token: "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
66
Amazon SNS Topic Disclosure: "arn:aws:sns:[a-z0-9\\-]+:[0-9]+:[A-Za-z0-9\\-_]+"
77
AWS Access Key ID Value: "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"
@@ -32,4 +32,4 @@ Shopify Shared Secret: "shpss_[a-fA-F0-9]{32}"
3232
Square Accesss Token: "sq0atp-[0-9A-Za-z\\-_]{22}"
3333
Square OAuth Secret: "sq0csp-[0-9A-Za-z\\-_]{43}"
3434
Twilio API Key: "(?i)twilio(.{0,20})?SK[0-9a-f]{32}"
35-
Twitter Secret: "(?i)twitter(.{0,20})?[0-9a-z]{35,44}"
35+
Twitter Secret: "(?i)twitter(.{0,20})?[0-9a-z]{35,44}"

0 commit comments

Comments
 (0)