rafssunny@lemmy.zip to Technology@lemmy.worldEnglish · 3 months ago400+ Arch Linux AUR Packages Compromised in a Supply Chain Attack Deploying Infostealerscybersecuritynews.comexternal-linkmessage-square145linkfedilinkarrow-up1448arrow-down11
arrow-up1447arrow-down1external-link400+ Arch Linux AUR Packages Compromised in a Supply Chain Attack Deploying Infostealerscybersecuritynews.comrafssunny@lemmy.zip to Technology@lemmy.worldEnglish · 3 months agomessage-square145linkfedilink
minus-squarehoppolito@mander.xyzlinkfedilinkEnglisharrow-up5·3 months agoNot sure I understand - if you only have 3-4 packages you can just search for them specifically in the long list? Even if you have 50 or 100s of packages, bash makes it pretty doable comm -12 <(sort -u file1.txt) <(sort -u file2.txt) > common.txt Should spit out only the packages appearing in both lists (done by memory so may not be 100%)
minus-square0x0@infosec.publinkfedilinkEnglisharrow-up1arrow-down8·3 months agoDo you have anything that will wipe their butt too?
Not sure I understand - if you only have 3-4 packages you can just search for them specifically in the long list?
Even if you have 50 or 100s of packages, bash makes it pretty doable
comm -12 <(sort -u file1.txt) <(sort -u file2.txt) > common.txtShould spit out only the packages appearing in both lists (done by memory so may not be 100%)
Do you have anything that will wipe their butt too?