server icon indicating copy to clipboard operation
server copied to clipboard

A cyber threat intelligence server based on TAXII 2 and written in Golang

Results 6 server issues
Sort by recently updated
recently updated
newest added

root@root:~/go/src/github.com/freetaxii/server/cmd/freetaxii# go build freetaxii.go ../../../libstix2/datastore/sqlite3/s_baseobject.go:16:2: cannot find package "github.com/freetaxii/libstix2/objects/baseobject" in any of: /usr/lib/go-1.14/src/github.com/freetaxii/libstix2/objects/baseobject (from $GOROOT) /root/go/src/github.com/freetaxii/libstix2/objects/baseobject (from $GOPATH) ../../internal/config/serverConfig.go:13:2: cannot find package "github.com/freetaxii/libstix2/resources/apiroot" in any of: /usr/lib/go-1.14/src/github.com/freetaxii/libstix2/resources/apiroot (from $GOROOT) /root/go/src/github.com/freetaxii/libstix2/resources/apiroot...

The issue is that server is not compatible with the current release of libstix2-0.6.1 (or the latest source in the repo), but it also isnt' compatible with the previous release...

I used to be able to test my code using your very useful test taxii 2.0 server at: https://test.freetaxii.com:8000/ do you have a test taxii 2.1 server?

Hi all, Probably my poor knowledge with go, but I can't succeed to build freetaxii. Here is the error I have (extract only one) package github.com/freetaxii/libstix2/resources/collections: cannot find package "github.com/freetaxii/libstix2/resources/collections"...

Is there going to be a future when a more stable backend DB will be allowed?

Hi Bret, thanks for sharing this work on a TAXII 2.0 server and especially the test server. I'm starting a TAXII 2.0 javascript client library at: https://github.com/workingDog/taxii2lib I'm having some...

Type: Bug