element('img', array('id' => $event['Event']['orgc'])); } ?>

Event

ID
 
Uuid
 
Org
 
Owner org
 
Email
 
Date
 
Risk
 
Analysis
 
Distribution
>  
Info
 
Published
 
1): ?>

Pivot Thread

Html->link('Reset thread', array('controller' => 'events', 'action' => 'view', $event['Event']['id'])); ?>
$v) { ?>
Html->link(h($v[2]) . ' (' . h($v[0]) . ')', array('controller' => 'events', 'action' => 'view', $v[0], true, true));?>

Attributes

Category Type Value Related Events IDS Distribution Actions
  Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($attribute['type'], '|') !== false) { $filenameHash = explode('|', $attribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $attribute['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $attribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { $sigDisplay = str_replace("\r", '', $sigDisplay); echo (h($sigDisplay)); } ?> '; if ($relatedAttribute['org'] == $me['org']) { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id'], true), array ('style' => 'color:red;')); } else { echo $this->Html->link($relatedAttribute['id'], array('controller' => 'events', 'action' => 'view', $relatedAttribute['id'], true)); } echo ""; echo ' '; } } ?> 
Html->link($filename, array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'attributes', 'action' => 'download', $shadowAttribute['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($shadowAttribute['type'], '|') !== false) { $filenameHash = explode('|', $shadowAttribute['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $shadowAttribute['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo h($sigDisplay); } } ?>
Html->link($filename, array('controller' => 'shadow_attributes', 'action' => 'download', $remain['id'])); } else { echo $this->Html->link($filenameHash[0], array('controller' => 'shadow_attributes', 'action' => 'download', $remain['id'])); } if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif (strpos($remain['type'], '|') !== false) { $filenameHash = explode('|', $remain['value']); echo h($filenameHash[0]); if (isset($filenameHash[1])) echo ' | ' . $filenameHash[1]; } elseif ('vulnerability' == $remain['type']) { echo $this->Html->link(h($sigDisplay), 'http://www.google.com/search?q=' . h($sigDisplay), array('target' => '_blank')); } elseif ('link' == $remain['type']) { echo $this->Html->link(h($sigDisplay), h($sigDisplay)); } else { echo h($sigDisplay); } ?>