From c3e6498f6bbcbae28d724e1d5ca164a16e238fee Mon Sep 17 00:00:00 2001 From: Tiago Faria Date: Mon, 2 Jul 2018 14:15:33 +0100 Subject: [PATCH 1/3] Removed disabled features list --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index e0a720c..06de11b 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,6 @@ The image creation process takes into account security updates of the underlayin We recommend users to read [MISP and Cloud Security](https://github.com/MISP/misp-cloud/wiki/MISP-and-Cloud-Security) for details and best pratices for usage of the platform in cloud environments. -## Disabled features -The following features are disabled in this image: -* E-mail - * GnuPG/OpenPGP - * S/MIME - -If you wish to enable any of these features, please refer to the [MISP installation guide](https://github.com/MISP/MISP/tree/2.4/INSTALL). Following the section for any of the disabled features will work, as the image is built using the same guide. - ## Updates The images are in sync with the development that happens with the project. We do not maintain old versions of the images in any of the providers, so it's safe to consider that each provider has an image with the latest version of MISP, and no other, older, version. From 134a95f292af2ce44c184f27214641d7028f48f7 Mon Sep 17 00:00:00 2001 From: Tiago Faria Date: Mon, 2 Jul 2018 14:16:14 +0100 Subject: [PATCH 2/3] Updated ToDo --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 06de11b..d230125 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,4 @@ The following are enabled/installed in the image: No other optional features are enabled. ## ToDo -- [ ] Improvements on bootstrap script -- [X] ~~Change bootstrap script for force password change on first login~~ - Should be working as expected. Please report if it doesn't. - [ ] Pipeline integration with main repository From fab59f91a94615928d168ab6db730219f83daac7 Mon Sep 17 00:00:00 2001 From: Tiago Faria Date: Mon, 2 Jul 2018 14:20:28 +0100 Subject: [PATCH 3/3] Updated readme for Optional Features --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d230125..93d131b 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,11 @@ If you do want to access the **DB**, both the user that runs the MISP DB as well ## Optional Features The following are enabled/installed in the image: -* ZeroMQ -* MISP-modules +- ZeroMQ +- MISP modules + - [MISP galaxy](https://github.com/MISP/misp-galaxy) + - [MISP modules](https://github.com/MISP/misp-modules) + - [MISP taxonomies](https://github.com/MISP/misp-taxonomies) No other optional features are enabled.