From a3084a1578b23b1becfd353d53194217d59abd11 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Thu, 4 Jun 2020 10:03:38 +0200 Subject: [PATCH 1/3] fix: [documentation] invalid image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc9480..1d00d57 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ List of individuals along with their affiliations Adding organisations -![Adding an organisation](/documentation/images/orgs_api.png) +![Adding an organisation](/documentation/images/add_org.png) Everything is available via the API, here an example of a search query for all international organisations in the DB. From 15f8ff5439d3bbbaa5a54448f467df63edf40d6c Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Thu, 4 Jun 2020 10:04:50 +0200 Subject: [PATCH 2/3] fix: [documentation] fixed another image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d00d57..e63c30d 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ Everything is available via the API, here an example of a search query for all i Managing public keys and assigning them to users both for communication and validating signed information shared in the community -![Encryption key management](add_encryption_key.png) +![Encryption key management](/documentation/images/add_encryption_key.png) From ba9874abeba7f9cacacf499867660e53d6a69bf4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 4 Jun 2020 10:17:15 +0200 Subject: [PATCH 3/3] chg: [doc] some clean-up --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e63c30d..06ceaa2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # cerebrate -The Cerebrate Sync Platform core software -Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools. +The Cerebrate Sync Platform core software. Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools. -It is currently being built under the Melicertes v2 project and is heavily work in progress. +It is currently being built under the MeliCERTes v2 project and is heavily work in progress. -Currently it maintains a repository of organisations and individuals along with signing keys and their affiliations. +# Current features -The platform is built on CakePHP 4 along with Bootstrap 4 and shares parts of the code-base with MISP. +- Repository of organisations and individuals +- Maintain signing and encryption keys +- Maintain affiliations between organisations and individuals -#### Screnshots +## Screenshots List of individuals along with their affiliations @@ -26,3 +27,16 @@ Everything is available via the API, here an example of a search query for all i Managing public keys and assigning them to users both for communication and validating signed information shared in the community ![Encryption key management](/documentation/images/add_encryption_key.png) + +# Requirements + +The platform is built on CakePHP 4 along with Bootstrap 4 and shares parts of the code-base with [MISP](https://www.github.com/MISP). + +# License + +~~~~ + The software is released under the AGPLv3. + + Copyright (C) 2019, 2020 Andras Iklody + Copyright (C) CIRCL - Computer Incident Response Center Luxembourg +~~~~