RedHatProductSecurity / rapidast

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

Crawl fail openshift #187

Closed cedricbu closed 6 months ago

cedricbu commented 6 months ago

Simplify creation of temporary directories in the scanners.

And also add the ability for zap_none to change the HOME directory to such a temporary directory.

This is because Firefox needs to create ~/.firefox. But in Openshift, we're getting a user created on the fly, without a home directory (i.e.: home directory is /, which is not writable)