Skip to content

Commit

Permalink
Removed obsolete spotbugs exclusion (#10224)
Browse files Browse the repository at this point in the history
krisstern authored Feb 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d03a2e1 + 2c878d7 commit 85be6b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/src/spotbugs/excludesFilter.xml
Original file line number Diff line number Diff line change
@@ -239,13 +239,6 @@
<Class name="jenkins.util.xml.XMLUtils"/>
</Or>
</And>
<And>
<Bug pattern="INSECURE_COOKIE"/>
<Or>
<Class name="hudson.security.SecurityRealm"/>
<Class name="jenkins.model.Jenkins"/>
</Or>
</And>
<And>
<Bug pattern="LI_LAZY_INIT_STATIC"/>
<Class name="hudson.triggers.Trigger"/>

0 comments on commit 85be6b6

Please sign in to comment.