logoalt Hacker News

t-3today at 3:58 PM1 replyview on HN

An archlinux package build file is just a shell script. It's pretty easy to take a look and see if all the manifest info is right and it doesn't do more than ./configure; make; make install DESTDIR=$PKG or whatever. If you're building random software using random instructions from the internet and don't make sure they're not malicious, you only have yourself to blame when you catch something. Actually reading through the source files for vulns is something best left for automatic detection, checking the build script is basic.


Replies

bethekidyouwanttoday at 4:45 PM

How is that relevant unless you read the make file?

show 1 reply