this post was submitted on 07 Jul 2026
85 points (94.7% liked)

Linux

66669 readers
210 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] minfapper@piefed.social 27 points 3 weeks ago (2 children)

The core of the problem trickles down to weak CI/CD configurations that grant pull requests (PRs) more permissions than they should have.

How exactly do their competitors like codeberg do better in preventing that?

[–] onlinepersona@programming.dev 5 points 3 weeks ago (2 children)

The article doesn't seem to say. I don't know if it's a problem with defaults or caused by the devs themselves.

[–] minfapper@piefed.social 6 points 3 weeks ago

By default pull requests my new contributors require approval from someone with write-access to the repo before running actions.

These repos have specifically decided to change a setting to make them not require approval for anyone. The UI to change that setting explicitly warns you about exactly this attack, so this "article" feels like a non-item trying to farm engagement.

[–] real_username56@lemmy.ml 1 points 3 weeks ago

As far as I can tell it requires GitHub actions to be enabled for pull requests, which you can require approval for. I just quickly read the top of the article so I could be wrong

[–] A_norny_mousse@piefed.zip 2 points 3 weeks ago

I'm no expert in this but I'm guessing GH's higher tiers provide much more "actions" and whatnot than Codeberg does. AFAICS Gitlab might be the only alternative that even has the mechanisms that could be exploited.

But executing code in a comment, that's harsh in any case. I mean, even I would've known how to prevent that right from the start. I think.