Skip to content

Commit c68e251

Browse files
committed
internal/sarif: fix a typo
Change-Id: I19ebf57adbd63e65a0eca160bcc06e91b76b5f6e Reviewed-on: https://go-review.googlesource.com/c/vuln/+/589435 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Maceo Thompson <maceothompson@google.com>
1 parent 9c23f01 commit c68e251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sarif/sarif.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// Properties field of a Tool.Driver is a govulncheck.Config used for the
4040
// invocation of govulncheck producing the Results. Properties field of
4141
// a Rule contains information on CVE and GHSA aliases for the corresponding
42-
// rule OSV. Clients can use this information to, say, supress and filter
42+
// rule OSV. Clients can use this information to, say, suppress and filter
4343
// vulnerabilities.
4444
//
4545
// Please see the definition of types below for more information.

0 commit comments

Comments
 (0)