Risks list

Risks by Threats

NameDescriptionVraisemblanceLevel 3Level 2Level 1Security ObjectivesResidual
Html->link($aggregated_risk_by_threat['AggregatedRisk']['name'],array('action' => 'view', $aggregated_risk_by_threat['AggregatedRisk']['id'])); ?> Ensemble des risques causés par Prevent:
"; foreach ($aggregated_risks_by_threat_with_objectives as $aggregated_risk_by_threat_with_objectives){ if ($aggregated_risk_by_threat_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_threat['AggregatedRisk']['id'] AND $aggregated_risk_by_threat_with_objectives['security_objectives']['prevent']==1){ echo $aggregated_risk_by_threat_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
Protect:
"; foreach ($aggregated_risks_by_threat_with_objectives as $aggregated_risk_by_threat_with_objectives){ if ($aggregated_risk_by_threat_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_threat['AggregatedRisk']['id'] AND $aggregated_risk_by_threat_with_objectives['security_objectives']['protect']==1){ echo $aggregated_risk_by_threat_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
Detect:
"; foreach ($aggregated_risks_by_threat_with_objectives as $aggregated_risk_by_threat_with_objectives){ if ($aggregated_risk_by_threat_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_threat['AggregatedRisk']['id'] AND $aggregated_risk_by_threat_with_objectives['security_objectives']['detect']==1){ echo $aggregated_risk_by_threat_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
React:
"; foreach ($aggregated_risks_by_threat_with_objectives as $aggregated_risk_by_threat_with_objectives){ if ($aggregated_risk_by_threat_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_threat['AggregatedRisk']['id'] AND $aggregated_risk_by_threat_with_objectives['security_objectives']['react']==1){ echo $aggregated_risk_by_threat_with_objectives['security_objectives']['SecObjName'].", "; } } ?>

Risks by Unwanted Events

NameDescriptionCriticiteLevel 3Level 2Level 1Security ObjectivesResidual
Html->link($aggregated_risk_by_unwanted_event['AggregatedRisk']['name'],array('action' => 'view', $aggregated_risk_by_unwanted_event['AggregatedRisk']['id'])); ?> Ensemble des risques causant Prevent:
"; foreach ($aggregated_risks_by_unwanted_event_with_objectives as $aggregated_risk_by_unwanted_event_with_objectives){ if ($aggregated_risk_by_unwanted_event_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_unwanted_event['AggregatedRisk']['id'] AND $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['prevent']==1){ echo $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
Protect:
"; foreach ($aggregated_risks_by_unwanted_event_with_objectives as $aggregated_risk_by_unwanted_event_with_objectives){ if ($aggregated_risk_by_unwanted_event_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_unwanted_event['AggregatedRisk']['id'] AND $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['protect']==1){ echo $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
Detect:
"; foreach ($aggregated_risks_by_unwanted_event_with_objectives as $aggregated_risk_by_unwanted_event_with_objectives){ if ($aggregated_risk_by_unwanted_event_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_unwanted_event['AggregatedRisk']['id'] AND $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['detect']==1){ echo $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['SecObjName'].", "; } } echo "
React:
"; foreach ($aggregated_risks_by_unwanted_event_with_objectives as $aggregated_risk_by_unwanted_event_with_objectives){ if ($aggregated_risk_by_unwanted_event_with_objectives['aggregated_risks']['id']==$aggregated_risk_by_unwanted_event['AggregatedRisk']['id'] AND $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['react']==1){ echo $aggregated_risk_by_unwanted_event_with_objectives['security_objectives']['SecObjName'].", "; } } ?>