Commit Graph

3 Commits

Author SHA1 Message Date
Michal Schorm 250cf87463 rpminspect - introduce a global ignore list
The XML ignore can be ommited as it is part of the newly introduced global ignore

--

Resolves: #2117219
2022-08-26 15:39:10 +02:00
Zuzana Miklankova 6ec4c43428
ignore udf_example.so in badfuncs check
Resolves: #2047868

udf_example.so contains following deprecated functions:
gethostbyaddr
gethostbyname
inet_addr
inet_ntoa

The udf_example.so can be ignored from badfuncs check, because it is an
exemplary file, showing users how to write own loadable functions. Even
though code from this .so can be used in mysql server, it needs to be
manually loaded by the user.

Deprecated functions have been reported upstream [1].

[1] https://bugs.mysql.com/bug.php?id=106797
2022-03-23 14:54:30 +01:00
Michal Schorm 1edb9a3308 RPMinspect - ignore malformed XML file
which is only used in the testsuite
2022-01-28 19:32:02 +01:00