community-scripts icon indicating copy to clipboard operation
community-scripts copied to clipboard

Update SDLC scripts to support Python 3

Open thc202 opened this issue 7 years ago • 1 comments

From OWASP ZAP Scripts: https://groups.google.com/d/msg/zaproxy-scripts/slkCdYTN3Rk/oTXhzghIBAAJ

The current SDLC scripts [1] do not work correctly with Python 3.

[1] https://github.com/zaproxy/community-scripts/tree/main/api/sdlc-integration

thc202 avatar Jul 06 '17 21:07 thc202

There might be other items as well, but for the one mentioned in the thread. has_key should be replaced with in. See https://portingguide.readthedocs.io/en/latest/dicts.html for further details.

kingthorin avatar Apr 18 '19 19:04 kingthorin