Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c76ee598101acbf442ff43c9e45808c64ca8a7bd
      
https://github.com/jenkinsci/jenkins/commit/c76ee598101acbf442ff43c9e45808c64ca8a7bd
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java
    M cli/src/main/java/hudson/cli/DiagnosedStreamCorruptionException.java
    M cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
    M cli/src/main/java/hudson/cli/NoCheckTrustManager.java
    M cli/src/main/java/hudson/cli/SSHCLI.java
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/Proc.java
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/hudson/cli/Connection.java
    M core/src/main/java/hudson/console/AnnotatedLargeText.java
    M core/src/main/java/hudson/console/ConsoleNote.java
    M core/src/main/java/hudson/scheduler/Hash.java
    M core/src/main/java/hudson/security/BasicAuthenticationFilter.java
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
    M core/src/main/java/hudson/util/ConsistentHash.java
    M core/src/main/java/hudson/util/DOSToUnixPathHelper.java
    M core/src/main/java/hudson/util/FormFieldValidator.java
    M core/src/main/java/jenkins/model/RunIdMigrator.java
    M core/src/main/java/jenkins/model/identity/IdentityRootAction.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol4.java
    M pom.xml

  Log Message:
  -----------
  Add findsecbugs plugin to spotbugs.

And suppress existing warnings. We should clean some of them up, but that's for 
different PRs.


  Commit: ced25e51fd201ec3ae7ae9d3e9262e573cf11e27
      
https://github.com/jenkinsci/jenkins/commit/ced25e51fd201ec3ae7ae9d3e9262e573cf11e27
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M cli/src/main/java/hudson/cli/DiagnosedStreamCorruptionException.java
    M core/src/main/java/hudson/Proc.java
    M core/src/main/java/hudson/console/AnnotatedLargeText.java
    M core/src/main/java/hudson/console/ConsoleNote.java
    M core/src/main/java/hudson/security/BasicAuthenticationFilter.java
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
    M core/src/main/java/hudson/util/DOSToUnixPathHelper.java
    M core/src/main/java/hudson/util/FormFieldValidator.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol4.java
    M src/findbugs/findbugs-excludes.xml

  Log Message:
  -----------
  Make sure everything has a justification.

And move a couple of items to the exclude file. If we ever get to a lower 
threshold, these will show up all over the place.


  Commit: 37fc33f92dc697c6fb50b0500b24159eb2b203f7
      
https://github.com/jenkinsci/jenkins/commit/37fc33f92dc697c6fb50b0500b24159eb2b203f7
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M core/src/main/java/hudson/ClassicPluginStrategy.java

  Log Message:
  -----------
  Correct spelling


  Commit: 2241771c9a9cd1a95532894a78a650ee006e19e1
      
https://github.com/jenkinsci/jenkins/commit/2241771c9a9cd1a95532894a78a650ee006e19e1
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java

  Log Message:
  -----------
  Correct spelling

Co-Authored-By: Wadeck Follonier <[email protected]>


  Commit: 348a26f77eec159261d5567b5228300ff140996d
      
https://github.com/jenkinsci/jenkins/commit/348a26f77eec159261d5567b5228300ff140996d
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java
    M cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
    M cli/src/main/java/hudson/cli/NoCheckTrustManager.java
    M cli/src/main/java/hudson/cli/SSHCLI.java
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/hudson/cli/Connection.java
    M core/src/main/java/hudson/console/AnnotatedLargeText.java
    M core/src/main/java/hudson/console/ConsoleNote.java
    M core/src/main/java/hudson/scheduler/Hash.java
    M core/src/main/java/hudson/security/BasicAuthenticationFilter.java
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
    M core/src/main/java/hudson/util/ConsistentHash.java
    M core/src/main/java/hudson/util/DOSToUnixPathHelper.java
    M core/src/main/java/hudson/util/FormFieldValidator.java
    M core/src/main/java/jenkins/model/RunIdMigrator.java
    M core/src/main/java/jenkins/model/identity/IdentityRootAction.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol4.java

  Log Message:
  -----------
  Narrow the suppression.

And add TODO connected with JENKINS tickets for relevant issues.


  Commit: bf9ee2ecf4a337976e2d44e69ba1e537170d907d
      
https://github.com/jenkinsci/jenkins/commit/bf9ee2ecf4a337976e2d44e69ba1e537170d907d
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/jenkins/model/RunIdMigrator.java

  Log Message:
  -----------
  Address review comments.


  Commit: ce4bc37a0d523eb6292b04f971dbda133340f5d4
      
https://github.com/jenkinsci/jenkins/commit/ce4bc37a0d523eb6292b04f971dbda133340f5d4
  Author: Jeff Thompson <[email protected]>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java

  Log Message:
  -----------
  Remove suppression that were inadvertently merged back in.


  Commit: 5c36f4571f536650a1613d11554f2d38b44c92ab
      
https://github.com/jenkinsci/jenkins/commit/5c36f4571f536650a1613d11554f2d38b44c92ab
  Author: Tim Jacomb <[email protected]>
  Date:   2020-02-15 (Sat, 15 Feb 2020)

  Changed paths:
    M cli/src/main/java/hudson/cli/CLI.java
    M cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
    M cli/src/main/java/hudson/cli/NoCheckTrustManager.java
    M cli/src/main/java/hudson/cli/SSHCLI.java
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/Proc.java
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/hudson/cli/Connection.java
    M core/src/main/java/hudson/console/AnnotatedLargeText.java
    M core/src/main/java/hudson/console/ConsoleNote.java
    M core/src/main/java/hudson/scheduler/Hash.java
    M core/src/main/java/hudson/security/BasicAuthenticationFilter.java
    M core/src/main/java/hudson/security/HudsonAuthenticationEntryPoint.java
    M core/src/main/java/hudson/util/ConsistentHash.java
    M core/src/main/java/hudson/util/DOSToUnixPathHelper.java
    M core/src/main/java/hudson/util/FormFieldValidator.java
    M core/src/main/java/jenkins/model/RunIdMigrator.java
    M core/src/main/java/jenkins/model/identity/IdentityRootAction.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol4.java
    M pom.xml
    M src/findbugs/findbugs-excludes.xml

  Log Message:
  -----------
  Merge pull request #4381 from jeffret-b/findsecbugs

Add findsecbugs plugin to spotbugs.


Compare: 
https://github.com/jenkinsci/jenkins/compare/84f43e2fa4e3...5c36f4571f53

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/84f43e-5c36f4%40github.com.

Reply via email to