Earlier quoted context omitted.
Is there an F/OSS alternative to Jenkins that I’m not aware of?
- Woodpecker CI: https://woodpecker-ci.org/ - Drone CI: https://www.drone.io/ - Buildbot: https://buildbot.net/ - Gitea Actions: https://docs.gitea.io/en-us/usage/actions/overview/ - Fogejo Actions: https://forgejo.org/2023-02-27-forgejo-actions/ - GitLab Runners: https://gitlab.com/gitlab-org/gitlab-runner You could also use Ansible playbooks/roles to run your build, although that's going to be a bit more manual: ht…
Infosec company pwned by 4chan user
191–200 of 234 posts
Re: Infosec company pwned by 4chan user
#192Earlier quoted context omitted.
jenkins is old and crusty, but it works and works well. if the UI for a build tool looks too fancy, my faith in it drops to 0 almost immediately.
It doesn’t work well. It’s the JIRA of CI/CD: it is entrenched and does multiple things but doesn’t do any one thing well, and the people that decide what to buy aren’t the people who are forced to use it so they don’t care about its quality so much
Near-every other CI also can't just browse which tests failed and with what message without digging directly into logs
Re: Infosec company pwned by 4chan user
#193Earlier quoted context omitted.
X11 is finally, finally on the way out. I have a lot of gripes with Wayland, but the day I stop needing to dive into xrandr and figure out why the screen is rotated but the mouse coordinates aren't or some other 1990s level problem will be a happy one. QWERTY seems to be too embedded even for that, but I wonder if it gets closer to replacement the higher the percentage of software keyboards climbs vs physical ones.
> but the day I stop needing to dive into xrandr and figure out why the screen is rotated but the mouse coordinates aren't or some other 1990s level problem will be a happy one. I'm sympathetic to wanting legacy mindhorrors replaced with modern stuff, but genuine question: When do you ever have such problems xD I've multimonitored on X11 for like 4 years and never experienced that.
Re: Infosec company pwned by 4chan user
#194"however, they made one of the most comedic mistakes you can still make while setting up jenkins (im actually not sure which misconfiguration leads to this): the build information for each past build contains a link to the git repository, including the bitbucket credentials in the url. genius."
No, the most comedic mistake is to have a public-facing Jenkins running. I mean in general you wouldn't make your CI accessible from the outside, but especially not Jenkins. That software has probably more CVEs every year than all of our other tooling combined.
I worked for a company a couple years ago that had Jenkins running on a Windows EC2 with a bare public IP, no TLS, and a single set of admin credentials shared by everyone. Also, the host did double duty as some sort of DBA jump box and had every possible credential.
It was like in-defense in depth. I tried to explain how crazy it was. They weren’t interested in fixing it. I moved on.
Some companies just don’t care… soc 2 btw.
Re: Infosec company pwned by 4chan user
#195Earlier quoted context omitted.
Given the frequency with which I seem to update nokogiri on a rails instance, i assumed libxml2 would hold that award: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=libxml2 But sure enough, jenkins FAR outweighs it: https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=jenkins
And that's just the ones that get reported. Since core Jenkins is pretty bare-bones, most instances also have many plugins installed, and most of those aren't properly reviewed at all.
Re: Infosec company pwned by 4chan user
#196Re: Infosec company pwned by 4chan user
#197"however, they made one of the most comedic mistakes you can still make while setting up jenkins (im actually not sure which misconfiguration leads to this): the build information for each past build contains a link to the git repository, including the bitbucket credentials in the url. genius."
No, the most comedic mistake is to have a public-facing Jenkins running. I mean in general you wouldn't make your CI accessible from the outside, but especially not Jenkins. That software has probably more CVEs every year than all of our other tooling combined.
Re: Infosec company pwned by 4chan user
#198Re: Infosec company pwned by 4chan user
#199Earlier quoted context omitted.
FYI, the author uses it/she pronouns.
So it uses it/she pronouns? Usually the object pronoun is second; does that mean that it wants people to call she "it" unless they're doing something to she? That's off the chain, and sounds like meta-trolling.
The second form is different cases, “he/him”. I have theory that people started using that because they didn’t want to put just “he”. They were following the multiple case form and it stuck. People aren’t really specifying cases because nobody uses different cases and nobody puts cases in the multiple pronouns form.
Re: Infosec company pwned by 4chan user
#200Earlier quoted context omitted.
X11 is finally, finally on the way out. I have a lot of gripes with Wayland, but the day I stop needing to dive into xrandr and figure out why the screen is rotated but the mouse coordinates aren't or some other 1990s level problem will be a happy one. QWERTY seems to be too embedded even for that, but I wonder if it gets closer to replacement the higher the percentage of software keyboards climbs vs physical ones.
> but the day I stop needing to dive into xrandr and figure out why the screen is rotated but the mouse coordinates aren't or some other 1990s level problem will be a happy one. I'm sympathetic to wanting legacy mindhorrors replaced with modern stuff, but genuine question: When do you ever have such problems xD I've multimonitored on X11 for like 4 years and never experienced that.
This wasn't an old-school problem, either, it was three months ago.