On 5/4/19 7:09 PM, J. Landman Gay via use-livecode wrote:
No idea how prevalent this is:
Mystery Git ransomware appears to blank commits, demands Bitcoin to rescue code • The Register

It affects github, gitlab, bitbucket, etc, and seems to stem from some folks storing their login passwords in .git/config, which is a really really really stupid thing to do. And you have to go out of your way to do it.

Fortunately the "hack" just involves adding a new commit to the top of the stack, so there are some easy ways to recover. The ransom demand isn't so much a threat to keep code hidden but to make the "stolen" code public, which would really only affect private repositories.

<https://security.stackexchange.com/questions/209448/gitlab-account-hacked-and-repo-wiped>

And people store some interesting things in git repos. A few years ago at work I found our AWS credentials in cleartext in a repo. A private repo, but even so we had to wipe them from the repo, force push the new repo to github, and create new credentials as environment variables.

--
 Mark Wieder
 [email protected]

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
  • For git folks J. Landman Gay via use-livecode
    • Re: For git folks Mark Wieder via use-livecode

Reply via email to