File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
contactEmail :
[email protected] # (optional)
10
10
# The risk level of the app
11
11
riskLevel : MEDIUM # (optional)
12
- # The type of data sensitivity the web app mantains
12
+ # The type of data sensitivity the web app maintains
13
13
appDataType : PII # (optional)
14
14
15
15
# # The name of your anti csrf parameter
21
21
# # Form POST based authentication configuration for scanning as a user.
22
22
# # Enabling will force the scanner to scan as an
23
23
# # 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
25
25
# # to maintain authentication.
26
26
authentication :
27
27
# # A regex to match against http responses to determine if the scan user is
Original file line number Diff line number Diff line change 130
130
},
131
131
'root' : {
132
132
'handlers' : ['console' ],
133
- 'level' : 'DEBUG ' ,
133
+ 'level' : 'INFO ' ,
134
134
},
135
135
'loggers' : {
136
136
'django.request' : {
137
137
'handlers' : ['console' ],
138
- 'level' : 'DEBUG ' , # change debug level as appropiate
138
+ 'level' : 'INFO ' , # change debug level as appropiate
139
139
'propagate' : False ,
140
140
},
141
141
},
You can’t perform that action at this time.
0 commit comments