sqlite/rpminspect.yaml
Ales Nezbeda 4bdbfe7583 CVE-2025-3277 Integer overflow
Fix tests, gating and rpminspect

Resolves: RHEL-87295
2025-04-15 15:59:15 +02:00

15 lines
633 B
YAML

annocheck:
# Optional list of glob(7) specifications or path prefixes to
# match files to ignore for this inspection. The format of this
# list is the same as the global 'ignore' list. The difference is
# the items specified here will only be used during this
# inspection. If globbing characters are used, be sure to wrap
# them in single quotes.
# These have to be ignored due to TCL library being partly compiled without lto.
# Ref: https://issues.redhat.com/browse/RHEL-45991
ignore:
- '/usr/lib*/tcl*/sqlite*/libtclsqlite*.so*'
- '/usr/lib*/tcl*/sqlite*/libsqlite*.so*'