diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index a24aa2fcff5..3f1004d1dcf 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -735,23 +735,27 @@ $html .= '
| Commit ID | Date | Reported on Yogosha | Reported on GIT | Reported on CVE | Title |
| ';
$html .= ''.dol_trunc($alert['commitid'], 8).'';
+ $arrayofalerts[$key]['description'] .= ' Commit ID: '.$alert['commitid']; if (!empty($alert['commitidbis'])) { $html .= ' + ';
}
@@ -818,11 +822,13 @@ if ($fh) {
}
foreach ($arrayofalerts as $alert) {
+ $alert['url_commit'] = 'https://github.com/Dolibarr/dolibarr/commit/'.$alert['commitid'];
+
fwrite($fh, ' |