Nico Fechtner
Nico Fechtner
I would love to see the OWASP Serverless Top 10 on the list.
Is there a particular reason that the dependency versions are fixed: ```python install_requires=[ 'click==4.0', 'python-owasp-zap-v2.4==0.0.14', 'requests==2.20.1', 'tabulate==0.7.5', 'termcolor==1.1.0', 'six==1.10.0', ] ``` When using zap-cli together with other packages, it would...
Resolves #85.
Just to keep track of it, the following rules miss documentation (there is currently only a placeholder file): - `detect-helmet-without-nocache` - `detect-option-multiplestatements-in-mysql` - `detect-option-rejectunauthorized-in-nodejs-httpsrequest` - `detect-possible-timing-attacks` - `disable-ssl-across-node-server`