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
Currently we do not notice when the webscan with ZAP performs a logout during the ajax crawler scan.
The regular spider and the active scan can be handled by defaults or adding excluded URLs to the webscan configuration.
Wanted
For the ajax crawler we want a specific section which specifies the logout html element.
Solution
Introduce a logout section inside the sechub webscan config. The following example might change before the implementation:
- add logout to openapi.yaml
- add logout to sechub config model
- add validation with tests
- add example file with validation
- add documentation example
Siutation
Currently we do not notice when the webscan with ZAP performs a logout during the ajax crawler scan.
The regular spider and the active scan can be handled by defaults or adding excluded URLs to the webscan configuration.
Wanted
For the ajax crawler we want a specific section which specifies the logout html element.
Solution
Introduce a logout section inside the sechub webscan config. The following example might change before the implementation:
Important
logout
section is optional, but when alogout
section is definedxpath
andhtmlElement
MUST be presentThe text was updated successfully, but these errors were encountered: