Chris Lenk

Results 62 comments of Chris Lenk

The quickest way to get started (with the web UI version) is to use Docker as described [here](https://github.com/mitre/multiscanner/blob/master/docs/docker_standalone.md), at least for personal rather than production use. We should probably point...

@benlarsendk we just updated our readme and documentation. :) Do these changes help address this issue?

`json` only lets you set sorting to be True or False. We could use [OrderedDicts](https://stackoverflow.com/questions/10844064/items-in-json-object-are-out-of-order-using-json-dumps), or use the `simplejson` library, which lets you pass in an `item_sort_key` to control how...

Hi @woodonggyu, @timebotdon sorry I haven't had time to test this. Is one of you able to make a pull request? You would also need to sign the CLA.

@woodonggyu If you fork this repo and make a pull request from there, the [CLAassistant bot](https://cla-assistant.io/) should post a comment with a link for you to sign it.

@ManuelZe are you still having this issue? Could you indicate which line in the code is causing the error?

Hi @rohits144, I believe this is a different issue. Hailataxii is a TAXII 1.x server, while this client is designed for TAXII 2.x. [Cabby](https://github.com/eclecticiq/cabby) is a good TAXII 1.x client....

@TechBurn0ut you have a different issue. Looks like you are using the 2.0 client to connect to a 2.1 server. Try importing from taxii2client.v21 instead.

Hi, @capy-pl, sorry for the delay in responding. We aren't currently working on this, but it would be a good feature and we'd welcome a pull request if anyone had...