Giter Site home page Giter Site logo

python3 compat? about defectdojo_api HOT 6 OPEN

defectdojo avatar defectdojo commented on August 27, 2024 4
python3 compat?

from defectdojo_api.

Comments (6)

Martin2877 avatar Martin2877 commented on August 27, 2024

I have the same problem.

from defectdojo_api.

damiencarol avatar damiencarol commented on August 27, 2024

seems an error in one of the scripts.
@Martin2877 @cyrinux The code your referring to was modified by @aaronweaver on Aug 14, 2018
=> 0eab5e5#diff-398ee4538a05ce9f45dc774f83e67aa783e808ab48aa91ad9ec26ce22bd2fb26

from defectdojo_api.

jyotiraws avatar jyotiraws commented on August 27, 2024

i have the same problem but using defectdojo_api==1.1.3 helped

from defectdojo_api.

benmeyer50 avatar benmeyer50 commented on August 27, 2024

Any updates on this?

from defectdojo_api.

Siryu6 avatar Siryu6 commented on August 27, 2024

You can quickfix it in site-packages/defectdojo_api/defectdojo.py
Replace:
if host.split('/') > 3:
By:
if len(host.split('/')) > 3:

or build it from GitHub :)

from defectdojo_api.

damiencarol avatar damiencarol commented on August 27, 2024

FYI: this piece of code was removed in 0eab5e5#diff-398ee4538a05ce9f45dc774f83e67aa783e808ab48aa91ad9ec26ce22bd2fb26.
Should it be more simple to update the module to a new version?
This modification is part of 1.1.4

from defectdojo_api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.