• The New York Times suffered a breach of its GitHub repositories in January 2024, leading to the theft and leak of sensitive personal information of freelancers.
  • Attackers accessed the repos using exposed credentials, but the breach did not impact the newspaper’s internal systems or operations.
  • The stolen data, amounting to 273GB, was leaked on 4chan and included various personal details of contributors as well as information related to assignments and source code, including the viral Wordle game.
  • hddsx@lemmy.ca
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    11 days ago

    GitLab sucks and has been getting worse. Their system requirements are high because they can’t figure out how to make efficient code.

    I’ve since signed up but haven’t used GitHub, so I can’t claim if it’s better or worse. But I’m definitely looking for an alternative

    • numbermess@fedia.io
      link
      fedilink
      arrow-up
      13
      ·
      11 days ago

      I’ve been pretty happy with Gitea for small projects. I had to learn how to use it for because a client was already using it and wanted to upgrade to a more recent version. I was brought in just to make sure that it would work without introducing disaster, and that was my introduction to it. It’s nearly completely brainless to run as a docker container and it seems to work just fine.

        • realbadat@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          9 days ago

          For one thing, more FOSS focused. It’s lighter/faster for me than a self hosted gitlab, there is nothing hidden behind a paywall, they are working on some nice activitypub integration, actions are really handy (yes it’s a bit of yaml soup), codeberg is using and supporting it, a better focus on security and stability than gitea (where it forked from), the ux is clean, and that’s about what I can think of off the top of my head.

          • hddsx@lemmy.ca
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 days ago

            I’m down with all of those but possibly activitypub integration. Does that add to the product or is it a deviation from the core product?

            • realbadat@programming.dev
              link
              fedilink
              English
              arrow-up
              2
              ·
              9 days ago

              Imo, an add.

              Creating a bug report or feature request can be done without having to create an account, and the backend tools (including blocking instances) are being completed first.

              It’s not like it’s forced either. You can just run it local and have no federation (once the feature is out of course, right now you wouldn’t have it regardless).