We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, we are investigating issue with incorrect spec_version in returned objects from our TAXII2 server:
spec_version
"more": true, "objects": [ { "id": "indicator--11fa0be9-6060-468d-b476-ab5b13824ae4", "type": "indicator", "spec_version": "indicator",
Expected value should be "2.1" (as stored in DB).
Looking to the code, this looks suspicious: https://github.com/eclecticiq/OpenTAXII/blob/master/opentaxii/server.py#L672
Is there any reason why spec_version is not passed from selected objects?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, we are investigating issue with incorrect
spec_version
in returned objects from our TAXII2 server:Expected value should be "2.1" (as stored in DB).
Looking to the code, this looks suspicious:
https://github.com/eclecticiq/OpenTAXII/blob/master/opentaxii/server.py#L672
Is there any reason why spec_version is not passed from selected objects?
The text was updated successfully, but these errors were encountered: