-
In the TAXII XML Message Binding Spec on page 21, Table 9 - TAXII Collection Information Request Fields of section 3.6, the Message Binding is listed as "1" where every where else in the document Mess…
-
Hey there,
See here:
https://github.com/Intelworks/taxii-server/blob/master/taxii/query_handlers/base_handlers.py#L611
Here you are using lxml's.etree's default XML parser, which does not guard aga…
-
The benefits of using console script entry points is that the actual scripts can live inside the package, and can use the module name for e.g. logger names. It will also make it easier to install on n…
-
Hello,
I have the following error with libtaxii-1.1.104 (when receiving content from Soltra).
```
StartTag: invalid element name, line 555, column 2
```
This error is caught when libtaxii process a…
-
just a general remark, not sure how to cleanly abstract those difference away, though...
-
As I am am looking at an indicator, I try to download it as a STIX document and this error is what comes up. 'UUID' object has no attribute 'replace'
The code down in there says this is causing issues…
-
https://github.com/TAXIIProject/libtaxii/blob/master/libtaxii/validation.py#L24
This:
``` python
message_id_regex_10 = RegexTuple("[0-9]+", "Numbers only")
```
should probably be this:
``` python
…
-
https://github.com/TAXIIProject/django-taxii-services/blob/master/taxii_services/models.py#L23
This constant should be specified as `255` so that the schema is valid for MySQL. I'm guessing this will…
-
I was going trough Apache 2.2 deployment and in the end it says :
Follow these instructions if you get the following error: SSLCACertificateFile: file '/data/yeti/yeti/client_certs/all_certs.cer' do…
-
Should the `bin/taxii-collections` script be part of the distribution? It's currently not included in `setup.py`.