From 49d8226bd44491f74eac062accb47cf3efdddd48 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 18 Jul 2024 17:12:29 +1200 Subject: [PATCH] gating: Ignore badfunc check for inet_ntoa() for lshw Signed-off-by: Tao Liu --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..76e6d1d --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +--- +badfuncs: + # print_ip uses inet_ntoa (safely) for IPv4 address matching. + ignore: + - /usr/sbin/lshw + - /usr/sbin/gtk-lshw