RedHatProductSecurity / rapidast

RapiDAST enables simple, continuous and fully automated application security testing
Apache License 2.0
59 stars 39 forks source link

[authentication] named scanner broke auth factory #127

Closed cedricbu closed 1 year ago

cedricbu commented 1 year ago

The authentication factory expected a fixed string for the scanners, to get to the authentication type.

This was broken by the named scanner (e.g.: zap_anonymous).

This commit fixes that.

Also, while at it, I tidied a little:

jeremychoi commented 1 year ago

LGTM