From 30b814ae1d79242d2449dc164e1d2daf22c1baab Mon Sep 17 00:00:00 2001 From: untra Date: Thu, 3 Aug 2023 13:49:24 -0600 Subject: [PATCH] remove deprecated fields --- stackhawk.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stackhawk.yml b/stackhawk.yml index c500e26..2aa773a 100644 --- a/stackhawk.yml +++ b/stackhawk.yml @@ -4,13 +4,6 @@ app: env: ${APP_ENV:Development} # The url of your application to scan host: ${HOST:http://localhost:8020} # (required) - # Our scanner's capability is still in Alpha; If we notice a bug we'll use this email to reach out or provide a fix. - # We will never use this contact for marketing purposes. - contactEmail: scott.gerlach@sterkherk.kerm # (optional) - # The risk level of the app - riskLevel: MEDIUM # (optional) - # The type of data sensitivity the web app maintains - appDataType: PII # (optional) # # The name of your anti csrf parameter antiCsrfParam: csrfmiddlewaretoken # (optional)