We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0905c5 commit 41dd39dCopy full SHA for 41dd39d
config/spotbugs/spotbugs-exclude.xml
@@ -23,6 +23,10 @@
23
<Class name="com.imsweb.staging.cs.CsStagingTest"/>
24
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
25
</Match>
26
+ <Match>
27
+ <Class name="com.imsweb.staging.ExternalStagingFileDataProvider"/>
28
+ <Bug pattern="PATH_TRAVERSAL_IN"/>
29
+ </Match>
30
<Match>
31
<Bug pattern="EI_EXPOSE_REP"/>
32
0 commit comments