[jenkinsci/nunit-plugin] e97a5a: [SECURITY-2551]

2022-10-19 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nunit-plugin
  Commit: e97a5aa804019ab345f50014f56ece23882c7475
  
https://github.com/jenkinsci/nunit-plugin/commit/e97a5aa804019ab345f50014f56ece23882c7475
  Author: Daniel Beck 
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
M src/main/java/hudson/plugins/nunit/NUnitPublisher.java

  Log Message:
  ---
  [SECURITY-2551]


  Commit: e7f2702f7fb3f468e7f34b4944d60c812c0dfbb2
  
https://github.com/jenkinsci/nunit-plugin/commit/e7f2702f7fb3f468e7f34b4944d60c812c0dfbb2
  Author: Jenkins Security Team 
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release nunit-0.28


  Commit: 66f1dfd240ab993f158859f9a0f51199377a13e4
  
https://github.com/jenkinsci/nunit-plugin/commit/66f1dfd240ab993f158859f9a0f51199377a13e4
  Author: Jenkins Security Team 
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/nunit-plugin/compare/6dc969eb2e05...66f1dfd240ab

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nunit-plugin/push/refs/heads/master/6dc969-66f1df%40github.com.


[jenkinsci/git-client-plugin] 88f52c: [SECURITY-1468]

2022-07-27 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/3.11.x
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 88f52c6c9b18bca4ad210e3b9910a49433583fd9
  
https://github.com/jenkinsci/git-client-plugin/commit/88f52c6c9b18bca4ad210e3b9910a49433583fd9
  Author: Dmitry_Platonov 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M README.adoc
A images/ssh-host-key-verification.png
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/Git.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImpl.java
A src/main/java/org/jenkinsci/plugins/gitclient/trilead/JGitConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSessionFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractCliGitHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractJGitHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/HostKeyVerifierFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/SshHostKeyVerificationStrategy.java
A 
src/main/resources/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration/help-sshHostKeyVerificationStrategy.html
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy/help-approvedHostKeys.html
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy/config.properties
A 
src/test/java/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfigurationTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsTestUtil.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifierTest.java

  Log Message:
  ---
  [SECURITY-1468]


  Commit: e2fa0befc46c9cedd945d0934e5b5f8d6f712d34
  
https://github.com/jenkinsci/git-client-plugin/commit/e2fa0befc46c9cedd945d0934e5b5f8d6f712d34
  Author: Jenkins Security Team 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-3.11.1


  Commit: 257fbd55ec417f9bba2ff47b0a3aa4781a34e8c8
  
https://github.com/jenkinsci/git-client-plugin/commit/257fbd55ec417f9bba2ff47b0a3aa4781a34e8c8
  Author: Jenkins Security Team 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/88f52c6c9b18%5E...257fbd55ec41

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/3.11.x/00-257fbd%40github.com.


[jenkinsci/git-client-plugin] cc01d9: [SECURITY-1468]

2022-07-27 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/3.10.0.x
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cc01d92b8245a1dc05cd4daeef366063a04e155b
  
https://github.com/jenkinsci/git-client-plugin/commit/cc01d92b8245a1dc05cd4daeef366063a04e155b
  Author: Dmitry_Platonov 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M README.adoc
A images/ssh-host-key-verification.png
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/main/java/org/jenkinsci/plugins/gitclient/Git.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration.java
M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImpl.java
A src/main/java/org/jenkinsci/plugins/gitclient/trilead/JGitConnection.java
M 
src/main/java/org/jenkinsci/plugins/gitclient/trilead/TrileadSessionFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractCliGitHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AbstractJGitHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/HostKeyVerifierFactory.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifier.java
A 
src/main/java/org/jenkinsci/plugins/gitclient/verifier/SshHostKeyVerificationStrategy.java
A 
src/main/resources/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfiguration/help-sshHostKeyVerificationStrategy.html
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerificationStrategy/help-approvedHostKeys.html
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerificationStrategy/config.properties
A 
src/test/java/org/jenkinsci/plugins/gitclient/GitHostKeyVerificationConfigurationTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/AcceptFirstConnectionVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsFileVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/KnownHostsTestUtil.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/ManuallyProvidedKeyVerifierTest.java
A 
src/test/java/org/jenkinsci/plugins/gitclient/verifier/NoHostKeyVerifierTest.java

  Log Message:
  ---
  [SECURITY-1468]


  Commit: 1e5921f61a4a7292f7681b07b4611c7e113309c0
  
https://github.com/jenkinsci/git-client-plugin/commit/1e5921f61a4a7292f7681b07b4611c7e113309c0
  Author: Jenkins Security Team 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-client-3.10.0.1


  Commit: 51a1538a156fa08d161845fb8920df07c9d2c6e7
  
https://github.com/jenkinsci/git-client-plugin/commit/51a1538a156fa08d161845fb8920df07c9d2c6e7
  Author: Jenkins Security Team 
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/cc01d92b8245%5E...51a1538a156f

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/3.10.0.x/00-51a153%40github.com.


[jenkinsci/embeddable-build-status-plugin] 0fc4a1: [SECURITY-2567]

2022-06-22 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/SECURITY-2567-2792-2794
  Home:   https://github.com/jenkinsci/embeddable-build-status-plugin
  Commit: 0fc4a199506328b08dcd0aca572a2ca79ca38714
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/0fc4a199506328b08dcd0aca572a2ca79ca38714
  Author: Daniel Beck 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/badge/StatusImage.java

  Log Message:
  ---
  [SECURITY-2567]


  Commit: 63f82f28d989d30a23089a0a66c11f222651a8c6
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/63f82f28d989d30a23089a0a66c11f222651a8c6
  Author: Daniel Beck 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/badge/StatusImage.java

  Log Message:
  ---
  [SECURITY-2792]


  Commit: 402148784b3f4b029eaf47cc26ebf6b9bc636183
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/402148784b3f4b029eaf47cc26ebf6b9bc636183
  Author: Daniel Beck 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/badge/actions/PublicBuildStatusAction.java

  Log Message:
  ---
  [SECURITY-2794]


  Commit: 2ef9d04567828c634c68205ec7f089246135bf2a
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/2ef9d04567828c634c68205ec7f089246135bf2a
  Author: Jenkins Security Team 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release embeddable-build-status-2.0.4


  Commit: 5a6bcfb5d450d03fa7a9426f487e706211873d59
  
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/5a6bcfb5d450d03fa7a9426f487e706211873d59
  Author: Jenkins Security Team 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/embeddable-build-status-plugin/compare/0fc4a1995063%5E...5a6bcfb5d450

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/embeddable-build-status-plugin/push/refs/heads/SECURITY-2567-2792-2794/00-5a6bcf%40github.com.


[jenkinsci/subversion-plugin] 882a7d: [SECURITY-2075] [SECURITY-2076] [SECURITY-2698]

