-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v0.9.3.5 #1586
Release/v0.9.3.5 #1586
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d8295d1 - Browse repository at this point
Copy the full SHA d8295d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b702334 - Browse repository at this point
Copy the full SHA b702334View commit details -
Create a simple SAR server to generate test data
Create a simple System Assessment Result web server generating JSON data object listing assessment summary results that can be added to a system's assessment. This provides a synthentic provider of SAR results data from which we can test the UI for consuming SAR data.
Configuration menu - View commit details
-
Copy full SHA for 75ee35a - Browse repository at this point
Copy the full SHA 75ee35aView commit details
Commits on Mar 26, 2021
-
Better SAR displays, wrap SAR item data
Polish SAR summary page - use details tag, other improvements. Polish SAR list page - include deployment name. Wrap SAR test item to start to make more realistic SAR data. Display assessment name in Assessment model admin list.
Configuration menu - View commit details
-
Copy full SHA for 7b653a9 - Browse repository at this point
Copy the full SHA 7b653a9View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8934e51 - Browse repository at this point
Copy the full SHA 8934e51View commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fd44c4 - Browse repository at this point
Copy the full SHA 1fd44c4View commit details -
Use project-base.html in deployment detail page.
Misc improvements to sar generator and middleware. Include description value for SAR wrapper.
Configuration menu - View commit details
-
Copy full SHA for 5277ef6 - Browse repository at this point
Copy the full SHA 5277ef6View commit details -
Remove hardcoded data from SAR middleware pipeline
Remove hardcoded values of system id and deployment id from SAR middleware pipeline. Pass as many values as possible in SAR wrapper object. Properly handle UUID to string and back again Post assessment to system without a deployment ID Display project id, system id on project pages.
Configuration menu - View commit details
-
Copy full SHA for 785446a - Browse repository at this point
Copy the full SHA 785446aView commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4507e99 - Browse repository at this point
Copy the full SHA 4507e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5637bf8 - Browse repository at this point
Copy the full SHA 5637bf8View commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4b1707 - Browse repository at this point
Copy the full SHA c4b1707View commit details
Commits on Apr 9, 2021
-
Support Wazuh SCA results in SAR pipeline
Add `tools/simple_sar_server/wazuh_etl.py` to support Wazuh SCA results in SAR pipeline. Display all summary values of a SAR result for each inventory item using a loop and table.
Configuration menu - View commit details
-
Copy full SHA for 6165dc5 - Browse repository at this point
Copy the full SHA 6165dc5View commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 46b1ed7 - Browse repository at this point
Copy the full SHA 46b1ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ff6c8 - Browse repository at this point
Copy the full SHA 12ff6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d84b97 - Browse repository at this point
Copy the full SHA 6d84b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for abde0c9 - Browse repository at this point
Copy the full SHA abde0c9View commit details
Commits on Apr 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2f2f2f8 - Browse repository at this point
Copy the full SHA 2f2f2f8View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00936bb - Browse repository at this point
Copy the full SHA 00936bbView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2d499e3 - Browse repository at this point
Copy the full SHA 2d499e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84c7b2 - Browse repository at this point
Copy the full SHA c84c7b2View commit details
Commits on Apr 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e428f5a - Browse repository at this point
Copy the full SHA e428f5aView commit details
Commits on Apr 19, 2021
-
Update stub_app for input, components
Update stub_app used by complianca_app command or generating compliance app to include "input" and "output" section; and to have folders for templates, utils, and components. Add in exceprtion for integrity error to eventually support gracefully handling.
Configuration menu - View commit details
-
Copy full SHA for 6f37dae - Browse repository at this point
Copy the full SHA 6f37daeView commit details -
Closes #1547 Display impact level on project page.
Implement impact level as a statement about a system of type "fisma_impact_level" with imoact level in body. This continues idea that statements are factual observations about a system. Statement must be associated with system.root_element and be consumed by root_element.
Configuration menu - View commit details
-
Copy full SHA for 52b9590 - Browse repository at this point
Copy the full SHA 52b9590View commit details -
note as with any change to the document data to be rendered need to p…
…ress the refresh documents button to see changes. Removing cache removal function.
Configuration menu - View commit details
-
Copy full SHA for fa98f04 - Browse repository at this point
Copy the full SHA fa98f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a22fc9 - Browse repository at this point
Copy the full SHA 0a22fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e75ceb - Browse repository at this point
Copy the full SHA 4e75cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f22249f - Browse repository at this point
Copy the full SHA f22249fView commit details -
also need try/except for test_render_markdown_to_text since there are…
… no projects for this test.
Configuration menu - View commit details
-
Copy full SHA for ccb7d83 - Browse repository at this point
Copy the full SHA ccb7d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2567786 - Browse repository at this point
Copy the full SHA 2567786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0d852 - Browse repository at this point
Copy the full SHA 2e0d852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3828743 - Browse repository at this point
Copy the full SHA 3828743View commit details
Commits on Apr 20, 2021
-
Merge branch 'develop' into ge/display-impact-level
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 1a6e70e - Browse repository at this point
Copy the full SHA 1a6e70eView commit details -
Merge branch 'develop' into ge/cmpt-import
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for c4ce2de - Browse repository at this point
Copy the full SHA c4ce2deView commit details -
Merge branch 'develop' into ge/account-fixes
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 25c4ec0 - Browse repository at this point
Copy the full SHA 25c4ec0View commit details -
Greg Elin authored and Greg Elin committed
Apr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d30fd6e - Browse repository at this point
Copy the full SHA d30fd6eView commit details -
Add tests for fisma_impact_level_display
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for bc4e17b - Browse repository at this point
Copy the full SHA bc4e17bView commit details -
need to filter statements by sid class as well. some optimization on …
…catalog retrieval
Configuration menu - View commit details
-
Copy full SHA for bf4d2d2 - Browse repository at this point
Copy the full SHA bf4d2d2View commit details -
Enumarate different type of statements
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9fef5bb - Browse repository at this point
Copy the full SHA 9fef5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49d85c - Browse repository at this point
Copy the full SHA c49d85cView commit details -
Added empty my_component.json file
Greg Elin authored and Greg Elin committedApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 32f1650 - Browse repository at this point
Copy the full SHA 32f1650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e40fbe - Browse repository at this point
Copy the full SHA 8e40fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e43f1 - Browse repository at this point
Copy the full SHA 96e43f1View commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b04c8c - Browse repository at this point
Copy the full SHA 2b04c8cView commit details -
Report OSCAL component schema validation error to standout
Provide better error reporting on import component schema validation. Report actual validation error to standout.
Configuration menu - View commit details
-
Copy full SHA for f20b06e - Browse repository at this point
Copy the full SHA f20b06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1108cb2 - Browse repository at this point
Copy the full SHA 1108cb2View commit details -
Greg Elin authored and Greg Elin committed
Apr 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 5f7d16c - Browse repository at this point
Copy the full SHA 5f7d16cView commit details -
ISPGBSS-208 ISPGBSS-261 Refactored previous changes to implement time…
…out through environment variables instead of db based setting.
Configuration menu - View commit details
-
Copy full SHA for 4890e45 - Browse repository at this point
Copy the full SHA 4890e45View commit details -
implemented a full example of multiple catalogs in a new govready-qfi…
…les-startpack app source multi-catalog.
Configuration menu - View commit details
-
Copy full SHA for f150c07 - Browse repository at this point
Copy the full SHA f150c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98575b1 - Browse repository at this point
Copy the full SHA 98575b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf86e63 - Browse repository at this point
Copy the full SHA cf86e63View commit details
Commits on Apr 22, 2021
-
put "Manage Import Records" button last
Rearrange Create | Import | Manage component buttons
Configuration menu - View commit details
-
Copy full SHA for 4fdc4e6 - Browse repository at this point
Copy the full SHA 4fdc4e6View commit details -
Immediately assign change project perms to user starting project
This fixes a bug where non-admin users were not assigned permissions to change a project started by the user until after several project modification steps were performed. The fix assigns non-admin project change permissions right after project and system is created and before further actions are made to project, such as setting baseline controls.
Configuration menu - View commit details
-
Copy full SHA for 5876fb9 - Browse repository at this point
Copy the full SHA 5876fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f1af6 - Browse repository at this point
Copy the full SHA 78f1af6View commit details -
Set system fisma_impact_level smt as question action with new set/get…
… methods Set system fisma_impact_level root_element statement as part of question action to set baseline. Since baselines could have more names than just "Low", "Moderate", and "High", we only set fisma_impact_level if baseline is one of those three. This might need to improve in the future and make setting fisma_impact_level a separate question action from setting baselines. Created set/get methods for fisma_impact_level in System model to make sure only one statement for the system with statement_type of fisma_impact_level existed. Also fixed POAM stat counting to only count POAMs associated with current system. Existing POAM count was not filtering on current system.
Configuration menu - View commit details
-
Copy full SHA for f1a32ff - Browse repository at this point
Copy the full SHA f1a32ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09baf64 - Browse repository at this point
Copy the full SHA 09baf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8eee3 - Browse repository at this point
Copy the full SHA 5d8eee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ce48a - Browse repository at this point
Copy the full SHA a9ce48aView commit details -
Merge branch 'ge/account-fixes' of github.com:GovReady/govready-q int…
…o ge/account-fixes
Configuration menu - View commit details
-
Copy full SHA for e4b4652 - Browse repository at this point
Copy the full SHA e4b4652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843faf1 - Browse repository at this point
Copy the full SHA 843faf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e0f14 - Browse repository at this point
Copy the full SHA f8e0f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915a86d - Browse repository at this point
Copy the full SHA 915a86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3770012 - Browse repository at this point
Copy the full SHA 3770012View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae9cdc - Browse repository at this point
Copy the full SHA bae9cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c374a47 - Browse repository at this point
Copy the full SHA c374a47View commit details -
Merge pull request #1559 from GovReady/ge/oscal-error-logging
Improve reporting of error logging
Configuration menu - View commit details
-
Copy full SHA for 30c91a3 - Browse repository at this point
Copy the full SHA 30c91a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238c1ad - Browse repository at this point
Copy the full SHA 238c1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459277a - Browse repository at this point
Copy the full SHA 459277aView commit details -
Merge pull request #1551 from GovReady/ge/display-impact-level
Closes #1547 Display impact level on project page.
Configuration menu - View commit details
-
Copy full SHA for 86327e3 - Browse repository at this point
Copy the full SHA 86327e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18718f5 - Browse repository at this point
Copy the full SHA 18718f5View commit details -
Merge pull request #1537 from GovReady/ge/account-fixes
Add clear links for forgot password, change password
Configuration menu - View commit details
-
Copy full SHA for f459241 - Browse repository at this point
Copy the full SHA f459241View commit details -
Merge pull request #1509 from GovReady/ge/wazuh-march
Smoothly attach assessment reports to systems via the API
Configuration menu - View commit details
-
Copy full SHA for 351735c - Browse repository at this point
Copy the full SHA 351735cView commit details -
Merge pull request #1563 from GovReady/ge/bug-fix-user-project-perms-…
…start Immediately assign change project perms to user starting project
Configuration menu - View commit details
-
Copy full SHA for ddabb0d - Browse repository at this point
Copy the full SHA ddabb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637c9b2 - Browse repository at this point
Copy the full SHA 637c9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943e828 - Browse repository at this point
Copy the full SHA 943e828View commit details -
Merge pull request #1553 from GovReady/da/multi_catalog_SSPs
Support displaying controls from multiple catalogs in an SSPs document
Configuration menu - View commit details
-
Copy full SHA for e65331b - Browse repository at this point
Copy the full SHA e65331bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6174854 - Browse repository at this point
Copy the full SHA 6174854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2a4ef - Browse repository at this point
Copy the full SHA 6e2a4efView commit details -
Docker Local Development implementation (#1555)
* wip * Local development rework based on deployments repo * adding +x * added action for running and some clean up and docs * Added docker engine check * added another message at end * more faq * changelog * added selenium & chrome support * document quick fix * regression * readme change * added var * Update dev_env/run.py Co-authored-by: davidpofo <dampofo@umd.edu> * space Co-authored-by: davidpofo <dampofo@umd.edu>
Configuration menu - View commit details
-
Copy full SHA for cb3ef2f - Browse repository at this point
Copy the full SHA cb3ef2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f29ee - Browse repository at this point
Copy the full SHA a5f29eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cc513 - Browse repository at this point
Copy the full SHA e9cc513View commit details
Commits on Apr 23, 2021
-
Faster retrieval of component cntl smts, show cntl titles
Retrieve component control statement much faster by getting just related catalog_control_as_dict for statement. Also add statement property to get control title. Display control title on component control pages.
Configuration menu - View commit details
-
Copy full SHA for 1f4d695 - Browse repository at this point
Copy the full SHA 1f4d695View commit details -
Merge pull request #1569 from GovReady/dev-ssh-fix
Fixed a bug where ssh files weren't brought over on restart
Configuration menu - View commit details
-
Copy full SHA for 22c5c21 - Browse repository at this point
Copy the full SHA 22c5c21View commit details -
Faster retrieval of component control statements, show control titles (…
…#1570) * Faster retrieval of component cntl smts, show cntl titles Retrieve component control statement much faster by getting just related catalog_control_as_dict for statement. Also add statement property to get control title. Display control title on component control pages. * Update element_detail_tabs.html system_tags aren't used anywhere Co-authored-by: Greg Elin <greg.elin@govready.com> Co-authored-by: davidpofo <dampofo@umd.edu>
Configuration menu - View commit details
-
Copy full SHA for 11fb374 - Browse repository at this point
Copy the full SHA 11fb374View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdde7b - Browse repository at this point
Copy the full SHA ebdde7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d72c15 - Browse repository at this point
Copy the full SHA 5d72c15View commit details -
Merge pull request #1562 from GovReady/ge/move-manage-import-record-btn
put "Manage Import Records" button last
Configuration menu - View commit details
-
Copy full SHA for 21689d8 - Browse repository at this point
Copy the full SHA 21689d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3fa30 - Browse repository at this point
Copy the full SHA ed3fa30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5f875 - Browse repository at this point
Copy the full SHA 8d5f875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a650cb - Browse repository at this point
Copy the full SHA 2a650cbView commit details -
Merge pull request #1549 from GovReady/ge/cmpt-import
Update stub_app for input, components
Configuration menu - View commit details
-
Copy full SHA for fd7c3ec - Browse repository at this point
Copy the full SHA fd7c3ecView commit details -
Merge pull request #1571 from GovReady/da/fix_fisma_setting
enums need to match case of value. adding smt id to logs
Configuration menu - View commit details
-
Copy full SHA for ae02120 - Browse repository at this point
Copy the full SHA ae02120View commit details -
ISPGBSS-208 ISPGBSS-261 Used requirements_txt_updated.sh to update re…
…quirements.txt as per PR review.
Configuration menu - View commit details
-
Copy full SHA for b1f0c45 - Browse repository at this point
Copy the full SHA b1f0c45View commit details
Commits on Apr 24, 2021
-
Display control catalog guidance text in
details
tagDisplay control catalog guidance text in `details` tag next to component control implementation statements. Also clean up some html on component detail pages, move some styles to main `govready-q.css` file.
Configuration menu - View commit details
-
Copy full SHA for 2f272e0 - Browse repository at this point
Copy the full SHA 2f272e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0610b - Browse repository at this point
Copy the full SHA cc0610bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c47a4 - Browse repository at this point
Copy the full SHA a3c47a4View commit details -
Better notifification when project smt differs from certified
Better notify users when project implementation statement differs from certified by displaying notice in third column control detail pages. Improve language notifying users that project implementation statement differs from certified. Only difference notice is clickable now.
Configuration menu - View commit details
-
Copy full SHA for 47720e7 - Browse repository at this point
Copy the full SHA 47720e7View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ccc3f7 - Browse repository at this point
Copy the full SHA 9ccc3f7View commit details -
Merge pull request #1575 from GovReady/ge/search-component-library-by…
…-tag Search component library by tag, make component tags clickable
Configuration menu - View commit details
-
Copy full SHA for ea3dae9 - Browse repository at this point
Copy the full SHA ea3dae9View commit details -
Merge pull request #1573 from GovReady/ge/display-cntl-text-by-smt
Display control catalog guidance text in details tag next to component control implementation statements.
Configuration menu - View commit details
-
Copy full SHA for d206151 - Browse repository at this point
Copy the full SHA d206151View commit details -
Merge pull request #1576 from GovReady/ge/display-differs-from-certified
Better notifification when project smt differs from certified
Configuration menu - View commit details
-
Copy full SHA for 0a689b2 - Browse repository at this point
Copy the full SHA 0a689b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1540377 - Browse repository at this point
Copy the full SHA 1540377View commit details -
Merge pull request #1572 from GovReady/am/feature_inactivity_timeout
Am/feature inactivity timeout
Configuration menu - View commit details
-
Copy full SHA for 8299b1e - Browse repository at this point
Copy the full SHA 8299b1eView commit details
Commits on Apr 27, 2021
-
* Add new options to runner.py environment. PR 1572 missed changelog. also change log for PR 1535 was missed for the last release * also mention nplusone. * commenting out session security for now until issue with js is fixed. * unnecessary return * fixing statement types * a few more statement type fixes
Configuration menu - View commit details
-
Copy full SHA for 15eedbc - Browse repository at this point
Copy the full SHA 15eedbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e2103 - Browse repository at this point
Copy the full SHA 38e2103View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d62332 - Browse repository at this point
Copy the full SHA 8d62332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09429c5 - Browse repository at this point
Copy the full SHA 09429c5View commit details -
Merge pull request #1583 from GovReady/da/update_changelog
removing feature that is a WIP
Configuration menu - View commit details
-
Copy full SHA for 0929889 - Browse repository at this point
Copy the full SHA 0929889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8dcea - Browse repository at this point
Copy the full SHA 0c8dceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b930348 - Browse repository at this point
Copy the full SHA b930348View commit details