1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00
Tim Byrne ebc90bfc98 Create secured private dirs (#74)
Directories are created prior to merge during clone, and prior to any
Git command run.

This directly addresses CVE-2017-11353.

When cloning a repo which includes data in a .ssh or .gnupg directory,
if those directories do not exist at the time of cloning, yadm will
create the directories with mask 0700 prior to merging the fetched data
into the work-tree.

When running a Git command and .ssh or .gnupg directories do not exist,
create those directories with mask 0700 prior to running the Git
command. However, do not create those directories if
yadm.auto-private-dirs is false.
2017-08-22 21:28:07 -05:00
2017-08-22 21:28:07 -05:00
2017-01-09 16:52:01 -06:00
2016-09-07 22:35:05 -05:00
2017-02-11 11:36:58 -06:00
2017-02-08 21:06:00 -08:00
2017-07-09 23:07:50 -05:00
2017-07-09 23:07:50 -05:00
2017-02-10 14:53:52 -08:00
2017-04-24 07:49:10 -05:00
2016-09-08 08:08:22 -05:00
2017-08-22 21:28:07 -05:00
2017-08-22 21:28:07 -05:00
2017-07-09 23:07:50 -05:00
2017-07-10 07:57:38 -05:00

yadm - Yet Another Dotfiles Manager Build Status

Features, usage, examples and installation instructions can be found on the website.

https://thelocehiliosan.github.io/yadm/

Description
No description provided
Readme 10 MiB
Languages
Python 59.4%
Shell 27%
Roff 10.5%
Makefile 2.3%
Dockerfile 0.8%