TAXIIProject / django-taxii-services

Installable taxii_services
http://taxiiproject.github.io/
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

Added YETI Web Client. #36

Closed Luneska closed 9 years ago

Luneska commented 9 years ago

I've added the code for the YETI Web Client browser-based graphical TAXII Client.

gtback commented 9 years ago

Though there are clear scenarios where this code would be used with the django-taxii-services or YETI code, in my opinion this code should probably be placed in a separate repository. TAXII clients and servers are different things, and though some software might try to serve both roles, keeping the code separate (though possibly both relying on something like libtaxii) helps prevent unneeded entanglement.

@MarkDavidson: what do you think?

MarkDavidson commented 9 years ago

@gtback, I see what you're saying. I'll have to think a little more before I have an opinion on where this code should ultimately reside (how's that for a non-answer?)

gtback commented 9 years ago

I created a new repository for this code, so I'm going to close this.

Luneska commented 9 years ago

Thanks @gtback!