Skip to content

Commit ea14bfa

Browse files
committed
Speeling and logging changes
1 parent 67000ea commit ea14bfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stackhawk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ app:
99
contactEmail: [email protected] # (optional)
1010
# The risk level of the app
1111
riskLevel: MEDIUM # (optional)
12-
# The type of data sensitivity the web app mantains
12+
# The type of data sensitivity the web app maintains
1313
appDataType: PII # (optional)
1414

1515
# # The name of your anti csrf parameter
@@ -21,7 +21,7 @@ app:
2121
# # Form POST based authentication configuration for scanning as a user.
2222
# # Enabling will force the scanner to scan as an
2323
# # authenticated user of your app.
24-
# # Autenticated requests will pass cookies received from the form POST
24+
# # Authenticated requests will pass cookies received from the form POST
2525
# # to maintain authentication.
2626
authentication:
2727
# # A regex to match against http responses to determine if the scan user is

vuln_django/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@
130130
},
131131
'root': {
132132
'handlers': ['console'],
133-
'level': 'DEBUG',
133+
'level': 'INFO',
134134
},
135135
'loggers': {
136136
'django.request': {
137137
'handlers': ['console'],
138-
'level': 'DEBUG', # change debug level as appropiate
138+
'level': 'INFO', # change debug level as appropiate
139139
'propagate': False,
140140
},
141141
},

0 commit comments

Comments
 (0)