2022-04-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: 882a7d359f6ac73c53d787bff4d62eba837001ea
  
https://github.com/jenkinsci/subversion-plugin/commit/882a7d359f6ac73c53d787bff4d62eba837001ea
  Author: Daniel Beck 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
M src/main/java/hudson/scm/SubversionTagAction.java
M src/main/java/hudson/scm/browsers/FishEyeSVN.java
M src/main/java/hudson/scm/browsers/Sventon.java
M src/main/java/hudson/scm/browsers/Sventon2.java
M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java
M src/main/resources/hudson/scm/SubversionSCM/ModuleLocation/config.jelly
M src/main/resources/hudson/scm/SubversionSCM/config.jelly
M src/main/resources/hudson/scm/browsers/AbstractSventon/config.jelly
M src/main/resources/hudson/scm/browsers/FishEyeSVN/config.jelly
M 
src/main/resources/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition/index.jelly
M src/test/java/hudson/scm/SubversionSCMTest.java

  Log Message:
  ---
  [SECURITY-2075] [SECURITY-2076] [SECURITY-2698]


  Commit: d980b18a376439f3c2ad481cd9691b4c9dd08a72
  
https://github.com/jenkinsci/subversion-plugin/commit/d980b18a376439f3c2ad481cd9691b4c9dd08a72
  Author: Jenkins Security Team 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release subversion-2.15.4


  Commit: bd76d544fe8dc51e2c06fd4c9adfba563aa2ab15
  
https://github.com/jenkinsci/subversion-plugin/commit/bd76d544fe8dc51e2c06fd4c9adfba563aa2ab15
  Author: Jenkins Security Team 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/eeae3e7c1fc2...bd76d544fe8d

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/eeae3e-bd76d5%40github.com.


[jenkinsci/subversion-plugin] 882a7d: [SECURITY-2075] [SECURITY-2076] [SECURITY-2698]

2022-04-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/tags/subversion-2.15.4
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: 882a7d359f6ac73c53d787bff4d62eba837001ea
  
https://github.com/jenkinsci/subversion-plugin/commit/882a7d359f6ac73c53d787bff4d62eba837001ea
  Author: Daniel Beck 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java
M src/main/java/hudson/scm/SubversionTagAction.java
M src/main/java/hudson/scm/browsers/FishEyeSVN.java
M src/main/java/hudson/scm/browsers/Sventon.java
M src/main/java/hudson/scm/browsers/Sventon2.java
M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java
M src/main/resources/hudson/scm/SubversionSCM/ModuleLocation/config.jelly
M src/main/resources/hudson/scm/SubversionSCM/config.jelly
M src/main/resources/hudson/scm/browsers/AbstractSventon/config.jelly
M src/main/resources/hudson/scm/browsers/FishEyeSVN/config.jelly
M 
src/main/resources/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition/index.jelly
M src/test/java/hudson/scm/SubversionSCMTest.java

  Log Message:
  ---
  [SECURITY-2075] [SECURITY-2076] [SECURITY-2698]


  Commit: d980b18a376439f3c2ad481cd9691b4c9dd08a72
  
https://github.com/jenkinsci/subversion-plugin/commit/d980b18a376439f3c2ad481cd9691b4c9dd08a72
  Author: Jenkins Security Team 
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release subversion-2.15.4


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/882a7d359f6a%5E...d980b18a3764

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/tags/subversion-2.15.4/00-d0d32e%40github.com.


[jenkinsci/active-choices-plugin] 4529ab: [SECURITY-2219]

2021-11-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.5.7
  Home:   https://github.com/jenkinsci/active-choices-plugin
  Commit: 4529ab6413d4ec70d02455536ea6c5196332ba62
  
https://github.com/jenkinsci/active-choices-plugin/commit/4529ab6413d4ec70d02455536ea6c5196332ba62
  Author: Bruno P. Kinoshita 
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
M src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/index.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/index.jelly
M 
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/inputElement.jelly
M src/main/resources/org/biouno/unochoice/common/checkboxContent.jelly
M src/main/resources/org/biouno/unochoice/common/choiceParameterCommon.jelly
M src/main/resources/org/biouno/unochoice/common/radioContent.jelly
M 
src/test/java/org/biouno/unochoice/jenkins_cert_1954/TestParametersXssVulnerabilities.java
M 
src/test/java/org/biouno/unochoice/jenkins_cert_2192/TestDynamicReferenceXss.java
A 
src/test/java/org/biouno/unochoice/jenkins_cert_2219/TestXssParameterNameBrowserConsole.java

  Log Message:
  ---
  [SECURITY-2219]


  Commit: 9a9bb0e5877ad0de1da7346f21d8b54697fde221
  
https://github.com/jenkinsci/active-choices-plugin/commit/9a9bb0e5877ad0de1da7346f21d8b54697fde221
  Author: Jenkins Security Team 
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release uno-choice-2.5.7


  Commit: 0a762a023682167507aa2c0f5d045786503c762c
  
https://github.com/jenkinsci/active-choices-plugin/commit/0a762a023682167507aa2c0f5d045786503c762c
  Author: Jenkins Security Team 
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/active-choices-plugin/compare/4529ab6413d4%5E...0a762a023682

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/active-choices-plugin/push/refs/heads/v2.5.7/00-0a762a%40github.com.


[jenkinsci/scriptler-plugin] 7e4fa9: SECURITY-2406

2021-11-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scriptler-plugin
  Commit: 7e4fa9b51f37714decca30a35dd81e41f72aec93
  
https://github.com/jenkinsci/scriptler-plugin/commit/7e4fa9b51f37714decca30a35dd81e41f72aec93
  Author: Michael Tughan 
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/scriptler/ScriptlerManagement/index.jelly

  Log Message:
  ---
  SECURITY-2406


  Commit: 7460b7fdbb07d886cc389251315e08ee2d43f104
  
https://github.com/jenkinsci/scriptler-plugin/commit/7460b7fdbb07d886cc389251315e08ee2d43f104
  Author: Jenkins Security Team 
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release scriptler-3.4


  Commit: 8ecb01cdf498f49d2c6fa998a4069167c5f646d8
  
https://github.com/jenkinsci/scriptler-plugin/commit/8ecb01cdf498f49d2c6fa998a4069167c5f646d8
  Author: Jenkins Security Team 
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/scriptler-plugin/compare/5f6c55db4c47...8ecb01cdf498

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/scriptler-plugin/push/refs/heads/master/5f6c55-8ecb01%40github.com.


[jenkinsci/maven-plugin] 8d962b: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.15.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 8d962b66e85807643b89091398a6f2b0dea1cfcc
  
https://github.com/jenkinsci/maven-plugin/commit/8d962b66e85807643b89091398a6f2b0dea1cfcc
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: e9359b2657217f09e773b2c02cf579489a756f79
  
