Skip to content

fedcode-next: Extract fix commits from the commit logs in search for CVE-related commit messages #2000

Description

@pombredanne

We should create a pipeline that extract fix commits by parsing commit messages there is multiple way we for doing that

  • Use a single simple regular expression. ex CVE-\d{4}-\d{4,7}
  • Apply multiple regular expressions with a k-top ranking strategy.
  • Develop a machine learning model to extract the most relevant fix commits.

Tools Using Similar Approaches to Parse Git Commit Messages:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions