cycat-service/backend
Alexandre Dulaunoy 513ad99b93
new: [api] namespace API access added
You can do queries like:

- http://127.0.0.1:5000/namespace/finduuid/mitre-attack-id/T1589.003

and also list the known namespaces of the CyCAT instance.

curl -X 'GET' \
  'http://127.0.0.1:5000/namespace/getall' \
    -H 'accept: application/json'

and get

[
  "capec",
  "mitre-attack-id"
]
2021-05-29 16:24:30 +02:00
..
bin new: [api] namespace API access added 2021-05-29 16:24:30 +02:00
dataset chg: [dataset] cycat OID is now the node_id UUIDv5 of GitHub 2021-05-25 09:54:15 +02:00
etc chg: [etc] default kvrocks configuration - localhost binding 2021-05-13 15:41:05 +02:00
LICENSE.md chg: [doc] license renamed - AGPL in Markdown format 2021-04-03 18:02:24 +02:00
data-structure.md new: [backend] add reference to namespace id towards UUID 2021-05-29 11:38:41 +02:00
install.sh chg: [install] use stable branch of kvrocks (2.0) 2021-05-24 15:27:39 +02:00
requirements.txt fix: [requirements] flask-restx added 2021-05-22 14:34:24 +02:00
run.sh chg: [script] add a basic run script (local test) 2021-05-22 12:05:04 +02:00