From 538fdbe45f41ce5e34f95c8fb26fdf2c1031f3c7 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Sat, 3 Feb 2024 08:12:21 -0600 Subject: [PATCH] @vipyrsec.com -> vipyrsec.com Signed-off-by: Bradley Reynolds --- src/mainframe/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainframe/constants.py b/src/mainframe/constants.py index ac4cb2a0..f757e146 100644 --- a/src/mainframe/constants.py +++ b/src/mainframe/constants.py @@ -22,8 +22,8 @@ class Mainframe(EnvConfig): auth0_domain: str = "" auth0_audience: str = "" - email_reply_to: str = "support@mantissecurity.org" - email_sender: str = "system@mantissecurity.org" + email_reply_to: str = "support@vipyrsec.com" + email_sender: str = "system@vipyrsec.com" email_recipient: str = "security@pypi.org" bcc_recipients: set[str] = set()