Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Update the Facebook secret key regex at signatures.yaml #1000

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
- Page Access Token: (?i)(EAAG[0-9A-Za-z]{10,128})
- Facebook Access Token: EAACEdEose0cBA[0-9A-Za-z]+
- Facebook Client ID: (?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}
- Facebook Secret Key: (?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}
- Facebook Secret Key: (?i)(facebook|fb)(.{0,20})?['\"][0-9a-fA-F]{32}
#- Client Token: (?i)fb[a-zA-Z0-9]{24,32}
- Instagram Access Token: (?i)(IGQV[0-9A-Za-z-_]{10,255})
- Instagram App Secret: (?i)(ig_[a-f0-9]{32})
Expand Down