Skip to content

Commit a6b9eb2

Browse files
timbastinCopilot
andauthored
vulndb_controller.go aktualisieren
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tim Bastin <38261809+timbastin@users.noreply.github.com>
1 parent 87523bf commit a6b9eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/vulndb_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ func (c VulnDBController) GetCVEEcosystemDistribution(ctx shared.Context) error
245245
ecosystemToAmount[key] += row.Count
246246
}
247247

248-
// covert the result in a map and return it
248+
// convert the result in a map and return it
249249
return ctx.JSONPretty(200, ecosystemToAmount, config.PrettyJSONIndent)
250250
}

0 commit comments

Comments
 (0)