project-kb
project-kb copied to clipboard
new rule: commit msg refers to bug-tracking issue that mentions the vulnerability ID at hand
Additional variant (as a separate rule): the bug-tracking issue contains security-related keywords
As initial steps, this requires implementing the following:
- knowing where to find bug-tracking issues for a given project (via a mapping table)
- fetching and analyzing and storing the content of the bug-tracking issue in an attribute of the commit object
Variant: the referenced resource contains 'security-related' keywords (that could help with #264)