Merge pull request #1673 from nextcloud/feature/noid/findbugs-ignore-generated-JsonObjectMapper

Ignore generated JsonObjectMapper
This commit is contained in:
Tim Krueger 2021-11-10 17:03:29 +01:00 committed by GitHub
commit 4edd401f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
594
569

View File

@ -6,6 +6,8 @@
~
~ @author Mario Danic
~ @author Andy Scherzinger
~ @author Tim Krüger
~ Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
~
@ -60,6 +62,11 @@
</Or>
</Match>
<!-- Ignore generated JsonObjectMapper -->
<Match>
<Class name="~.*\$\$JsonObjectMapper.*" />
</Match>
<Bug pattern="PATH_TRAVERSAL_IN" />
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />