From 5c6b4486a80263fac14f791024601522910fcc4b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sep 28 2023 16:39:29 +0000 Subject: Add rpminspect.yaml to exclude some CI false positives Signed-off-by: Cole Robinson --- diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..fea3fc8 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,20 @@ +# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa +# but warning here isn't really accomplishing anything +badfuncs: + exclude_path: .* + +# These pre-compiled files have `.symtab` +debuginfo: + ignore: + - /usr/share/qemu/palcode-clipper + - /usr/share/qemu/hppa-firmware.img + +# More pre-compiled rom warnings: +# - Program built without GNU_STACK: /usr/share/qemu/u-boot.e500 +# - Stack is still executable: /usr/share/qemu/hppa-firmware.img +elf: + exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$ + +# CryptoPkg fuzz tests have invalid unicode, but I assume that's intentional +unicode: + exclude: .*edk2/CryptoPkg.*