5 ms·
Maybe one can get the code from here. New commits being added it seems. https://git.tukaani.org/ https://git.tukaani.org/
by AtNightWeCode 2y ago
Maybe one can get the code from here. New commits being added it seems.
https://git.tukaani.org/ https://git.tukaani.org/
- ptx 2y agoThe latest commit is interesting (f9cf4c05edd14, "Fix sabotaged Landlock sandbox check"). It looks like one of Jia Tan's commits (328c52da8a2) added a stray "." character to a piece of C code that was part of a check for sandboxing support, which I guess would cause the code to fail to compile, causing the check to fail, causing the sandboxing to be disabled.
- junon 2y agoLasse has also started his own documentation on the incident. https://tukaani.org/xz-backdoor/ https://tukaani.org/xz-backdoor/
- josefx 2y agoShouldn't they have tests running to ensure that the check works on at least some systems?
- windenntw 2y agoWhat do you mean "tests"?
- account42 2y agoIf your project becomes complex enough eventually you need tests for the configure step. Even without malicious actors its easy to miss that a compiler or system change broke some check.