git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git bundle format
@ 2012-11-26 19:24 Pyeron, Jason J CTR (US)
  2012-11-26 19:31 ` Pyeron, Jason J CTR (US)
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Pyeron, Jason J CTR (US) @ 2012-11-26 19:24 UTC (permalink / raw)
  To: git@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]

I may need to be nudged in a better direction, but please try to understand my intentions.

I am facing a situation where I would like to use git bundle but at the same time inspect the contents to prevent a spillage[1].

Given we have a public repository which was cloned on to a secret development repository. Now the developers do some work which should not be sensitive in any way and commit and push it to the secret repository.

Now they want to release it out to the public. The current process is to review the text files to ensure that there is no "secret" sauce in there and then approve its release. This current process ignores the change tracking and all non-content is lost.


In this situation we should assume that the bundle does not have any content which is already in the public repository, that is it has the minimum data to make it pass a git bundle verify from the public repositories point of view. We would then take the bundle and pipe it though the "git-bundle2text" program which would result in a "human" inspectable format as opposed to the packed format[2]. The security reviewer would then see all the information being released and with the help of the public repository see how the data changes the repository.

Am I barking up the right tree?


1: http://en.wikipedia.org/wiki/Spillage_of_Classified_Information
2: http://git-scm.com/book/ch9-4.html


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5615 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-11-26 23:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 19:24 git bundle format Pyeron, Jason J CTR (US)
2012-11-26 19:31 ` Pyeron, Jason J CTR (US)
2012-11-26 20:20 ` Felipe Contreras
2012-11-26 20:50   ` Pyeron, Jason J CTR (US)
2012-11-26 20:56     ` Felipe Contreras
2012-11-26 20:38 ` Junio C Hamano
2012-11-26 20:53   ` Pyeron, Jason J CTR (US)
2012-11-26 20:56 ` Stephen Bash
2012-11-26 21:06   ` git bundle format [OT] Pyeron, Jason J CTR (US)
2012-11-26 21:31     ` Stephen Bash
2012-11-26 23:08   ` git bundle format Andrew Ardill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).