We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ce365 commit 30b814aCopy full SHA for 30b814a
stackhawk.yml
@@ -4,13 +4,6 @@ app:
4
env: ${APP_ENV:Development}
5
# The url of your application to scan
6
host: ${HOST:http://localhost:8020} # (required)
7
- # 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.
8
- # We will never use this contact for marketing purposes.
9
- contactEmail: [email protected] # (optional)
10
- # The risk level of the app
11
- riskLevel: MEDIUM # (optional)
12
- # The type of data sensitivity the web app maintains
13
- appDataType: PII # (optional)
14
15
# # The name of your anti csrf parameter
16
antiCsrfParam: csrfmiddlewaretoken # (optional)
0 commit comments