You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(enrichment): detect Discord bot tokens and Twilio SIDs in secret-scan (#3263)
* feat(enrichment): detect Discord bot tokens and Twilio SIDs in secret-scan
Add high-confidence patterns for Discord bot tokens and Twilio Account/API
Key SIDs with fragment-based fixtures, truncation negatives, and webhook parity.
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(enrichment): tighten Twilio SID tail boundary in secret-scan
Use identifier-continuation lookahead so AC/SK + 32 hex is not matched
when immediately followed by a non-hex identifier char (Orb #3262).
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments