mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
e610eb133a
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
13 lines
294 B
XML
13 lines
294 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="~.*\.Manifest\$.*"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.R\$.*"/>
|
|
</Match>
|
|
<Bug pattern="PATH_TRAVERSAL_IN" />
|
|
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
|
</FindBugsFilter>
|