Browse Source

Merge pull request #3339 from nextcloud/findbugsExlude

ignore warning about reading file
Andy Scherzinger 6 năm trước cách đây
mục cha
commit
e77216cfbe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>