From 57db69eb2e616dc0e2ee610e9de77356d58e6996 Mon Sep 17 00:00:00 2001 From: Pirooz Javan Date: Mon, 26 Feb 2024 09:17:09 -0500 Subject: [PATCH 1/4] Create roscal.md New tool queued for addition to the OSCAL.io tools --- _tools/roscal.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _tools/roscal.md diff --git a/_tools/roscal.md b/_tools/roscal.md new file mode 100644 index 0000000..e5267ff --- /dev/null +++ b/_tools/roscal.md @@ -0,0 +1,10 @@ +--- +title: Rust Toolbox for OSCAL +author: IBM +license: Apache-2.0 license +link: [https://oscal-compass.github.io/compliance-trestle/](https://github.com/gborough/roscal) +--- + +The "roscal" code repository is dedicated to creating Rust-based tools and libraries for the Open Security Controls +Assessment Language (OSCAL), focusing on enhancing OSCAL model building through automated data gathering from diverse +sources and enabling continuous security enforcement and improved security posture visibility. From 9e5219537acee58f6aa4f9da37981e917d1e01ed Mon Sep 17 00:00:00 2001 From: Pirooz Javan Date: Mon, 26 Feb 2024 09:18:14 -0500 Subject: [PATCH 2/4] Update roscal.md Update link --- _tools/roscal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tools/roscal.md b/_tools/roscal.md index e5267ff..0b09a36 100644 --- a/_tools/roscal.md +++ b/_tools/roscal.md @@ -2,7 +2,7 @@ title: Rust Toolbox for OSCAL author: IBM license: Apache-2.0 license -link: [https://oscal-compass.github.io/compliance-trestle/](https://github.com/gborough/roscal) +link: https://github.com/gborough/roscal --- The "roscal" code repository is dedicated to creating Rust-based tools and libraries for the Open Security Controls From 1d6dbeb82758e4e3ff345df5259c3559a06b9e9c Mon Sep 17 00:00:00 2001 From: Pirooz Javan Date: Tue, 27 Feb 2024 11:48:29 -0500 Subject: [PATCH 3/4] Update roscal.md Updated author and description --- _tools/roscal.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_tools/roscal.md b/_tools/roscal.md index 0b09a36..5f8f64b 100644 --- a/_tools/roscal.md +++ b/_tools/roscal.md @@ -1,10 +1,9 @@ --- title: Rust Toolbox for OSCAL -author: IBM +author: Geoffrey Borough license: Apache-2.0 license link: https://github.com/gborough/roscal --- -The "roscal" code repository is dedicated to creating Rust-based tools and libraries for the Open Security Controls -Assessment Language (OSCAL), focusing on enhancing OSCAL model building through automated data gathering from diverse -sources and enabling continuous security enforcement and improved security posture visibility. +The "roscal" code repository provides Rust-based tools and libraries for OSCAL, focusing on +enhancing model building through automated data gathering and enabling continuous security enforcement. From 5ccd9d557be207a0290f068fb94f5a39b36b7bef Mon Sep 17 00:00:00 2001 From: Pirooz Javan Date: Tue, 27 Feb 2024 11:50:37 -0500 Subject: [PATCH 4/4] Update roscal.md updated license to include MIT --- _tools/roscal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tools/roscal.md b/_tools/roscal.md index 5f8f64b..d2ba355 100644 --- a/_tools/roscal.md +++ b/_tools/roscal.md @@ -1,7 +1,7 @@ --- title: Rust Toolbox for OSCAL author: Geoffrey Borough -license: Apache-2.0 license +license: MIT & Apache-2.0 license link: https://github.com/gborough/roscal ---