-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A code flow is a compact representation of a trace used for the textual output of govulncheck. For that purpose, the logic for trace compaction is extracted into a separate internal package traces. We also add the message portion of Location object for code flows to reduce the number of CLs; the actual physical region part will come in following CLs. To make things consistent, we also add the Message part of the location for stacks. Updates golang/go#61347 Change-Id: I99065a7aab7aa794e7a08687cb4055bc21a610f8 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/551375 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Maceo Thompson <maceothompson@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
1 parent
9fbf042
commit d00c170
Showing
9 changed files
with
565 additions
and
40 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
Oops, something went wrong.