diff --git a/app/Console/Commands/CVESearch.php b/app/Console/Commands/CVESearch.php index acb0f5a3..8788a1c1 100644 --- a/app/Console/Commands/CVESearch.php +++ b/app/Console/Commands/CVESearch.php @@ -140,8 +140,6 @@ public function handle() return; } - $json = json_decode($response); - // get application names in lowercase $names = MApplication::all() ->sortBy('name') @@ -203,8 +201,9 @@ public function handle() } } } - - + } + elseif (property_exists($cve,"circl")) { + // SKIP } else { Log::error("Unknown CVE format !");