https://github.com/jenkinsci/maven-plugin/commit/e9359b2657217f09e773b2c02cf579489a756f79
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.15.1


  Commit: 48dc80c067668f375ecac4745e315dcb14496e28
  
https://github.com/jenkinsci/maven-plugin/commit/48dc80c067668f375ecac4745e315dcb14496e28
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/8d962b66e858%5E...48dc80c06766

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.15.x/00-48dc80%40github.com.


[jenkinsci/maven-plugin] 3582ca: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.10.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 3582ca650b87040345d158edc36a172b2f830099
  
https://github.com/jenkinsci/maven-plugin/commit/3582ca650b87040345d158edc36a172b2f830099
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: 2a7411b9229abe3c5955906578eb72e5b17707fd
  
https://github.com/jenkinsci/maven-plugin/commit/2a7411b9229abe3c5955906578eb72e5b17707fd
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.10.1


  Commit: 78eae93421b1837ff1fa31bd946d9ea744a3b17e
  
https://github.com/jenkinsci/maven-plugin/commit/78eae93421b1837ff1fa31bd946d9ea744a3b17e
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/3582ca650b87%5E...78eae93421b1

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.10.x/00-78eae9%40github.com.


[jenkinsci/maven-plugin] 71f8f3: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.6.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 71f8f32f6b9f56e9dde5f78f5bd07e5e8d4cbf8d
  
https://github.com/jenkinsci/maven-plugin/commit/71f8f32f6b9f56e9dde5f78f5bd07e5e8d4cbf8d
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: f4216ec5716cbb08b2ae5ab573124c5af83e9240
  
https://github.com/jenkinsci/maven-plugin/commit/f4216ec5716cbb08b2ae5ab573124c5af83e9240
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.6.1


  Commit: 449c66d9b98e88825188cfc8d49af688e26d8049
  
https://github.com/jenkinsci/maven-plugin/commit/449c66d9b98e88825188cfc8d49af688e26d8049
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/71f8f32f6b9f%5E...449c66d9b98e

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.6.x/00-449c66%40github.com.


[jenkinsci/maven-plugin] 4c4f93: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.7.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 4c4f93a29e967176a3dae850c75360f5ad9e7c3a
  
https://github.com/jenkinsci/maven-plugin/commit/4c4f93a29e967176a3dae850c75360f5ad9e7c3a
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: 2deb6f9ac3a07f2f045dfb828c2b6e4fb6684eb8
  
https://github.com/jenkinsci/maven-plugin/commit/2deb6f9ac3a07f2f045dfb828c2b6e4fb6684eb8
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.7.1


  Commit: 0b697cb44875d5ab532bbe4d899f469f657ba82a
  
https://github.com/jenkinsci/maven-plugin/commit/0b697cb44875d5ab532bbe4d899f469f657ba82a
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/4c4f93a29e96%5E...0b697cb44875

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.7.x/00-0b697c%40github.com.


[jenkinsci/maven-plugin] 461411: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.12.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: 461411fac16aebbae3afef66ec1bf4cab457ae07
  
https://github.com/jenkinsci/maven-plugin/commit/461411fac16aebbae3afef66ec1bf4cab457ae07
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: 712fd5f7e91affa5499e7608f6f41d4077ce13a9
  
https://github.com/jenkinsci/maven-plugin/commit/712fd5f7e91affa5499e7608f6f41d4077ce13a9
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.12.1


  Commit: b1c13f695ae8c6785ab8c65ea362f07bda105359
  
https://github.com/jenkinsci/maven-plugin/commit/b1c13f695ae8c6785ab8c65ea362f07bda105359
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/461411fac16a%5E...b1c13f695ae8

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.12.x/00-b1c13f%40github.com.


[jenkinsci/maven-plugin] af88f1: Remove need for A2C callables

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v3.8.x
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: af88f1314b67731ef9de5e3f318ac3cc5c872ee9
  
https://github.com/jenkinsci/maven-plugin/commit/af88f1314b67731ef9de5e3f318ac3cc5c872ee9
  Author: Jesse Glick 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M src/main/java/hudson/maven/MavenBuild.java
M src/main/java/hudson/maven/MavenBuildProxy.java
M src/main/java/hudson/maven/MavenReporterDescriptor.java
M src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
M src/main/java/hudson/maven/reporters/MavenSiteArchiver.java
M src/main/java/hudson/maven/reporters/MavenTestJavadocArchiver.java
A src/test/java/hudson/maven/reporters/BlockSlaveToMasterFileCallable.java

  Log Message:
  ---
  Remove need for A2C callables


  Commit: 3795d16181940ec707cd893e5acc8b65357ddc1d
  
https://github.com/jenkinsci/maven-plugin/commit/3795d16181940ec707cd893e5acc8b65357ddc1d
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release maven-plugin-3.8.1


  Commit: d5625ca37d4a778462b2558c8015b0e4db59a1b6
  
https://github.com/jenkinsci/maven-plugin/commit/d5625ca37d4a778462b2558c8015b0e4db59a1b6
  Author: Jenkins Security Team 
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/maven-plugin/compare/af88f1314b67%5E...d5625ca37d4a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-plugin/push/refs/heads/v3.8.x/00-d5625c%40github.com.


[jenkinsci/subversion-plugin] 7d1525: [SECURITY-2506]

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: 7d1525edea6641a2febd3f7deeac55c0a89b0d7e
  
https://github.com/jenkinsci/subversion-plugin/commit/7d1525edea6641a2febd3f7deeac55c0a89b0d7e
  Author: Jesse Glick 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  ---
  [SECURITY-2506]


  Commit: 64fa2eaff12e7f8e6c5ec1b604f20c31725ada1b
  
https://github.com/jenkinsci/subversion-plugin/commit/64fa2eaff12e7f8e6c5ec1b604f20c31725ada1b
  Author: Jenkins Security Team 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release subversion-2.15.1


  Commit: dd1693c1c5dd1d2937b7b0808c89c9fef14546b2
  
https://github.com/jenkinsci/subversion-plugin/commit/dd1693c1c5dd1d2937b7b0808c89c9fef14546b2
  Author: Jenkins Security Team 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/e05d03976602...dd1693c1c5dd

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/e05d03-dd1693%40github.com.


[jenkinsci/s3-plugin] edcc63: Adapt callables to SECURITY-2456

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v0.11.10
  Home:   https://github.com/jenkinsci/s3-plugin
  Commit: edcc637df89ea1ba2b14c7c3f3f156581871607a
  
https://github.com/jenkinsci/s3-plugin/commit/edcc637df89ea1ba2b14c7c3f3f156581871607a
  Author: rsandell 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M src/main/java/hudson/plugins/s3/callable/S3Callable.java
