-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/pkgsite: add alias search option for vulnerabilities #54465
Labels
FeatureRequest
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
UX
Issues that involve UXD/UXR input
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
Milestone
Comments
julieqiu
added
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
FeatureRequest
labels
Aug 15, 2022
Change https://go.dev/cl/425695 mentions this issue: |
gopherbot
pushed a commit
to golang/vulndb
that referenced
this issue
Aug 26, 2022
Output aliases.json, which is a map from each Entry alias to the Entry's ID. Updates golang/go#54465. Change-Id: If2d487260b16c22a4a763f295b3adc29f1c3dafa Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/425695 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
jba
changed the title
x/pkgsite: add search options for vulnerabilities
x/pkgsite: add alias search option for vulnerabilities
Aug 31, 2022
Reduced scope to aliases only. Symbols and packages moved to #54802. |
Change https://go.dev/cl/427079 mentions this issue: |
gopherbot
pushed a commit
to golang/vuln
that referenced
this issue
Sep 12, 2022
Add a method to get a list of entries that share the same CVE or GHSA. Updates golang/go#54465. Change-Id: I395c1790cfb394c88b1283e17c7808585922237d Reviewed-on: https://go-review.googlesource.com/c/vuln/+/427079 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
Change https://go.dev/cl/430280 mentions this issue: |
gopherbot
pushed a commit
to golang/pkgsite
that referenced
this issue
Sep 13, 2022
Upgrade to get Client.GetByAlias, to enable vuln alias search. Updates golang/go#54465. Change-Id: Idd182c5c0994153c36f9843ccc4acf50e0f5fae9 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/430280 Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
This is done. |
softdev050
added a commit
to softdev050/Golangvuln
that referenced
this issue
Apr 5, 2023
Add a method to get a list of entries that share the same CVE or GHSA. Updates golang/go#54465. Change-Id: I395c1790cfb394c88b1283e17c7808585922237d Reviewed-on: https://go-review.googlesource.com/c/vuln/+/427079 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
sayjun0505
added a commit
to sayjun0505/Golangvuln
that referenced
this issue
Apr 8, 2023
Add a method to get a list of entries that share the same CVE or GHSA. Updates golang/go#54465. Change-Id: I395c1790cfb394c88b1283e17c7808585922237d Reviewed-on: https://go-review.googlesource.com/c/vuln/+/427079 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
stanislavkononiuk
added a commit
to stanislavkononiuk/Golangvuln
that referenced
this issue
Jun 26, 2023
Add a method to get a list of entries that share the same CVE or GHSA. Updates golang/go#54465. Change-Id: I395c1790cfb394c88b1283e17c7808585922237d Reviewed-on: https://go-review.googlesource.com/c/vuln/+/427079 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Jonathan Amsterdam <jba@google.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FeatureRequest
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
UX
Issues that involve UXD/UXR input
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
We should support the following searches for pkg.go.dev/vuln pages:
The text was updated successfully, but these errors were encountered: