Skip to content

Commit 1f4909f

Browse files
committed
[java] Adding spotbugs exception for HttpClientTestBase
1 parent c5df10e commit 1f4909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/spotbugs-excludes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
<Match>
153153
<Class name="~org.openqa.selenium.remote.internal.HttpClientTestBase.*"/>
154-
<Bug pattern="XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER"/>
154+
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
155155
</Match>
156156

157157
<Match>

0 commit comments

Comments
 (0)