Skip to content
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

Closes #1547 Display impact level on project page. #1551

Merged
merged 11 commits into from
Apr 22, 2021

Commits on Apr 19, 2021

  1. 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.
    govreadydeploy committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    52b9590 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge branch 'develop' into ge/display-impact-level

    Greg Elin authored and Greg Elin committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    1a6e70e View commit details
    Browse the repository at this point in the history
  2. Merge in recent develop

    Greg Elin authored and Greg Elin committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    d30fd6e View commit details
    Browse the repository at this point in the history
  3. Add tests for fisma_impact_level_display

    Greg Elin authored and Greg Elin committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    bc4e17b View commit details
    Browse the repository at this point in the history
  4. Add StatementTypeEnum

    Enumarate different type of statements
    Greg Elin authored and Greg Elin committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9fef5bb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    1108cb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. 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.
    govreadydeploy committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f1a32ff View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    govreadydeploy committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    09baf64 View commit details
    Browse the repository at this point in the history
  3. Sync with develop

    govreadydeploy committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    915a86d View commit details
    Browse the repository at this point in the history
  4. Update project.html

    all caps no brakes
    davidpofo authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    238c1ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    459277a View commit details
    Browse the repository at this point in the history