fix: [internal] Remove unused array

pull/8317/head
Jakub Onderka 2022-04-29 16:19:40 +02:00
parent c59f9befca
commit 9e4fa77ea7
1 changed files with 0 additions and 18 deletions

View File

@ -147,24 +147,6 @@ class Attribute extends AppModel
'last_seen'
);
public $searchResponseTypes = array(
'xml' => array(
'type' => 'xml',
'layout' => 'xml/default',
'header' => 'Content-Disposition: download; filename="misp.search.attribute.results.xml"'
),
'json' => array(
'type' => 'json',
'layout' => 'json/default',
'header' => 'Content-Disposition: download; filename="misp.search.attribute.results.json"'
),
'openioc' => array(
'type' => 'xml',
'layout' => 'xml/default',
'header' => 'Content-Disposition: download; filename="misp.search.attribute.results.openioc.xml"'
),
);
public $validFormats = array(
'attack-sightings' => array('json', 'AttackSightingsExport', 'json'),
'cache' => array('txt', 'CacheExport', 'cache'),