File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 68
68
<jgit .version>6.8.0.202311291450-r</jgit .version>
69
69
<spotbugs .effort>Max</spotbugs .effort>
70
70
<spotbugs-maven-plugin .version>4.8.2.0</spotbugs-maven-plugin .version>
71
+ <!-- TODO: Remove when plugin pom includes this omitVisitors -->
72
+ <!-- https://github.com/jenkinsci/plugin-pom/pull/869 -->
73
+ <spotbugs .omitVisitors>ConstructorThrow,FindReturnRef</spotbugs .omitVisitors>
71
74
<spotbugs .threshold>Low</spotbugs .threshold>
72
75
<spotless .check.skip>false</spotless .check.skip>
73
76
</properties >
Original file line number Diff line number Diff line change 4
4
Exclusions in this section have been triaged and determined to be
5
5
false positives.
6
6
-->
7
- <Match >
8
- <!-- Jenkins plugins generally not vulnerable to Finalizer attacks -->
9
- <Bug pattern =" CT_CONSTRUCTOR_THROW" />
10
- <Or >
11
- <Class name =" hudson.plugins.git.GitAPI" />
12
- <Class name =" org.jenkinsci.plugins.gitclient.JGitAPIImpl$FileRepositoryImpl" />
13
- <Class name =" org.jenkinsci.plugins.gitclient.trilead.TrileadSession$ProcessImpl" />
14
- </Or >
15
- </Match >
16
7
<Match >
17
8
<!-- These primitive attributes need to be public to preserve the API -->
18
9
<Bug pattern =" PA_PUBLIC_PRIMITIVE_ATTRIBUTE" />
You can’t perform that action at this time.
0 commit comments