Skip to content

Commit 41dd39d

Browse files
committed
Fix Spotbugs
1 parent b0905c5 commit 41dd39d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/spotbugs/spotbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<Class name="com.imsweb.staging.cs.CsStagingTest"/>
2424
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
2525
</Match>
26+
<Match>
27+
<Class name="com.imsweb.staging.ExternalStagingFileDataProvider"/>
28+
<Bug pattern="PATH_TRAVERSAL_IN"/>
29+
</Match>
2630
<Match>
2731
<Bug pattern="EI_EXPOSE_REP"/>
2832
</Match>

0 commit comments

Comments
 (0)