eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
189 stars 89 forks source link

STIX compatibility/Authentication/Polling Resolved (Possible fix for #179 & #169) #184

Closed SanyaKapoor closed 3 years ago

SanyaKapoor commented 3 years ago

I have read about issues with authentication/ compatibility with stix version on alot of forums. Made 3 small changes in _version.py, management.py and api.py - for me authentication and polling works perfectly now!

This possibly closes #169 and #179

LFED-FP commented 3 years ago

Why hasnt this been merged in?

arcsector commented 3 years ago

pinging @traut - everything looks good except for commenting out old code and the version change.

erwin-eiq commented 3 years ago

I trimmed this down to just the code changes that were needed to fix https://github.com/eclecticiq/OpenTAXII/issues/179 and squashed all the commits into a single commit.

This PR never had any impact on https://github.com/eclecticiq/OpenTAXII/issues/169, that will need additional investigation.

Thanks for the contribution @SanyaKapoor !