From ca761fe96b6b826d77da831324e954d5d6fdc463 Mon Sep 17 00:00:00 2001 From: eric-intuitem <71850047+eric-intuitem@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:37:30 +0100 Subject: [PATCH] Update version / improve doc --- CONTRIBUTING.md | 4 ++++ README.md | 4 ++++ backend/ciso_assistant/VERSION | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2319f532..08b7db50e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,3 +19,7 @@ ## Do you want to contribute to the code? - Please check our Contributor Licence Agreement first. Our bot will ask you to sign it on first contribution. + +## Do you want to create and share a library? + +- Have a look to the tools directory and its readme. A python script will help you create your library very simply from an Excel file. To share it with the community, make a PR, or contact us if you are not familiar with Github. diff --git a/README.md b/README.md index ca1e096f0..addba8bf6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Checkout the [library](/library/libraries/) for the Domain Specific Language use - DORA - and much more! +### Add your own framework + +Have a look in the tools directory and its dedicated readme. The convert_framework.py script will help you create your library from a simple Excel file. + ## Community Join our [open Discord community](https://discord.gg/qvkaMdQ8da) to interact with the team and other GRC experts. diff --git a/backend/ciso_assistant/VERSION b/backend/ciso_assistant/VERSION index c81aa44af..e3e180701 100644 --- a/backend/ciso_assistant/VERSION +++ b/backend/ciso_assistant/VERSION @@ -1 +1 @@ -0.9.7 +0.9.8