Skip to content

Relax metadata pattern matching a bit

Jarod Wilson requested to merge jwilsonrh/kernel-webhooks:relaxed-matching into main

Allow no spaces or multiple spaces where we generally expect one space in metadata, and make string matching case-insensitive. This allows a bit more wiggle room when people's metadata is slightly off, but does open us up to a greater possibility of false positive matches, albeit very minor here.

Related: #197 (closed)

Signed-off-by: Jarod Wilson jarod@redhat.com

Merge request reports