mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.7K
active users

#log4j

0 posts0 participants0 posts today
ARD AudiothekPodcast: Das wichtigste Hobby der WeltChristian kämpft mit Selbstzweifeln. Doch dann findet er ein neues Hobby, das sein Leben ändert - und nebenbei das von jedem, der das hier gerade liest. Ein Deep Dive in die Welt der Open Source Maintainer, eine Gruppe freiwilliger Programmierer, die das Internet für uns alle am Laufen hält und dabei immer mehr Druck gerät. SHOWNOTES Podcast-Tipp: "Too Many Tabs" hört ihr hier: https://1.ard.de/too_many_tabs Happy Places der Woche: André nerdet sich in Beatles Songs rein: https://shorturl.at/D4Arp Caro von Too Many Tabs ist im "Wer wird Millionär Trainingslager" unterwegs: https://spiele.rtl.de/denk-spiele/wer-wird-millionaer-trainingslager-online.html Und Miguel treibt sich auf den Insta-Accounts von Hubert Feller und Matthias Mangiapane rum: https://www.instagram.com/reel/DHRRNHZoJNE/ Hier lest ihr einen guten Text des Standard zum finnischen Entwickler Lasse Collins und dem XZ Utils "Hack": https://www.derstandard.at/story/3000000213960/wie-die-computerwelt-gerade-haarscharf-an-einer-sicherheitskatastrophe-vorbeigeschrammt-ist Vordenker Richard Stallman über die Grundsätze der Open Source Bewegung https://www.youtube.com/watch?v=Ag1AKIl_2GM Schüler eklären Log4j so gut, dass es jeder versteht https://www.youtube.com/watch?v=W_p6YmLQfp8 CNN Beitrag über Log4J https://edition.cnn.com/2021/12/15/tech/log4j-vulnerability/index.html Das Open Source Förderprogramm des Bundesministeriums für Wirtschaft und Klimaschutz https://www.sovereign.tech/ Ein Ex-Maintainer bloggt über seine Gründe aus Open Source auszusteigen https://dev.to/sapegin/why-i-quit-open-source-1n2e

Spent the past year working with @pkarwasz on #Log4j. What started as patches turned into deep dives into #SBOM, VEX, and securing supply chains.

In 2025, we’re building a small #Maven-based tool to help #Java devs write more secure software. No big funding—just two folks in the trenches trying to get it right.

Let’s talk if your company’s digging into SBOM or #OpenSource #security. We’re happy to share insights or lend a hand!

@Sofie_unlabeled ich fand’s heute allgemein lustig, wie oft ich gelesen hab „mit Linux wäre das nicht passiert“.
1. #Crowdstrike gibts auch für Linux. Vermutlich hätte der Bug nicht zum selben Fehlverhalten des OS geführt, oder eben doch?
2. Es gibt und gab in der letzten Zeit so viele gravierende Fehler im #Linux-Umfeld, dass der Satz „mit Linux wäre das nicht passiert“ inzwischen einfach nur noch Quatsch ist, siehe kürzlich #xzutils und vor erst Längerem #log4j

Nächste Woche bin ich bei der #Linux Usergroup in Augsburg zu Gast. Ich freue mich schon sehr!

Thema: "Mehr arbeiten, aber dafür umsonst. Wie geht das?" ;-)

Wer nicht weiß wie kostenfrei arbeiten geht, oder mehr über #OpenSource, #Log4j oder das #Log4shell aftermath wissen will - willkommen.

Danke für die Einladung, @lug_augsburg

luga.de/static/LIT-2024/talks/

Augsburger Linux-Infotag 2024Lasst uns kostenlos arbeitenVortrag von Christian Grobmeier at Augsburger Linux-Infotag 2024

So I had a weird issue where I updated my Java Virtual Machine ( for the ) where the service in Windows suddenly worked on the work machine, but the standalone only works from the jar. After a time trying to track down that, it started an investigation into the DavMail ini file that I have to get it to work on the personal machine.

After a bit of time I noticed that there are newer libraries in the default install. So the thought of "hey, I wonder if you can upgrade the libraries to something more modern," came up. Turns out you can, and in fact the libraries to the second/reload version. So for the ones that upgraded...
commons-codec-1.16.1.jar
commons-collections-3.2.2.jar
commons-logging-1.3.1.jar
htmlcleaner-2.29.jar
httpclient-4.5.14.jar
httpcore-4.4.16.jar
jackrabbit-webdav-3.0.1.jar
jcharset-2.1.jar
jcifs-2.1.37.jar
jdom-2.0.2.jar
jettison-1.5.4.jar
log4j-core-2.23.1.jar
slf4j-api-2.0.12.jar
slf4j-reload4j-2.0.12.jar (replacing slf4j-log4j12-1.7.25.jar)
stax-api-1.0.1.jar
stax2-api.4.2.2.jar
winrun4j-0.4.5.jar
woodstox-core-6.6.2.jar
Does this change anything? Probably not. Does it work? Well yes, on my personal machine, the work one still is a mystery. Do I know what I am doing? No.

Been looking at the #xz backdoor a little more closely and wanted to reiterate what a massive MVP @AndresFreundTec is. The long game that was played here, over months, a PR in clang to hide a warming, sockpuppets and all that, the massive complexity of the backdoor, everything about this vuln is wild, and it would have gone completely undetected had he not profiled sshd to understand why it was using a little too much CPU on failed login attempts. This is truly incredible.

Of course it should teach us all a lesson on open source and maintainer burnout and the amount of trust we put in obscure libraries, but hey, we didn't really change anything collectively after #log4j even though the story is awfully similar on some levels.