cycat-service/backend/bin
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
..
static new: [favicon] added 2021-05-22 15:25:13 +02:00
importer.py chg: [importer] parent option added - to reference an parent CyCAT OID 2021-05-24 17:04:03 +02:00
initial_import.sh chg: [initial_importer] OID fixed 2021-05-25 09:55:10 +02:00
server.py new: [api] namespace API access added 2021-05-29 16:24:30 +02:00