diff --git a/docs/_build/doctrees/admin-guide/admin-guide.doctree b/docs/_build/doctrees/admin-guide/admin-guide.doctree
index 61fb291a0..8bde6c190 100644
Binary files a/docs/_build/doctrees/admin-guide/admin-guide.doctree and b/docs/_build/doctrees/admin-guide/admin-guide.doctree differ
diff --git a/docs/_build/doctrees/admin-guide/admin-quickstart.doctree b/docs/_build/doctrees/admin-guide/admin-quickstart.doctree
index 31edacb50..2057da34d 100644
Binary files a/docs/_build/doctrees/admin-guide/admin-quickstart.doctree and b/docs/_build/doctrees/admin-guide/admin-quickstart.doctree differ
diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle
index ecf515d60..c5a341c30 100644
Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ
diff --git a/docs/_build/doctrees/features/index.doctree b/docs/_build/doctrees/features/index.doctree
index a504fb167..738e4d418 100644
Binary files a/docs/_build/doctrees/features/index.doctree and b/docs/_build/doctrees/features/index.doctree differ
diff --git a/docs/_build/doctrees/installation-and-setup/installation-and-setup.doctree b/docs/_build/doctrees/installation-and-setup/installation-and-setup.doctree
index 3d1b3cadb..14ed44b86 100644
Binary files a/docs/_build/doctrees/installation-and-setup/installation-and-setup.doctree and b/docs/_build/doctrees/installation-and-setup/installation-and-setup.doctree differ
diff --git a/docs/_build/doctrees/installation-and-setup/reverse-proxy.doctree b/docs/_build/doctrees/installation-and-setup/reverse-proxy.doctree
index db3d88c80..f13bd6bed 100644
Binary files a/docs/_build/doctrees/installation-and-setup/reverse-proxy.doctree and b/docs/_build/doctrees/installation-and-setup/reverse-proxy.doctree differ
diff --git a/docs/_build/doctrees/the-project/related-repos.doctree b/docs/_build/doctrees/the-project/related-repos.doctree
index 0ef7fba81..57e3c372e 100644
Binary files a/docs/_build/doctrees/the-project/related-repos.doctree and b/docs/_build/doctrees/the-project/related-repos.doctree differ
diff --git a/docs/_build/doctrees/user-guide/user-guide.doctree b/docs/_build/doctrees/user-guide/user-guide.doctree
index d771a0b46..918b32847 100644
Binary files a/docs/_build/doctrees/user-guide/user-guide.doctree and b/docs/_build/doctrees/user-guide/user-guide.doctree differ
diff --git a/docs/_build/doctrees/user-guide/user-quickstart.doctree b/docs/_build/doctrees/user-guide/user-quickstart.doctree
index 8a897d197..503f9a010 100644
Binary files a/docs/_build/doctrees/user-guide/user-quickstart.doctree and b/docs/_build/doctrees/user-guide/user-quickstart.doctree differ
diff --git a/docs/_build/html/_sources/features/index.rst.txt b/docs/_build/html/_sources/features/index.rst.txt
index 4a94ff0d5..165f38132 100644
--- a/docs/_build/html/_sources/features/index.rst.txt
+++ b/docs/_build/html/_sources/features/index.rst.txt
@@ -38,6 +38,14 @@ Features and Capabilities Overview
====================================
+STIG Evaluation Data, Freed From .CKL Files
+----------------------------------------------------
+
+STIG Manager maintains a canonical set of STIGs as published by DISA, and relates all Reviews to that set. Working with this data directly in STIGMan, rather than passing .ckl files around, eliminates the possibility of STIG Evaluators using the wrong STIG revision, changing severity, creating malformed .ckls, and other issues that can hamper the efficient flow of Evaluations to Validators. STIG Manager will import .ckl files and create Reviews that match their contents. Any remaining Evaluation gaps can be reviewed manually in the STIGMan interface, or added to with additional imports. STIGMan provide a unified view of overall Evaluation progress, and are not tied to any specific .ckl file.
+
+Instead of relying on .CKL files that could be altered, overridden, or have missing fields, properly formed .CKLs are generated from the current Evaluation state of Assets. Once Validators verify that all reviews are as they want them, they can create an archive of .CKLs on demand for import into eMASS.
+
+
RMF Package data represented as Collections, Assets, STIGs, and Reviews
----------------------------------------------------------------------------------
@@ -121,6 +129,12 @@ STIG Manager is (almost) ready to support a life-cycle approach to RMF. With the
Collaborate on Steps 3 and 4 of the RMF Process
===================================================
+ STIGMan separates your evaluation data from the .ckls that previously contained them.
+ Instead of sending .ckls around ahving to check that they are in order, perfect .ckls are generated on demand.
+ STIG Manager produces .ckls that represent
+
+ Based off a canonical STIG, so you don't have to worry if the .ckl STIG is altered.
+
Collaborate on STIG Evaluation and management. Make use of others expertise.
diff --git a/docs/_build/html/_sources/the-project/related-repos.rst.txt b/docs/_build/html/_sources/the-project/related-repos.rst.txt
index 2e64c6e9d..e85947f93 100644
--- a/docs/_build/html/_sources/the-project/related-repos.rst.txt
+++ b/docs/_build/html/_sources/the-project/related-repos.rst.txt
@@ -15,8 +15,8 @@ If other projects want to contribute a client or other stand-alone enhancements
STIGMan Watcher
===========================
-The STIG Manager Watcher utility is maintained by the same group as the main project, and serves as the reference Command Line Utility. It is a Node.js app that will monitor a specific folder for .ckl or XCCDF .xml files and automatically import them into a designated Collection.
+The STIG Manager Watcher utility is separately maintained by a member of the NUWCDIVNPT STIG Manager team, and serves as the reference Command Line Utility. It is a Node.js app that will monitor a specific folder for .ckl or XCCDF .xml files and automatically import them into a designated Collection.
-See the `STIGMan Watcher Repo Use the buttons at the top to Add new STIGs (STIGs can be imported individually, or as a .zip library of many STIGs), or delete them.2.2.1. Collections Admin Panel
2.2.2. User Grants Admin Panel
2.2.3. STIG and SCAP Benchmarks Admin Pa
STIG Manager maintains a canonical set of STIGs as published by DISA, and relates all Reviews to that set. Working with this data directly in STIGMan, rather than passing .ckl files around, eliminates the possibility of STIG Evaluators using the wrong STIG revision, changing severity, creating malformed .ckls, and other issues that can hamper the efficient flow of Evaluations to Validators. STIG Manager will import .ckl files and create Reviews that match their contents. Any remaining Evaluation gaps can be reviewed manually in the STIGMan interface, or added to with additional imports. STIGMan provide a unified view of overall Evaluation progress, and are not tied to any specific .ckl file.
+Instead of relying on .CKL files that could be altered, overridden, or have missing fields, properly formed .CKLs are generated from the current Evaluation state of Assets. Once Validators verify that all reviews are as they want them, they can create an archive of .CKLs on demand for import into eMASS.
+STIG Manager’s primary organizational structure is the Collection. A Collection can be created to mirror components of an RMF Package, requirements identified in a Security Assessment Plan, or an entirely different principle that may be more convenient, such as by an organization’s Lab or by Asset OS.
diff --git a/docs/_build/html/installation-and-setup/installation-and-setup.html b/docs/_build/html/installation-and-setup/installation-and-setup.html index f0b976683..aaf45a672 100644 --- a/docs/_build/html/installation-and-setup/installation-and-setup.html +++ b/docs/_build/html/installation-and-setup/installation-and-setup.html @@ -231,7 +231,7 @@If other projects want to contribute a client or other stand-alone enhancements to the tool, create a Pull Request and we will link to them here.
The STIG Manager Watcher utility is maintained by the same group as the main project, and serves as the reference Command Line Utility. It is a Node.js app that will monitor a specific folder for .ckl or XCCDF .xml files and automatically import them into a designated Collection.
-See the STIGMan Watcher Repo for more details.
+The STIG Manager Watcher utility is separately maintained by a member of the NUWCDIVNPT STIG Manager team, and serves as the reference Command Line Utility. It is a Node.js app that will monitor a specific folder for .ckl or XCCDF .xml files and automatically import them into a designated Collection.
+See the STIGMan Watcher Repo for more details.