Sam Joan Roque-Worcel
Sam Joan Roque-Worcel
I would try python 2? I think the update portion of hte code does not support python 3. Alternatively you can update that to be like tags_content.split(b'\n'), a few more...
hi @salooali The output section of the readme has some information, did you check that out? https://github.com/SamJoan/droopescan#output Let me know if that is enough, or what issues in particular there...
Hi @salooali Thank you for your suggestion. At this stage I don't intend to implement this feature because I don't have the free time to do it, although I would...
Hi @blshkv , It always report 1.3.37 because it is hard-coded [here](https://github.com/droope/droopescan/blob/bebcc39d9ed31513f1dbe49b7e20604b4ebe25ad/dscan/common/functions.py#L217). This is because I had an issue where the tool became completely broken because the code that attempted...
hi @masterwebsk This occurs because a couple of new drupal versions have been released and I haven't been able to implement a new hash for them. I will do my...
hi @blshkv Thanks for your feedback! I'll definitely keep in mind the idea of hard-coding the version. At the moment I use release scripts that don't take the version into...
I've given this more thought and after thinking about it hard-coding the version would cause more issues that it would solve, because even though I am as thorough as I...
I also have this issue. It occurs when using the session with a `with` block as per the documentation here: https://docs.sqlalchemy.org/en/14/orm/session_basics.html#using-a-sessionmaker cli/destroy.py:24: error: "Session" has no attribute "__enter__"; maybe "__iter__"?...