Earlier quoted context omitted.
no
Care to enlighten how you come to such a knee-jerk reaction given a highly critivcal observation? What obvous are we missing?
Timeline of the xz open source attack
21–30 of 482 posts
Re: Timeline of the xz open source attack
#22How do you get "Jigar Kumar"'s email address? I can't seem to find it in the (web version of) the maillist. Another question: What is the typo exactly in this commit? I can't seem to find it. https://git.tukaani.org/?p=xz.git;a=commitdiff;h=a100f9111c8...
Hit reply
Re: Timeline of the xz open source attack
#23I have found JiaT75 - Jia Tan mentioned in Microsoft C++, C, and Assembler as an community contributor ... https://learn.microsoft.com/en-us/cpp/overview/whats-new-cpp... Also check this... https://www.abuseipdb.com/check/64.23.252.16
I have no idea what that IP address is supposed to be about...
Re: Timeline of the xz open source attack
#24Re: Timeline of the xz open source attack
#25I believe this means it was unauthorized, not unauthenticated.
Re: Timeline of the xz open source attack
#26Re: Timeline of the xz open source attack
#27Re: Timeline of the xz open source attack
#28Re: Timeline of the xz open source attack
#29The social side of this is really haunting me over the last days. It's surprisingly easy to pressure people to giving up control. I've been there myself. I can't even imagine how devastating this must be to the original author of XZ, especially if he is dealing with other personal issues as well. I hope at least this will serve a strong example to other open source people, to never allow others to pressure them into…
I wonder if it would be possible to crowdsource FOSS mailing list moderation.
Re: Timeline of the xz open source attack
#30What stands out to me is this particular justification: > 2024-02-23: Jia Tan merges hidden backdoor binary code well hidden inside some binary test input files. The associated README claims “This directory contains bunch of files to test handling of .xz, .lzma (LZMA_Alone), and .lz (lzip) files in decoder implementations. Many of the files have been created by hand with a hex editor, thus there is no better "source…
Also that when dynamically linking A against B, A apparently gets free reign to overwrite B. It sort of makes sense, since at the end of the day it could just be statically linked or implement B's behaviour itself and do whatever it wants, but it's not really what you expect is it.