Baseline error on Stable
See original GitHub issueUsing ZapDocker stable 2.11.1
When using the following command line
python3 /zap/zap-baseline.py -z ' -config start.checkForUpdates=false -config start.checkAddonUpdates=false -config values.auto_update_addons=True -config connection.proxyChain.exclusions.exclusion.name=link -config connection.proxyChain.enabled=true -config connection.proxyChain.hostName=proxy -config connection.proxyChain.port=port' -n context.yml -t https://link.com
12:43:50 Traceback (most recent call last): 12:43:50 File “/zap/zap-baseline.py”, line 504, in main 12:43:50 zap_tune(zap) 12:43:50 File “/zap/zap_common.py”, line 401, in zap_tune 12:43:50 zap.pscan.disable_all_tags() 12:43:50 AttributeError: ‘pscan’ object has no attribute ‘disable_all_tags’ 12:43:50 ERROR <class ‘AttributeError’>
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Thank you, updating the python zap seemed to fix it 😃
You don’t seem to be using an up-to-date image, or you have customized and forgot.
https://pypi.org/project/python-owasp-zap-v2.4/