I've published the recordings of two of our #curl activities from Debian 's #debconf25
"wcurl - one year later - DebConf 25" https://t.co/PzokFx3F2F
Short presentation about what happened since wcurl’s creation in May 17 2024 and what will happen next.
I've just published a blog post listing exciting new features in Debian 13, focusing on practical changes that can improve your workflow for better performance and productivity.
https://t.co/aMmudkBrGh
-- CRITICAL CVE UPDATE FOR DEBIAN--
Fixes for a critical rsync vulnerability (CVE-2024-12084) have been released for Stable/Bookworm, Testing and Unstable. Oldstable/Bullseye is not affected.
Fixes for other lower severity CVEs have also been released in the same update and can all be tracked at https://t.co/gSHFCxhpuU. The fixed Stable version is 3.2.7-1+deb12u1 and the fixed Testing/Unstable version is 3.3.0+ds1-3
@the_codedog Put this in your bashrc
# Automatically run "ls" after "cd"
[[ $- == *i* ]] && function cd {
builtin cd "$@" && ls -Ftr1
}
@evilsocket @JeffreyShran Sorry, I didn't mean to sound like I doubt you, just pointing it out as this might be useful for you when discussing the vector
@evilsocket @JeffreyShran That CVSS vector doesn't look right, I can't say it's wrong because I don't know the details but it looks like the person who scored it doesn't believe it's an RCE.