5c6b448
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
5c6b448
# but warning here isn't really accomplishing anything
5c6b448
badfuncs:
5c6b448
  exclude_path: .*
5c6b448
5c6b448
# These pre-compiled files have `.symtab`
5c6b448
debuginfo:
5c6b448
  ignore:
5c6b448
    - /usr/share/qemu/palcode-clipper
5c6b448
    - /usr/share/qemu/hppa-firmware.img
5c6b448
5c6b448
# More pre-compiled rom warnings:
5c6b448
# - Program built without GNU_STACK: /usr/share/qemu/u-boot.e500
5c6b448
# - Stack is still executable: /usr/share/qemu/hppa-firmware.img
5c6b448
elf:
5c6b448
  exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$
5c6b448
5c6b448
# CryptoPkg fuzz tests have invalid unicode, but I assume that's intentional
5c6b448
unicode:
5c6b448
  exclude: .*edk2/CryptoPkg.*