proper spotbugs exclusion

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-10-24 12:25:29 +02:00
parent f5ebba9eff
commit 93f3848172
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 3 additions and 1 deletions

View File

@ -39,9 +39,11 @@
<Or>
<Package name="~io\.noties\..*" />
<Package name="~third_parties\.ezvcard_android\..*" />
<Class name="~com.owncloud.android.ui.preview.MarkwonGrammarLocator" />
</Or>
</Match>
<Match>
<Class name="~com.owncloud.android.ui.preview.MarkwonGrammarLocator" />
</Match>
<Bug pattern="PATH_TRAVERSAL_IN" />
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />