1. 23 May, 2018 1 commit
  2. 22 May, 2018 3 commits
  3. 18 May, 2018 5 commits
  4. 14 May, 2018 1 commit
  5. 09 May, 2018 1 commit
    • submodule: ignore submodules which include path traversal in their name · 6b15ceac
      If the we decide that the "name" of the submodule (i.e. its path inside
      `.git/modules/`) is trying to escape that directory or otherwise trick us, we
      ignore the configuration for that submodule.
      
      This leaves us with a half-configured submodule when looking it up by path, but
      it's the same result as if the configuration really were missing.
      
      The name check is potentially more strict than it needs to be, but it lets us
      re-use the check we're doing for the checkout. The function that encapsulates
      this logic is ready to be exported but we don't want to do that in a security
      release so it remains internal for now.
      Carlos Martín Nieto committed
  6. 30 Apr, 2018 1 commit
  7. 22 Apr, 2018 3 commits
  8. 20 Apr, 2018 9 commits
  9. 19 Apr, 2018 1 commit
  10. 17 Apr, 2018 10 commits
  11. 16 Apr, 2018 5 commits