Prevent secrets from sending in email #496
Labels
difficulty: medium
fix is medium in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: twilio enhancement
feature request on Twilio's roadmap
Uh oh!
There was an error while loading. Please reload this page.
Add a method that will check the content of the email before sending, to make sure that specific strings or patterns are not included.
For example, SG API keys look like this: SG.[a-zA-Z0-9_].[a-zA-Z0-9-].
So the function could take a list of regex or specific strings to compare against. If a string is found, the mail/send should throw an exception
The text was updated successfully, but these errors were encountered: