mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
19e9692541
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
12 lines
243 B
XML
12 lines
243 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" />
|
|
</FindBugsFilter>
|