You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add loggedOutIndicator as alternative
Change attackFields validation for name & value
Remove csrf property name from zap setAuthenticationMethod post data
(resp)=>this.publisher.pubLog({ testSessionId,logLevel: 'info',textData: `Set authentication method to "${authenticationMethod}", for Test Session with id: "${testSessionId}". Response was: ${JSON.stringify(resp)}.`,tagObj: {tags: [`pid-${process.pid}`,'app_scan_steps']}}),
142
147
(err)=>`Error occurred while attempting to set authentication method to "${authenticationMethod}", for Test Session with id: "${testSessionId}". Error was: ${err.message}.`
(resp)=>this.publisher.pubLog({ testSessionId,logLevel: 'info',textData: `Set logged in indicator "${loggedInIndicator}", for Test Session with id: "${testSessionId}". Response was: ${JSON.stringify(resp)}.`,tagObj: {tags: [`pid-${process.pid}`,'app_scan_steps']}}),
148
152
(err)=>`Error occurred while attempting to set logged in indicator to "${loggedInIndicator}", for test session with id: "${testSessionId}". Error was: ${err.message}.`
@@ -164,7 +168,7 @@ Given('the application is spidered for each appScanner resourceObject', async fu
164
168
(resp)=>this.publisher.pubLog({ testSessionId,logLevel: 'info',textData: `Set forced user with Id "${internals.userId}", for Test Session with id: "${testSessionId}". Response was: ${JSON.stringify(resp)}.`,tagObj: {tags: [`pid-${process.pid}`,'app_scan_steps']}}),
165
169
(err)=>`Error occurred while attempting to set forced user "${internals.userId}", for Test Session with id: "${testSessionId}". Error was: ${err.message}.`
0 commit comments