Hacker News new | ask | show | jobs
by gotts 2493 days ago
it surprises me a bit.

I'm wondering why wouldn't RubyGems implement some basic form of malware detection? This type of code shouldn't be too hard to classify.

1 comments

Malicious users would just change their code slightly to get past it. Use a different service than pastebin, or just obfuscating it more.
After thinking about.. I think you must be right. Malware detection is not an easy task especially because of Ruby's dynamic nature.

Even simple open(), sleep(), eval() could be easily obfuscated.