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

Improve crawling of Apache mailing lists #58

Open
elanzini opened this issue Mar 24, 2021 · 0 comments
Open

Improve crawling of Apache mailing lists #58

elanzini opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request Patches Tracks all issues that have to do with finding and manipulating patch information

Comments

@elanzini
Copy link
Member

At the moment, the PatchFinder is pattern matching on the content of the thread looking for possible references that might lead to a patch. This works great in a case like the one in #10, but it becomes problematic when you are parsing changelogs and picking up stuff that is not related to the vulnerability.

Nonetheless, in some cases changelogs might actually lead us to the patch. For example, in this thread we would have picked up the JIRA ticket https://issues.apache.org/jira/browse/CAMEL-13042 and then the PatchFinder would have been able to get to the patch commit in apache/camel#2700.

Further evaluation needs to be invested in this to assess which direction to take.

@elanzini elanzini added enhancement New feature or request Patches Tracks all issues that have to do with finding and manipulating patch information labels Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Patches Tracks all issues that have to do with finding and manipulating patch information
Projects
None yet
Development

No branches or pull requests

1 participant