From 2fd24c7d14456cf22959cb98bf14122c6a6a0414 Mon Sep 17 00:00:00 2001 From: Cameron Dixon Date: Tue, 10 Jun 2025 09:16:08 -0400 Subject: [PATCH] Remove VDP form link (#3838) * remove VDP form link * Add code comment to prompt checks * Add code comment to prompt checks * Add whitespace to prompt checks * Revert change * remove whitespace to prompt check * Revert change --------- Co-authored-by: Erin <121973038+erinysong@users.noreply.github.com> --- .github/SECURITY.md | 2 +- src/registrar/templates/includes/domains_table.html | 1 - src/registrar/templates/includes/export.html | 1 - src/registrar/templates/includes/form_messages.html | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index e6fba722b..49fc726fb 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,4 +1,4 @@ -* If you've found a security or privacy issue on the **.gov top-level domain infrastructure**, submit it to our [vulnerabilty disclosure form](https://forms.office.com/Pages/ResponsePage.aspx?id=bOfNPG2UEkq7evydCEI1SqHke9Gh6wJEl3kQ5EjWUKlUMTZZS1lBVkxHUzZURFpLTkE2NEJFVlhVRi4u) or email help@get.gov. +* If you've found a security or privacy issue on the **.gov top-level domain infrastructure**, email us at help@get.gov. * If you see a security or privacy issue on **an individual .gov domain**, check [current-full.csv](https://flatgithub.com/cisagov/dotgov-data/blob/main/?filename=current-full.csv) to see whether the domain has a security contact to report your finding directly. You are welcome to Cc help@get.gov on the email. * If you are unable to find a contact or receive no response from the security contact, email help@get.gov. diff --git a/src/registrar/templates/includes/domains_table.html b/src/registrar/templates/includes/domains_table.html index 17a956935..aedff2c5c 100644 --- a/src/registrar/templates/includes/domains_table.html +++ b/src/registrar/templates/includes/domains_table.html @@ -5,7 +5,6 @@ {% url 'get_domains_json' as url %} - diff --git a/src/registrar/templates/includes/export.html b/src/registrar/templates/includes/export.html index cc54a7751..00252d697 100644 --- a/src/registrar/templates/includes/export.html +++ b/src/registrar/templates/includes/export.html @@ -8,4 +8,3 @@ - diff --git a/src/registrar/templates/includes/form_messages.html b/src/registrar/templates/includes/form_messages.html index 5d621a3c3..a3a1088bb 100644 --- a/src/registrar/templates/includes/form_messages.html +++ b/src/registrar/templates/includes/form_messages.html @@ -7,4 +7,4 @@ {% endfor %} -{% endif %} \ No newline at end of file +{% endif %}