ignore library code of markdown render dependencies

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-10-23 15:04:01 +02:00
parent bf43a798df
commit 1ef6f58204
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@
<Class name="~.*\.DataBinderMapperImpl"/>
</Or>
</Match>
<!-- Third-party library code -->
<Match>
<Or>
<Package name="~io\.noties\..*" />
<Package name="~third_parties\.ezvcard_android\..*" />
<Class name="~com.owncloud.android.ui.preview.MarkwonGrammarLocator" />
</Or>
</Match>
<Bug pattern="PATH_TRAVERSAL_IN" />
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />