-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/vulncheck: get correctly package for instantiated functions
Fixes golang/go#66139 Change-Id: I57812643c78e6cd17415e310567212587978a233 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/570616 LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Maceo Thompson <[email protected]>
- Loading branch information
1 parent
8f863e2
commit a06239c
Showing
6 changed files
with
77 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Vulnerability #1: GO-2022-0969 | |
Fixed in: net/[email protected] | ||
Example traces found: | ||
#1: stdlib.go:<l>:<c>: stdlib.main calls http.ListenAndServe | ||
#2: stdlib.go:<l>:<c>: stdlib.work[string] calls http.Serve | ||
|
||
Your code is affected by 1 vulnerability from the Go standard library. | ||
This scan found no other vulnerabilities in packages you import or modules you | ||
|
@@ -40,6 +41,10 @@ Vulnerability #1: GO-2022-0969 | |
#1: for function net/http.ListenAndServe | ||
stdlib.go:<l>:<c>: golang.org/stdlib.main | ||
src/net/http/server.go:<l>:<c>: net/http.ListenAndServe | ||
#2: for function net/http.Serve | ||
stdlib.go:<l>:<c>: golang.org/stdlib.main | ||
stdlib.go:<l>:<c>: golang.org/stdlib.work[string] | ||
src/net/http/server.go:<l>:<c>: net/http.Serve | ||
|
||
Your code is affected by 1 vulnerability from the Go standard library. | ||
This scan found no other vulnerabilities in packages you import or modules you | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters