Skip to content
forked from bmarsh9/gapps

Security compliance platform - Simple, easy SOC2 tracking (and soon other frameworks)

License

Notifications You must be signed in to change notification settings

tomkeene/gapps-1

 
 

Repository files navigation

Gapps

Table of Contents

  1. About
  2. Getting Started
  3. Roadmap

Discord: https://discord.gg/9unhWAqadg

About

Gapps is an Security compliance platform that makes it easy to track your progress against various security frameworks. Currently the only framework supported is SOC2 - however other frameworks will soon be added such as CIS CSC, CMMC and NIST CSF. Gapps is currently in Alpha mode - while it works great, there may be some breaking changes as it evolves.

  • 200+ controls and 25+ policies out of the box for SOC2 (majority of policies are sourced from strongdm/comply)
  • Track the status of each control
  • Add custom controls/policies
  • WYSIWYG content editor

Check out the intro video below!

gapps_intro.mp4

Captures from the platform

Home Dashboard
Complete Controls

Getting Started

Setting up the server with Docker

The following instructions are to get you started very quickly.

$ git clone https://github.com/bmarsh9/gapps.git; cd gapps
$ docker build --tag gapps:2.0.0 .
$ export SETUP_DB=yes;docker-compose up -d

The server should be running on http://<your-ip>:5000
The default email/password is admin@example.com:admin

Next, create a project and select the framework (SOC2). Based on the selected criteria, controls and policies will be automatically added to your project. You can also go to the Controls and Policies page and add them to your project.

Roadmap

Take a look at the project

  • Add additional frameworks such as NIST CSF, CMMC and CIS CSC
  • Add procedures for SOC2
  • Add evidence collection windows for SOC2
  • Add reminders for control/evidence collection
  • Add tagging support
  • Improve policies and documentation
  • Release endpoint agent to automate collection

About

Security compliance platform - Simple, easy SOC2 tracking (and soon other frameworks)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.4%
  • Python 21.9%
  • JavaScript 5.2%
  • CSS 4.0%
  • Other 0.5%