From af87a64111ac3ae62018097abcf7e7e6c46a125a Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 20 Nov 2019 15:36:48 +0100 Subject: [PATCH] fix: [API] bro deprecation message was premature - needs to be added to restsearch first --- app/Controller/Component/DeprecationComponent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controller/Component/DeprecationComponent.php b/app/Controller/Component/DeprecationComponent.php index f2ffff25a..c2b8bc50f 100644 --- a/app/Controller/Component/DeprecationComponent.php +++ b/app/Controller/Component/DeprecationComponent.php @@ -15,7 +15,6 @@ class DeprecationComponent extends Component public function initialize(Controller $controller) { $this->deprecatedEndpoints = array( 'attributes' => array( - 'bro' => __('Use /attributes/restSearch to export in zeek format.'), 'rpz' => __('Use /attributes/restSearch to export RPZ rules.'), 'text' => __('Use /attributes/restSearch to export flat indicator lists.') ),