-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vuln: add credit field to OSV reports #55956
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
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
Milestone
Comments
Change https://go.dev/cl/435976 mentions this issue: |
Change https://go.dev/cl/437096 mentions this issue: |
Added the CL for the change, Let me know if I missed something. Thank you! |
gopherbot
pushed a commit
to golang/vuln
that referenced
this issue
Oct 19, 2022
credits (array of Credit) for dicovering a vulnerability is part of the `yaml` report, But does not appear in the OSV `json` file. This change will enable adding `credits` in the OSV report at vulndb. For golang/go#55956 Change-Id: I9e857c71de46930494cd353493e626511b05de76 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/437096 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
Thanks for your contribution, Aaqa! |
Thank you @tatianab for helping me throughout the review process. |
** Yeah attack it was never able to make it in** |
softdev050
added a commit
to softdev050/Golangvuln
that referenced
this issue
Apr 5, 2023
credits (array of Credit) for dicovering a vulnerability is part of the `yaml` report, But does not appear in the OSV `json` file. This change will enable adding `credits` in the OSV report at vulndb. For golang/go#55956 Change-Id: I9e857c71de46930494cd353493e626511b05de76 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/437096 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
sayjun0505
added a commit
to sayjun0505/Golangvuln
that referenced
this issue
Apr 8, 2023
credits (array of Credit) for dicovering a vulnerability is part of the `yaml` report, But does not appear in the OSV `json` file. This change will enable adding `credits` in the OSV report at vulndb. For golang/go#55956 Change-Id: I9e857c71de46930494cd353493e626511b05de76 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/437096 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
stanislavkononiuk
added a commit
to stanislavkononiuk/Golangvuln
that referenced
this issue
Jun 26, 2023
credits (array of Credit) for dicovering a vulnerability is part of the `yaml` report, But does not appear in the OSV `json` file. This change will enable adding `credits` in the OSV report at vulndb. For golang/go#55956 Change-Id: I9e857c71de46930494cd353493e626511b05de76 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/437096 Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
We currently store the credit field in our YAML reports, but they are not surfaced in the OSV reports.
For example, see https://github.com/golang/vulndb/blob/master/data/reports/GO-2021-0172.yaml#L19 vs https://vuln.go.dev/ID/GO-2021-0172.json.
The text was updated successfully, but these errors were encountered: