Skip to content

Commit

Permalink
Fixing spotbug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Mar 27, 2024
1 parent 8eb6717 commit ec0e734
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,19 @@
<Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
</Match>
<Match>
<Class name="com.wso2.openbanking.scp.webapp.util.Utils"/>
<Bug pattern="HTTP_PARAMETER_POLLUTION"/>
</Match>
<Match>
<Class name="com.wso2.openbanking.scp.webapp.util.Utils"/>
<Bug pattern="UNVALIDATED_REDIRECT"/>
</Match>
<Match>
<Class name="com.wso2.openbanking.scp.webapp.servlet.ApimReqHandlerServlet"/>
<Bug pattern="HTTP_PARAMETER_POLLUTION"/>
</Match>
<Match>
<Class name="com.wso2.openbanking.scp.webapp.servlet.OAuthCallbackServlet"/>
<Bug pattern="UNVALIDATED_REDIRECT"/>
</Match>
</FindBugsFilter>

0 comments on commit ec0e734

Please sign in to comment.