Chris Lenk

Results 62 comments of Chris Lenk

Hi @dwjohnston thanks for the interest. The python code is used to enable visualizing STIX content inside [Jupyter notebooks](https://jupyter.org/). More info [here](https://github.com/oasis-open/cti-stix-visualization/blob/master/README.Python.rst). The [STIX generator](https://github.com/oasis-open/cti-stix-generator/) uses it for this purpose.

Thanks @dwjohnston I'll take a look when I get the chance. The dependencies have not been modified in any way. For d3, we've been looking into upgrading it and actually...

Is this issue actually referring to the creation of separate pages for each object type, listing the properties and their data types, similar conceptually to (for example): http://stixproject.github.io/data-model/1.2/stix/STIXType/ or http://stixproject.github.io/data-model/1.2/report/ReportType/?

@priamai that looks like it is from the STIX version 1.2 specification. This library is for STIX version 2, which works differently. In STIX 2, open vocabularies can hold any...

The Datastores concept was developed only to be a shortcut for specific use cases, and deletion was not considered at the time. Considering that TAXII has a delete endpoint we...

@AndyCyberSec If you run the server with `--log debug` do you see messages like the following? - 'Incoming ____ beacon from ____' - 'Received result for link ____ from agent...

@argaudreau The usual solution for this is to refactor the code to use an object that stores some of the parameters, but that may not be ideal in our case....

@Cy-Beard there might be some leftover artifacts from earlier runs of the server. Do you see the same behavior if you start it with both `--insecure` and `--fresh`? (WARNING: this...

After removing the leftovers, did you rebuild the caldera image with the `server` tag or just `latest`? you may need to change your docker run command to use `caldera:latest`.

There's a problem with the unit tests - I think we need to mock something to get them passing. Unfortunately I don't have time to look into it too deeply...