Package: lintian Some tests check directory transversal issues. Those arise when control fields contain relative paths. The tests look for Lintian warnings. They look like this:
warning: tainted [...] package '...', skipping The warnings are emitted by lib/Lintian/ProcessablePool.pm. While they are not printed by any Lintian 'check', they should at least look like 'W:' tags. That way they can be processed further by programs scanning Lintian's output. The affected tests are: t/tags/debs/control-field-traversal-4 t/tags/source/control-field-traversal-1 t/tags/source/control-field-traversal-3