misp-galaxy icon indicating copy to clipboard operation
misp-galaxy copied to clipboard

Add evaluation of team_size, resource_cost, time_cost and logistical_budget per group

Open adulau opened this issue 6 years ago • 0 comments

Based from https://github.com/Concinnity-Risks/LogisticalBudget/blob/master/scorecards.py#L75

Need to define a prefix.

Set up the score characteristics

#
score_descriptions = {
    "team_size": "Estimated Organisation Size",
    "resource_cost": "Estimated Infrastructure Spend",
    "time_cost": "Estimated Time Investment",
    "logistical_budget": "Logistical Budget"
};

adulau avatar Mar 20 '19 10:03 adulau