Skip to content
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

vulnfeeds: Extract commit ranges from other git provider links #243

Closed
westonsteimel opened this issue Oct 15, 2021 · 1 comment · Fixed by #808
Closed

vulnfeeds: Extract commit ranges from other git provider links #243

westonsteimel opened this issue Oct 15, 2021 · 1 comment · Fixed by #808
Assignees
Labels
vulnfeeds vulnfeeds

Comments

@westonsteimel
Copy link
Contributor

westonsteimel commented Oct 15, 2021

At least the following from the pypa advisory set:

  • gitlab.com
  • bitbucket.org
@oliverchang oliverchang added the vulnfeeds vulnfeeds label Oct 18, 2021
@westonsteimel westonsteimel changed the title vulnfeeds: Extract commit ranges from GitLab links vulnfeeds: Extract commit ranges from other git provider links Oct 24, 2021
@another-rex another-rex added the actionability tbd Issues where the next steps are unclear label Oct 18, 2022
@oliverchang oliverchang removed the actionability tbd Issues where the next steps are unclear label Nov 1, 2022
@oliverchang
Copy link
Collaborator

This is the relevant code that currently handles parsing of github links to extract the commit hash:

func extractGitHubCommit(link string) *FixCommit {

@andrewpollock andrewpollock self-assigned this Nov 7, 2022
andrewpollock added a commit to andrewpollock/osv.dev that referenced this issue Nov 7, 2022
To declare google#243 fixed, this will support more than GitHub
andrewpollock added a commit to andrewpollock/osv.dev that referenced this issue Nov 7, 2022
andrewpollock added a commit that referenced this issue Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vulnfeeds vulnfeeds
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants