diff --git a/SECURITY.md b/SECURITY.md index 0eef4d02..b1692488 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Reporting a Vulnerability -If you come across any security concern or vulnarability, please report the information via email to security@docuseal.co instead of opening a GitHub issue. We will promptly respond and will collaborate with you to validate the issue, and resolve it ASAP. +If you come across any security concern or vulnarability, please report the information via email to security@docuseal.com instead of opening a GitHub issue. We will promptly respond and will collaborate with you to validate the issue, and resolve it ASAP. **We have a bug bounty program to reward security researchers.** diff --git a/lib/accounts.rb b/lib/accounts.rb index d6088bab..644032b1 100644 --- a/lib/accounts.rb +++ b/lib/accounts.rb @@ -11,7 +11,7 @@ module Accounts new_user.uuid = SecureRandom.uuid new_user.account = new_account new_user.encrypted_password = SecureRandom.hex - new_user.email = "#{SecureRandom.hex}@docuseal.co" + new_user.email = "#{SecureRandom.hex}@docuseal.com" account.templates.each do |template| new_template = template.dup diff --git a/lib/docuseal.rb b/lib/docuseal.rb index 2b3e283d..9ea6f35e 100644 --- a/lib/docuseal.rb +++ b/lib/docuseal.rb @@ -12,7 +12,7 @@ module Docuseal TWITTER_URL = 'https://twitter.com/docusealco' TWITTER_HANDLE = '@docusealco' CHATGPT_URL = 'https://chatgpt.com/g/g-9hg8AAw0r-docuseal' - SUPPORT_EMAIL = 'support@docuseal.co' + SUPPORT_EMAIL = 'support@docuseal.com' HOST = ENV.fetch('HOST', 'localhost') AATL_CERT_NAME = 'docuseal_aatl' CONSOLE_URL = if Rails.env.development?