-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vulndb: populate "summary" OSV field #56443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Change https://go.dev/cl/454556 mentions this issue: |
Change https://go.dev/cl/475336 mentions this issue: |
Adds a field, "summary", which corresponds to the OSV "summary" and CVE "title" field. This field is pulled automatically from GHSAs in "vulnreport create". Currently, this field is not required and is not populated in the OSV/CVE conversion. Introducing it now will make it easier for us to begin publishing this field later, to reduce the backfill burden. For golang/go#56443 Change-Id: Ib93efad656daeac4b13a97d83d46952dbced14b5 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/475336 Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://go.dev/cl/493595 mentions this issue: |
Change https://go.dev/cl/493635 mentions this issue: |
Change https://go.dev/cl/493602 mentions this issue: |
Change https://go.dev/cl/493605 mentions this issue: |
Change https://go.dev/cl/493918 mentions this issue: |
Adds a lint check to require a non-empty summary field in YAML reports, and backfills summary field for all old reports with a TODO. (This TODO is OK because the summary field is not yet published to OSV.) For golang/go#56443 Change-Id: I368d48ceca35ed74a0461550d5386ae7ff85be1a Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/493595 Reviewed-by: Tim King <taking@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://go.dev/cl/494216 mentions this issue: |
For golang/go#56443 Change-Id: I2b007a983da699bdac46408c0cd5ad6506e5ddb2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/493918 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tatiana Bradley <tatianabradley@google.com> Reviewed-by: Tim King <taking@google.com> Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
For golang/go#56443 Change-Id: I62d838d34e2f9c47aacaf3ffb7639397a719a23f Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/494216 Run-TryBot: Tatiana Bradley <tatianabradley@google.com> Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Change https://go.dev/cl/500997 mentions this issue: |
Change https://go.dev/cl/500996 mentions this issue: |
Change https://go.dev/cl/500998 mentions this issue: |
Change https://go.dev/cl/500999 mentions this issue: |
Change https://go.dev/cl/501001 mentions this issue: |
Change https://go.dev/cl/501203 mentions this issue: |
For golang/go#56443 Change-Id: I2bc988cba374e1358a745b4a8e3348b338874167 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/500996 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
For golang/go#56443 Change-Id: I0d78bc5e13f6bf7434d1d4aee4486fbc3baa00e6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/500997 Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
For golang/go#56443 Change-Id: Id148f795d411fc573be7cc0b7b3c1005e291cced Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/501001 Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
For golang/go#56443 Change-Id: I0e5b4a9eb465be3dc53e7d083315ffb909bab73a Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/500998 Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
For golang/go#56443 Change-Id: I4b2b31a3d330c5bc49e6011ef96dca960beabac4 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/500999 Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
Modify ToOSV to publish the summary from the YAML report to OSV, and apply this change to each existing OSV report. For golang/go#56443 Change-Id: Iee78fe75f42fe9a52c6e4023ee9ad8dfa5feba8d Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/501203 Run-TryBot: Tatiana Bradley <tatianabradley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
This would require adding a corresponding notion in YAML (or perhaps pulling the first sentence from the description for the "summary"). Also need to think about how (if) these would be translated to CVE fields
The text was updated successfully, but these errors were encountered: