Ver Fonte

Merge pull request #3339 from nextcloud/findbugsExlude

ignore warning about reading file
Andy Scherzinger há 6 anos atrás
pai
commit
e77216cfbe
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      findbugs-filter.xml

+ 1 - 0
findbugs-filter.xml

@@ -8,4 +8,5 @@
     <Match>
         <Class name="~.*\.R\$.*"/>
     </Match>
+    <Bug pattern="PATH_TRAVERSAL_IN" />
 </FindBugsFilter>