AGWA / AGWA/git-crypt

prevent committing unencrypted files that should be encrypted

Offen
#201 0 Kommentare 5 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C++
Sterne
9.9k
Forks
544
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Hi, my team started to use `git-crypt` recently. I see that for new people it is very easy to forget unlocking the repo and only then submitting files that should be encrypted.

That is, when a new file is added. Then a pull request could be created with all secret files exposed.

1. git clone
2. `#` user forgets `git crypt unlock` or does not have key
3. vi secrets/some-file.txt
4. git add secrets/some-file.txt
5. git commit -m "adding a new secret"
5. `#` now at step 4 or 5 git-crypt could return an error to prevent secrets leaks
7. git push

In this way it should be impossible for people to submit unencrypted files (that should be encrypted according to `.gitattributes`) regardless of they having access to encrypted content or not.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.