rpminspect: Explicitly list allowed badfuncs in the _socket module

This commit is contained in:
Charalampos Stratakis 2023-07-14 22:30:06 +02:00
parent 0deebbc3c5
commit 6a718dc0a0

View File

@ -6,8 +6,10 @@ xml:
# exclude _socket from ipv4 only functions check, it has both ipv4 and ipv6 only # exclude _socket from ipv4 only functions check, it has both ipv4 and ipv6 only
badfuncs: badfuncs:
ignore: allowed::
- /usr/lib*/python*/lib-dynload/_socket.* /usr/lib*/python*/lib-dynload/_socket.*:
- inet_aton
- inet_ntoa
# don't report changed content of compiled files # don't report changed content of compiled files
# that is expected with every toolchain update and not reproducible yet # that is expected with every toolchain update and not reproducible yet