Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-client-plugin
Commit: 7708a36b2b8913bea3c2dfa53bbc379efe30e8dd
https://github.com/jenkinsci/git-client-plugin/commit/7708a36b2b8913bea3c2dfa53bbc379efe30e8dd
Author: Mark Waite <[email protected]>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
M src/test/java/org/jenkinsci/plugins/gitclient/CliGitAPIImplTest.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdate.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestUpdateCliGit.java
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java
Log Message:
-----------
Allow file:// clones of submodules in tests (#923)
* Allow file:// clones of submodules in tests
Allow local git clones to use the file:// protocol by setting
protocol.file.allow=always in the git command line for tests.
Command line git 2.38.1 and patches to earlier versions
disallow local git submodule cloning with the file:// protocol.
The change resolves a security issue but that security issue is
not a threat to these tests.
Co-authored-by: Jesse Glick <[email protected]>
--
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/git-client-plugin/push/refs/heads/master/1fd154-7708a3%40github.com.