2023-09-28 16:38:01 +00:00
|
|
|
# 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)$
|
|
|
|
|
2024-02-01 14:11:31 +00:00
|
|
|
|
|
|
|
inspections:
|
2024-02-02 16:34:13 +00:00
|
|
|
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
|
|
|
|
# Warning here isn't really accomplishing anything
|
|
|
|
badfuncs: off
|
|
|
|
|
|
|
|
# bundled edk2 source CryptoPkg fuzz tests have invalid unicode,
|
|
|
|
# but I assume that's intentional
|
|
|
|
#
|
|
|
|
# We would exclude that path using `unicode:` section, but fedora CI
|
|
|
|
# doesn't allow it:
|
|
|
|
# rpminspect: *** ignoring 'unicode' section in ...rpminspect.yaml; only allowed in system-wide configuration
|
|
|
|
#
|
|
|
|
# So instead we fully disable the unicode check
|
2024-02-01 14:11:31 +00:00
|
|
|
unicode: off
|