M src/main/java/hudson/plugins/s3/callable/S3CleanupUploadCallable.java
M src/main/java/hudson/plugins/s3/callable/S3WaitUploadCallable.java

  Log Message:
  ---
  Adapt callables to SECURITY-2456


  Commit: 454f2e760054fd0f2cd58a5668482ec9a269830f
  
https://github.com/jenkinsci/s3-plugin/commit/454f2e760054fd0f2cd58a5668482ec9a269830f
  Author: Jenkins Security Team 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release s3-0.11.10


  Commit: 43dc1c2b436b3f486cc8022c5e9955ba6af25aef
  
https://github.com/jenkinsci/s3-plugin/commit/43dc1c2b436b3f486cc8022c5e9955ba6af25aef
  Author: Jenkins Security Team 
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/s3-plugin/compare/edcc637df89e%5E...43dc1c2b436b

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/s3-plugin/push/refs/heads/v0.11.10/00-43dc1c%40github.com.


[jenkinsci/remoting] 1dd0c8: [SECURITY-2458]

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.11.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: 1dd0c854831014567e41c6e9729249ad82982c39
  
https://github.com/jenkinsci/remoting/commit/1dd0c854831014567e41c6e9729249ad82982c39
  Author: Daniel Beck 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M src/main/java/hudson/remoting/Callable.java
M src/main/java/hudson/remoting/Channel.java
M src/main/java/hudson/remoting/ChannelBuilder.java
M src/main/java/hudson/remoting/PingThread.java
A src/main/java/hudson/remoting/RequiredRoleCheckerWrapper.java
M src/main/java/org/jenkinsci/remoting/RoleChecker.java

  Log Message:
  ---
  [SECURITY-2458]


  Commit: c2ccf0a66adc1ef5fbfba9645eee2410ec6eb74b
  
https://github.com/jenkinsci/remoting/commit/c2ccf0a66adc1ef5fbfba9645eee2410ec6eb74b
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-4.11.1


  Commit: 689e15960131e3aa087187abe7fbf9e7278b0979
  
https://github.com/jenkinsci/remoting/commit/689e15960131e3aa087187abe7fbf9e7278b0979
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/remoting/compare/1dd0c8548310%5E...689e15960131

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/v4.11.x/00-689e15%40github.com.


[jenkinsci/remoting] 8e06ed: [SECURITY-2458]

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.6.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: 8e06eddccc5e9c15deb56a6fa8accff612cdb65e
  
https://github.com/jenkinsci/remoting/commit/8e06eddccc5e9c15deb56a6fa8accff612cdb65e
  Author: Daniel Beck 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M src/main/java/hudson/remoting/Callable.java
M src/main/java/hudson/remoting/Channel.java
M src/main/java/hudson/remoting/ChannelBuilder.java
M src/main/java/hudson/remoting/PingThread.java
A src/main/java/hudson/remoting/RequiredRoleCheckerWrapper.java
M src/main/java/org/jenkinsci/remoting/RoleChecker.java

  Log Message:
  ---
  [SECURITY-2458]


  Commit: 12168148a70c2236bfeda85e2d11b187b4924113
  
https://github.com/jenkinsci/remoting/commit/12168148a70c2236bfeda85e2d11b187b4924113
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-4.6.1


  Commit: b0bef792fdd92dfbd8113d6706b3e2f8145cda78
  
https://github.com/jenkinsci/remoting/commit/b0bef792fdd92dfbd8113d6706b3e2f8145cda78
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/remoting/compare/8e06eddccc5e%5E...b0bef792fdd9

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/v4.6.x/00-b0bef7%40github.com.


[jenkinsci/remoting] d45206: [SECURITY-2458]

2021-11-04 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.10.x
  Home:   https://github.com/jenkinsci/remoting
  Commit: d45206eab9231a085729c32c878ae14285c049a6
  
https://github.com/jenkinsci/remoting/commit/d45206eab9231a085729c32c878ae14285c049a6
  Author: Daniel Beck 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M src/main/java/hudson/remoting/Callable.java
M src/main/java/hudson/remoting/Channel.java
M src/main/java/hudson/remoting/ChannelBuilder.java
M src/main/java/hudson/remoting/PingThread.java
A src/main/java/hudson/remoting/RequiredRoleCheckerWrapper.java
M src/main/java/org/jenkinsci/remoting/RoleChecker.java

  Log Message:
  ---
  [SECURITY-2458]


  Commit: f17e99cd045d5347c193018a80310264d240afd2
  
https://github.com/jenkinsci/remoting/commit/f17e99cd045d5347c193018a80310264d240afd2
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-4.10.1


  Commit: f9900b69447a770f2720a8ac9ba005a67f3a3422
  
https://github.com/jenkinsci/remoting/commit/f9900b69447a770f2720a8ac9ba005a67f3a3422
  Author: Jenkins Security Team 
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/remoting/compare/d45206eab923%5E...f9900b69447a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/v4.10.x/00-f9900b%40github.com.


[jenkinsci/electricflow-plugin] 192d80: Move HTML output into Jelly view

2021-10-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v1.1.18.x
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 192d80e20e82c6d16c65ac566f42facdbe4cdfbc
  
https://github.com/jenkinsci/electricflow-plugin/commit/192d80e20e82c6d16c65ac566f42facdbe4cdfbc
  Author: Daniel Beck 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/electricflow/causes/EFCause.java
A 
src/main/resources/org/jenkinsci/plugins/electricflow/causes/EFCause/description.jelly

  Log Message:
  ---
  Move HTML output into Jelly view


  Commit: d156f99106982442706ffc1f9952f37168a4e030
  
https://github.com/jenkinsci/electricflow-plugin/commit/d156f99106982442706ffc1f9952f37168a4e030
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release electricflow-1.1.18.2


  Commit: a187d21d00ee7b52957a844ac801a5045ea3c913
  
https://github.com/jenkinsci/electricflow-plugin/commit/a187d21d00ee7b52957a844ac801a5045ea3c913
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/698765eee72a...a187d21d00ee

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/v1.1.18.x/698765-a187d2%40github.com.


[jenkinsci/electricflow-plugin] 79e028: Move HTML output into Jelly view

2021-10-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 79e0286868dafbc9c140d1645e51d005620d2a5a
  
https://github.com/jenkinsci/electricflow-plugin/commit/79e0286868dafbc9c140d1645e51d005620d2a5a
  Author: Daniel Beck 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/electricflow/causes/EFCause.java
A 
src/main/resources/org/jenkinsci/plugins/electricflow/causes/EFCause/description.jelly

  Log Message:
  ---
  Move HTML output into Jelly view


  Commit: 86f2e5c7a3993c54a563aa9f675b380525a00b21
  
https://github.com/jenkinsci/electricflow-plugin/commit/86f2e5c7a3993c54a563aa9f675b380525a00b21
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release electricflow-1.1.24


  Commit: 3964fe2df1b79c044c85aa04e2e5306bb200
  
https://github.com/jenkinsci/electricflow-plugin/commit/3964fe2df1b79c044c85aa04e2e5306bb200
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/e76d71c2fbb4...3964fe2df1b7

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/master/e76d71-3964fe%40github.com.


[jenkinsci/electricflow-plugin] c0b895: Move HTML output into Jelly view

2021-10-12 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v1.1.22.x
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: c0b895d4aa388f4659d3b362b08373d9bb666a69
  
https://github.com/jenkinsci/electricflow-plugin/commit/c0b895d4aa388f4659d3b362b08373d9bb666a69
  Author: Daniel Beck 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/electricflow/causes/EFCause.java
A 
src/main/resources/org/jenkinsci/plugins/electricflow/causes/EFCause/description.jelly

  Log Message:
  ---
  Move HTML output into Jelly view


  Commit: d127525ea919b65b6141ceab8cd2fe5a9fd6a9e9
  
https://github.com/jenkinsci/electricflow-plugin/commit/d127525ea919b65b6141ceab8cd2fe5a9fd6a9e9
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release electricflow-1.1.22.1


  Commit: 826569d2b0f39eebb33fed920aa3f9721c9f76c9
  
https://github.com/jenkinsci/electricflow-plugin/commit/826569d2b0f39eebb33fed920aa3f9721c9f76c9
  Author: Jenkins Security Team 
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/c0b895d4aa38%5E...826569d2b0f3

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/v1.1.22.x/00-826569%40github.com.


[jenkinsci/git-plugin] 5474cc: [SECURITY-2499]

2021-10-06 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.8.3
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 5474cc942bfba60927be629ff47fb41c38c66741
  
https://github.com/jenkinsci/git-plugin/commit/5474cc942bfba60927be629ff47fb41c38c66741
  Author: Olivier Lamy 
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
M src/main/java/hudson/plugins/git/GitStatus.java
M src/test/java/hudson/plugins/git/GitStatusTest.java

  Log Message:
  ---
  [SECURITY-2499]


  Commit: e2e6a7687c7c2bbc43ea402e569b2e67e9e075b3
  
https://github.com/jenkinsci/git-plugin/commit/e2e6a7687c7c2bbc43ea402e569b2e67e9e075b3
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-4.8.3


  Commit: bfbff2f74f24c5d58a8a57a4fbf326a14f082397
  
https://github.com/jenkinsci/git-plugin/commit/bfbff2f74f24c5d58a8a57a4fbf326a14f082397
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/git-plugin/compare/5474cc942bfb%5E...bfbff2f74f24

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/v4.8.3/00-bfbff2%40github.com.


[jenkinsci/git-plugin] 09befb: [SECURITY-2499]

2021-10-06 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.7.1.x
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 09befbb9857a98487ac3d1a325e8c32e4ff9ab41
  
https://github.com/jenkinsci/git-plugin/commit/09befbb9857a98487ac3d1a325e8c32e4ff9ab41
  Author: Olivier Lamy 
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
M src/main/java/hudson/plugins/git/GitStatus.java
M src/test/java/hudson/plugins/git/GitStatusTest.java

  Log Message:
  ---
  [SECURITY-2499]


  Commit: 97ea68e53b4a1d72d708372fb7fd8698722863be
  
https://github.com/jenkinsci/git-plugin/commit/97ea68e53b4a1d72d708372fb7fd8698722863be
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-4.7.1.1


  Commit: 05fc0f2ac4e32bd111ae1a49dd54a95cc56f9361
  
https://github.com/jenkinsci/git-plugin/commit/05fc0f2ac4e32bd111ae1a49dd54a95cc56f9361
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/git-plugin/compare/09befbb9857a%5E...05fc0f2ac4e3

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/v4.7.1.x/00-05fc0f%40github.com.


[jenkinsci/git-plugin] c1872b: [SECURITY-2499]

2021-10-06 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v4.3.x
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: c1872bb92768365777264d02cf05946d5fab2e01
  
https://github.com/jenkinsci/git-plugin/commit/c1872bb92768365777264d02cf05946d5fab2e01
  Author: Olivier Lamy 
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
M src/main/java/hudson/plugins/git/GitStatus.java
M src/test/java/hudson/plugins/git/GitStatusTest.java

  Log Message:
  ---
  [SECURITY-2499]


  Commit: 36326273a7b9613a53687fc8057efed42380bc82
  
https://github.com/jenkinsci/git-plugin/commit/36326273a7b9613a53687fc8057efed42380bc82
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release git-4.3.1


  Commit: 2196c743f3b4354638c02e3e11ec48e8a06288fc
  
https://github.com/jenkinsci/git-plugin/commit/2196c743f3b4354638c02e3e11ec48e8a06288fc
  Author: Jenkins Security Team 
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/git-plugin/compare/c1872bb92768%5E...2196c743f3b4

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/v4.3.x/00-2196c7%40github.com.


[jenkinsci/code-coverage-api-plugin] a5b3c1: [SECURITY-2376]

2021-08-31 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/code-coverage-api-plugin
  Commit: a5b3c18cff2a0b494c55fa73b05fc935b50530be
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/a5b3c18cff2a0b494c55fa73b05fc935b50530be
  Author: Daniel Beck 
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
M src/main/java/io/jenkins/plugins/coverage/CompatibleObjectInputStream.java
A src/main/resources/META-INF/hudson.remoting.ClassFilter
A src/test/java/io/jenkins/plugins/coverage/Security2376Test.java
A 
src/test/resources/io/jenkins/plugins/coverage/Security2376Test/jobs/fs/builds/1/build.xml
A 
src/test/resources/io/jenkins/plugins/coverage/Security2376Test/jobs/fs/builds/1/coverage-report
A 
src/test/resources/io/jenkins/plugins/coverage/Security2376Test/jobs/fs/config.xml

  Log Message:
  ---
  [SECURITY-2376]


  Commit: 008ea120bbe4ca77adccf4df2ed79e2bfba1f58f
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/008ea120bbe4ca77adccf4df2ed79e2bfba1f58f
  Author: Jenkins Security Team 
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release code-coverage-api-1.4.1


  Commit: fe125020eef0d9110fd42431dff23b63801f748b
  
https://github.com/jenkinsci/code-coverage-api-plugin/commit/fe125020eef0d9110fd42431dff23b63801f748b
  Author: Jenkins Security Team 
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/code-coverage-api-plugin/compare/c0e340200733...fe125020eef0

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/master/c0e340-fe1250%40github.com.


[jenkinsci/saml-plugin] 8a6db3: [SECURITY-2469]

2021-08-31 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.0.8
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 8a6db399d4b674caacb0e6ebd6f046864823671a
  
https://github.com/jenkinsci/saml-plugin/commit/8a6db399d4b674caacb0e6ebd6f046864823671a
  Author: Ivan Fernandez Calvo 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/saml/SamlCrumbExclusion.java
A src/test/java/org/jenkinsci/plugins/saml/FakeRequest.java
A src/test/java/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest.java
A 
src/test/resources/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest/testReadSimpleConfiguration/config.xml

  Log Message:
  ---
  [SECURITY-2469]


  Commit: 1b9c33923fa55b6ede3e055b2843cb05eba6c129
  
https://github.com/jenkinsci/saml-plugin/commit/1b9c33923fa55b6ede3e055b2843cb05eba6c129
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release saml-2.0.8


  Commit: 915e94a001d5f93f8a104edf9de48892bf7fa7ec
  
https://github.com/jenkinsci/saml-plugin/commit/915e94a001d5f93f8a104edf9de48892bf7fa7ec
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/saml-plugin/compare/8a6db399d4b6%5E...915e94a001d5

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/saml-plugin/push/refs/heads/v2.0.8/00-915e94%40github.com.


[jenkinsci/saml-plugin] 02de5b: Set development version

2021-08-31 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/2.0.3.x
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 02de5b52c1ee767a20b4027a9c69a54fa53fed4a
  
https://github.com/jenkinsci/saml-plugin/commit/02de5b52c1ee767a20b4027a9c69a54fa53fed4a
  Author: Vincent Latombe 
  Date:   2021-08-24 (Tue, 24 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set development version


  Commit: 5059a345bb5a445817b1da3e1f5b13d371235501
  
https://github.com/jenkinsci/saml-plugin/commit/5059a345bb5a445817b1da3e1f5b13d371235501
  Author: Vincent Latombe 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/saml/SamlCrumbExclusion.java
A src/test/java/org/jenkinsci/plugins/saml/FakeRequest.java
A src/test/java/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest.java
A 
src/test/resources/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest/testReadSimpleConfiguration/config.xml

  Log Message:
  ---
  SECURITY-2469


  Commit: 88990696518966e19c10becb3d0c15c1292adf63
  
https://github.com/jenkinsci/saml-plugin/commit/88990696518966e19c10becb3d0c15c1292adf63
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release saml-2.0.3.1


  Commit: 209636f9823a5a127bf939e23bd3cbcbcf33dfcb
  
https://github.com/jenkinsci/saml-plugin/commit/209636f9823a5a127bf939e23bd3cbcbcf33dfcb
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/saml-plugin/compare/02de5b52c1ee%5E...209636f9823a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/saml-plugin/push/refs/heads/2.0.3.x/00-209636%40github.com.


[jenkinsci/saml-plugin] 61d06e: SECURITY-2469

2021-08-31 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/1.1.x
  Home:   https://github.com/jenkinsci/saml-plugin
  Commit: 61d06e05290a460489a89411c9a3ce57456abcf9
  
https://github.com/jenkinsci/saml-plugin/commit/61d06e05290a460489a89411c9a3ce57456abcf9
  Author: Vincent Latombe 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/saml/SamlCrumbExclusion.java
A src/test/java/org/jenkinsci/plugins/saml/FakeRequest.java
A src/test/java/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest.java
A 
src/test/resources/org/jenkinsci/plugins/saml/SamlCrumbExclusionTest/testReadSimpleConfiguration/config.xml

  Log Message:
  ---
  SECURITY-2469


  Commit: d1e79002c8a24a1fa482341555402f1072874302
  
https://github.com/jenkinsci/saml-plugin/commit/d1e79002c8a24a1fa482341555402f1072874302
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release saml-1.1.8


  Commit: 9ebec279c44a1ab8fbeddd6ebef6cca0278613cd
  
https://github.com/jenkinsci/saml-plugin/commit/9ebec279c44a1ab8fbeddd6ebef6cca0278613cd
  Author: Jenkins Security Team 
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/saml-plugin/compare/61d06e05290a%5E...9ebec279c44a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/saml-plugin/push/refs/heads/1.1.x/00-9ebec2%40github.com.


[jenkinsci/seleniumhtmlreport-plugin] 5ca59b: [SECURITY-2329]

2021-06-30 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/seleniumhtmlreport-plugin
  Commit: 5ca59b8c7d23af4450dc7f19c1b4107d59063ae1
  
https://github.com/jenkinsci/seleniumhtmlreport-plugin/commit/5ca59b8c7d23af4450dc7f19c1b4107d59063ae1
  Author: Stefan 
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
M .gitignore
M pom.xml
M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction.java
M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java
M src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/TestResult.java
M 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction/index.jelly
M 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config.jelly
M 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java

  Log Message:
  ---
  [SECURITY-2329]


  Commit: ba47967b8c71f93d233ec261aa93d4c4e88713af
  
https://github.com/jenkinsci/seleniumhtmlreport-plugin/commit/ba47967b8c71f93d233ec261aa93d4c4e88713af
  Author: Jenkins Security Team 
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release seleniumhtmlreport-1.1


  Commit: b594f45ef282c904df5c17818f70f42b17fe2322
  
https://github.com/jenkinsci/seleniumhtmlreport-plugin/commit/b594f45ef282c904df5c17818f70f42b17fe2322
  Author: Jenkins Security Team 
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/seleniumhtmlreport-plugin/compare/af33e82d5e2c...b594f45ef282

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/seleniumhtmlreport-plugin/push/refs/heads/master/af33e8-b594f4%40github.com.


[jenkinsci/xcode-plugin] 01335f: SECURITY-2335

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xcode-plugin
  Commit: 01335f1f4734e4a7eda69b28e182ecd4c34a1a4b
  
https://github.com/jenkinsci/xcode-plugin/commit/01335f1f4734e4a7eda69b28e182ecd4c34a1a4b
  Author: Kazuhide Takahashi 
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M src/main/java/au/com/rayh/XcodeProjectParser.java

  Log Message:
  ---
  SECURITY-2335


  Commit: 8914d795c90733c5b1a3e74136a90f4b829028e9
  
https://github.com/jenkinsci/xcode-plugin/commit/8914d795c90733c5b1a3e74136a90f4b829028e9
  Author: Jenkins Security Team 
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release xcode-plugin-2.0.15


  Commit: bab34e2cf687cf05be0071015da80b47e66bd3d0
  
https://github.com/jenkinsci/xcode-plugin/commit/bab34e2cf687cf05be0071015da80b47e66bd3d0
  Author: Jenkins Security Team 
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/xcode-plugin/compare/e57051344470...bab34e2cf687

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/xcode-plugin/push/refs/heads/master/e57051-bab34e%40github.com.


[jenkinsci/p4-plugin] 6b0237: SECURITY-2327

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 6b0237b04c985987460e31987d3cb314afa1ead6
  
https://github.com/jenkinsci/p4-plugin/commit/6b0237b04c985987460e31987d3cb314afa1ead6
  Author: Paul Allen 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/credentials/P4PasswordImpl.java
M src/main/java/org/jenkinsci/plugins/p4/credentials/P4TicketImpl.java
M 
src/main/resources/org/jenkinsci/plugins/p4/credentials/P4PasswordImpl/credentials.jelly
M 
src/main/resources/org/jenkinsci/plugins/p4/credentials/P4TicketImpl/credentials.jelly

  Log Message:
  ---
  SECURITY-2327

Co-authored-by: Daniel Beck 


  Commit: 4a564282febb6a94a5833c02c0fce1f3d7e657cc
  
https://github.com/jenkinsci/p4-plugin/commit/4a564282febb6a94a5833c02c0fce1f3d7e657cc
  Author: Jenkins Security Team 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release p4-1.11.5


  Commit: a56e1e58184479ded64f8b69aa941dfc95d70480
  
https://github.com/jenkinsci/p4-plugin/commit/a56e1e58184479ded64f8b69aa941dfc95d70480
  Author: Jenkins Security Team 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/p4-plugin/compare/da80d88de1ec...a56e1e581844

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/p4-plugin/push/refs/heads/master/da80d8-a56e1e%40github.com.


[jenkinsci/credentials-plugin] 41f3ec: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.19
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 41f3ec1143f80a7e80ab9a4a5f861f26fd3792cc
  
https://github.com/jenkinsci/credentials-plugin/commit/41f3ec1143f80a7e80ab9a4a5f861f26fd3792cc
  Author: Daniel Beck 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 4774218fd5bafc80f250d762a9bbd9f879a38f82
  
https://github.com/jenkinsci/credentials-plugin/commit/4774218fd5bafc80f250d762a9bbd9f879a38f82
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.19


  Commit: 0878227bbd8a4318cfe4925f1b720f0353b13835
  
https://github.com/jenkinsci/credentials-plugin/commit/0878227bbd8a4318cfe4925f1b720f0353b13835
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/41f3ec1143f8%5E...0878227bbd8a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.19/00-087822%40github.com.


[jenkinsci/credentials-plugin] fe1a68: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.7.x
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: fe1a6871f08ead18c3e766615a9584212f785e27
  
https://github.com/jenkinsci/credentials-plugin/commit/fe1a6871f08ead18c3e766615a9584212f785e27
  Author: Daniel Beck 
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 3bbf912a52e26e2dc9b8769ed90070b7f7eecd30
  
https://github.com/jenkinsci/credentials-plugin/commit/3bbf912a52e26e2dc9b8769ed90070b7f7eecd30
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.7.1


  Commit: 0b005378ec6ab6c25fcb1f0936499d7be86e9719
  
https://github.com/jenkinsci/credentials-plugin/commit/0b005378ec6ab6c25fcb1f0936499d7be86e9719
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/fe1a6871f08e%5E...0b005378ec6a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.7.x/00-0b0053%40github.com.


[jenkinsci/credentials-plugin] e6bb3c: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.14.x
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: e6bb3cd8c4c396ee56862bbff7197c242df55742
  
https://github.com/jenkinsci/credentials-plugin/commit/e6bb3cd8c4c396ee56862bbff7197c242df55742
  Author: Daniel Beck 
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 236fbc870b53be2273c942e9d3278eeef5a5ff6c
  
https://github.com/jenkinsci/credentials-plugin/commit/236fbc870b53be2273c942e9d3278eeef5a5ff6c
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.14.1


  Commit: 0dc6ba9fdc0bb0d2a76703c0500765213273d9a7
  
https://github.com/jenkinsci/credentials-plugin/commit/0dc6ba9fdc0bb0d2a76703c0500765213273d9a7
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/e6bb3cd8c4c3%5E...0dc6ba9fdc0b

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.14.x/00-0dc6ba%40github.com.


[jenkinsci/credentials-plugin] 53b849: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.15.x
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 53b849a70794fa45539023e12d45b9d94b4cb172
  
https://github.com/jenkinsci/credentials-plugin/commit/53b849a70794fa45539023e12d45b9d94b4cb172
  Author: Daniel Beck 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 3f3e2a18fa1aca3bae8b618ce2de678a6d9a61f4
  
https://github.com/jenkinsci/credentials-plugin/commit/3f3e2a18fa1aca3bae8b618ce2de678a6d9a61f4
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.15.1


  Commit: 63f3143bcdc66e61b4be582c44755e1340bc01c4
  
https://github.com/jenkinsci/credentials-plugin/commit/63f3143bcdc66e61b4be582c44755e1340bc01c4
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/53b849a70794%5E...63f3143bcdc6

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.15.x/00-63f314%40github.com.


[jenkinsci/credentials-plugin] 438960: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.13.x
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 43896030abcc736835a5aaf382686fdc75da680f
  
https://github.com/jenkinsci/credentials-plugin/commit/43896030abcc736835a5aaf382686fdc75da680f
  Author: Daniel Beck 
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 05e11e2cc3e9efa71bcf008056cc63a0e70a0a18
  
https://github.com/jenkinsci/credentials-plugin/commit/05e11e2cc3e9efa71bcf008056cc63a0e70a0a18
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.13.1


  Commit: a2ad5aa557e421e4888cde1dceb9cca1ec0173fa
  
https://github.com/jenkinsci/credentials-plugin/commit/a2ad5aa557e421e4888cde1dceb9cca1ec0173fa
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/43896030abcc%5E...a2ad5aa557e4

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.13.x/00-a2ad5a%40github.com.


[jenkinsci/credentials-plugin] 826b60: [SECURITY-2349]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v2.3.0.x
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: 826b60dc475b359c20968f8abb490527baf679d3
  
https://github.com/jenkinsci/credentials-plugin/commit/826b60dc475b359c20968f8abb490527baf679d3
  Author: Daniel Beck 
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
M 
src/main/resources/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl/UploadedKeyStoreSource/Upload/complete.jelly

  Log Message:
  ---
  [SECURITY-2349]


  Commit: 15d48251874a603d9a170deed80c6cacd9cb9674
  
https://github.com/jenkinsci/credentials-plugin/commit/15d48251874a603d9a170deed80c6cacd9cb9674
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-2.3.0.1


  Commit: 827553760ccd513203efd9760c0e966aefec8a08
  
https://github.com/jenkinsci/credentials-plugin/commit/827553760ccd513203efd9760c0e966aefec8a08
  Author: Jenkins Security Team 
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/826b60dc475b%5E...827553760ccd

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/v2.3.0.x/00-827553%40github.com.


[jenkinsci/dashboard-view-plugin] 586817: [SECURITY-2233]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: 586817b081d903e47cfdd05b96b8aae1d2c2700b
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/586817b081d903e47cfdd05b96b8aae1d2c2700b
  Author: Tobias Gruetzmacher 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M src/main/java/hudson/plugins/view/dashboard/core/ImagePortlet.java
M src/main/resources/hudson/plugins/view/dashboard/Messages.properties
M 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/config.jelly
M 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/portlet.jelly
A 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/portlet_de.properties
A 
src/test/java/hudson/plugins/view/dashboard/ConfigurationAsCodeBackCompatTest.java
A src/test/java/hudson/plugins/view/dashboard/core/ImagePortletTest.java
M src/test/resources/hudson/plugins/view/dashboard/casc-export.yml
M src/test/resources/hudson/plugins/view/dashboard/casc.yml
A 
src/test/resources/hudson/plugins/view/dashboard/casc_image_backcompat_export.yml
A 
src/test/resources/hudson/plugins/view/dashboard/casc_image_backcompat_import.yml

  Log Message:
  ---
  [SECURITY-2233]

Co-Authored-By: rsandell 


  Commit: c70157513f3312b1227b0654bd2c288dadf9d87b
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/c70157513f3312b1227b0654bd2c288dadf9d87b
  Author: Jenkins Security Team 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dashboard-view-2.16


  Commit: c11f5d46f3c023fd1d7ab5ffaec127ab0a7fdaf1
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/c11f5d46f3c023fd1d7ab5ffaec127ab0a7fdaf1
  Author: Jenkins Security Team 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/dashboard-view-plugin/compare/f0926478cda0...c11f5d46f3c0

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dashboard-view-plugin/push/refs/heads/master/f09264-c11f5d%40github.com.


[jenkinsci/dashboard-view-plugin] 78e9bc: [SECURITY-2233]

2021-05-11 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/stable-2.12
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: 78e9bc4f04be6261cfaa1eb8cd46a07f44cb03c8
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/78e9bc4f04be6261cfaa1eb8cd46a07f44cb03c8
  Author: Tobias Gruetzmacher 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M src/main/java/hudson/plugins/view/dashboard/core/ImagePortlet.java
M src/main/resources/hudson/plugins/view/dashboard/Messages.properties
M 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/config.jelly
M 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/portlet.jelly
A 
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/portlet_de.properties
A src/test/java/hudson/plugins/view/dashboard/core/ImagePortletTest.java

  Log Message:
  ---
  [SECURITY-2233]

Co-Authored-By: rsandell 


  Commit: 069b77ba4ff8a0ee3b398c475b20f30b6d89c64f
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/069b77ba4ff8a0ee3b398c475b20f30b6d89c64f
  Author: Daniel Beck 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M 
src/test/java/hudson/plugins/view/dashboard/test/TestSummaryForMavenJobs.java
M src/test/java/hudson/plugins/view/dashboard/test/TestTrendChartTest.java

  Log Message:
  ---
  Disable tests that no longer work after repo1 changes


  Commit: bbd7b5e9f746f2719a58d81a44f0b6716010014b
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/bbd7b5e9f746f2719a58d81a44f0b6716010014b
  Author: Jenkins Security Team 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release dashboard-view-2.12.1


  Commit: 22185ada48271c597aa6a2efa3867d74d65e227f
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/22185ada48271c597aa6a2efa3867d74d65e227f
  Author: Jenkins Security Team 
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/dashboard-view-plugin/compare/78e9bc4f04be%5E...22185ada4827

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dashboard-view-plugin/push/refs/heads/stable-2.12/00-22185a%40github.com.


[jenkinsci/electricflow-plugin] 197310: [SECURITY-2309]

2021-04-21 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/v1.1.18.x
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 1973101432a4feb0cceae2b77d49f1ed268060dc
  
https://github.com/jenkinsci/electricflow-plugin/commit/1973101432a4feb0cceae2b77d49f1ed268060dc
  Author: Anton Horodchuk 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/rest/ElectricFlowEFRunAPIAction.java

  Log Message:
  ---
  [SECURITY-2309]


  Commit: b7361e19408f89a99fdf02b2b2dfd85ed636d386
  
https://github.com/jenkinsci/electricflow-plugin/commit/b7361e19408f89a99fdf02b2b2dfd85ed636d386
  Author: Jenkins Security Team 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudbees-flow-1.1.18.1


  Commit: 698765eee72af517a293b6724cd9f19d1a636331
  
https://github.com/jenkinsci/electricflow-plugin/commit/698765eee72af517a293b6724cd9f19d1a636331
  Author: Jenkins Security Team 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/1973101432a4%5E...698765eee72a

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/v1.1.18.x/00-698765%40github.com.


[jenkinsci/electricflow-plugin] 597cbb: [SECURITY-2309]

2021-04-21 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/release-1.1.22
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 597cbb1d767ae92c44b4cbd9525fa53ddab37117
  
https://github.com/jenkinsci/electricflow-plugin/commit/597cbb1d767ae92c44b4cbd9525fa53ddab37117
  Author: Anton Horodchuk 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/electricflow/rest/ElectricFlowEFRunAPIAction.java

  Log Message:
  ---
  [SECURITY-2309]


  Commit: e7d76b7ca305bdf64284746d41929e2ab9ab7e67
  
https://github.com/jenkinsci/electricflow-plugin/commit/e7d76b7ca305bdf64284746d41929e2ab9ab7e67
  Author: Jenkins Security Team 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release cloudbees-flow-1.1.22


  Commit: 275e2b6712bbe86925dc112013ede7f301e67353
  
https://github.com/jenkinsci/electricflow-plugin/commit/275e2b6712bbe86925dc112013ede7f301e67353
  Author: Jenkins Security Team 
  Date:   2021-04-16 (Fri, 16 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/597cbb1d767a%5E...275e2b6712bb

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/release-1.1.22/00-275e2b%40github.com.


[jenkinsci/dependency-track-plugin] 70e7b8: [SECURITY-2250]

2021-03-30 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 70e7b82ad9a10499e628998a0bcb57c1481c66bc
  
https://github.com/jenkinsci/dependency-track-plugin/commit/70e7b82ad9a10499e628998a0bcb57c1481c66bc
  Author: Ronny Perinke 
  Date:   2021-03-28 (Sun, 28 Mar 2021)

  Changed paths:
M CHANGELOG.md
M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/global.jelly
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  ---
  [SECURITY-2250]


  Commit: 8b991cfdaa88d5246d80a40d5b7eb7eafdfc4d39
  
https://github.com/jenkinsci/dependency-track-plugin/commit/8b991cfdaa88d5246d80a40d5b7eb7eafdfc4d39
  Author: Jenkins Security Team 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v3.1.1


  Commit: ecb6206a8ad701bd8a7281a39ccdfa913ccea49d
  
https://github.com/jenkinsci/dependency-track-plugin/commit/ecb6206a8ad701bd8a7281a39ccdfa913ccea49d
  Author: Jenkins Security Team 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/69317029c8a3...ecb6206a8ad7

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dependency-track-plugin/push/refs/heads/master/693170-ecb620%40github.com.