freetaxii-server

module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2018 License: Apache-2.0

README

FreeTAXII/server

Go Report Card GoDoc

The FreeTAXII Server is a TAXII 2 Server written in Go (golang)

Version

0.3.1

Installation

This package can be installed with the go get command:

go get -u -v github.com/freetaxii/server/cmd/freetaxii
cd github.com/freetaxii/server/cmd/freetaxii
go build freetaxii.go

To create the Sqlite3 database, run the following command:

cd github.com/freetaxii/server/cmd/createdb
go run createSqlite3Database.go

Dependencies

This software uses the following external libraries:

getopt
	go get github.com/pborman/getopt
	Copyright (c) 2017 Google Inc. All rights reserved.

gorilla/mux
	go get github.com/gorilla/mux
	Copyright (c) 2012 Rodrigo Moraes

gologme/log
  go get github.com/gologme/log
  Copyright (c) 2017 Bret Jordan. All rights reserved.

libstix2
	go get github.com/freetaxii/libstix2
	Copyright (c) 2015-2018 Bret Jordan. All rights reserved. 

This software uses the following builtin libraries:

crypto/tls, database/sql, encoding/json, errors, fmt, html/template, io/ioutil, log, net/http, os, path, strconv, strings, time
	Copyright 2009 The Go Authors

Features

Below is a list of major features and which ones have been implemented:

  • TLS 1.2
  • Discovery Service
    • Multiple Discovery Services
  • API Root Service
    • Multiple API Roots Services
  • Endpoints
    • Discovery
    • API Root
    • Collections
    • Collection
    • Objects (GET)
    • Objects (POST)
    • Objects By ID
    • Object Versions
    • Manifest
    • Status
  • URL Filtering
    • added_after
    • limit
    • match[id]
    • match[type]
    • match[version]
    • match[spec_version]
  • Configuration
    • From a file
    • From a database
  • Pagination
  • Authentication
  • Max Content Size Checking
  • HTML Templates
    • Per Service Templates

License

This is free software, licensed under the Apache License, Version 2.0.

Copyright 2015-2018 Bret Jordan, All rights reserved.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL