Skip to content

Commit

Permalink
comment out vunlerability code
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 19, 2023
1 parent 6537b47 commit 5edaf7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions php/pantheon/checks/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ public function message(Messenger $messenger) {
$class = 'warning';
$count_update++;
}
if ('None' != $alert['vulnerable']) {
$class = 'error';
$count_vuln++;
}
// if ('None' != $alert['vulnerable']) {
// $class = 'error';
// $count_vuln++;
// }
$rows[] = array('class'=>$class, 'data' => $alert);
}

Expand Down

0 comments on commit 5edaf7d

Please sign in to comment.