On Mon, May 13, 2019 at 12:52:05PM +0100, Daniel P. Berrangé wrote:
Sometimes fixes are mistakenly cherry picked into branches without
using
the '-x' flag to record the cherry pick master commit. Add fuzzy
matching based on subject line to attempt to identify these fixes on
branches.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
scripts/report-vulnerable-tags.pl | 46 +++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano