diff options
author | Simon Steiner <ssteiner@apache.org> | 2017-07-19 08:56:45 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2017-07-19 08:56:45 +0000 |
commit | 3f9616b1d4bc9f867944182221f8449ec9e85e60 (patch) | |
tree | 4650bb465d1b66b7b3cc2753d3bf5820ee5c12e3 | |
parent | 0258a7bc5fcce52098ea3bacba4b4496f8c927e9 (diff) | |
download | xmlgraphics-fop-3f9616b1d4bc9f867944182221f8449ec9e85e60.tar.gz xmlgraphics-fop-3f9616b1d4bc9f867944182221f8449ec9e85e60.zip |
Allow findbugs 3 to pass
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1802366 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | fop-core/src/tools/resources/findbugs/exclusions.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fop-core/src/tools/resources/findbugs/exclusions.xml b/fop-core/src/tools/resources/findbugs/exclusions.xml index f2a8cba16..c78ba0577 100644 --- a/fop-core/src/tools/resources/findbugs/exclusions.xml +++ b/fop-core/src/tools/resources/findbugs/exclusions.xml @@ -407,6 +407,12 @@ <!-- 58 warnings --> <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> </Match> + <Match> + <Bug pattern="PT_ABSOLUTE_PATH_TRAVERSAL"/> + <And> + <Class name="org.apache.fop.servlet.FopServlet"/> + </And> + </Match> <!-- END - TEMPORARY (UNAPPROVED) EXCLUSIONS --> |