Hacker News new | past | comments | ask | show | jobs | submit login

Typically scanning tools have some limit to how much they probe complex formats, to avoid stalling the entire system while they're scanning. It's very much conceivable that a scan tool will try to resolve code like this for 10 layers, and then if the result is not found to be malicious, consider it safe.

This is similar to how compilers will often have recursion limits for things like generics, though in that case it's easier to reject the program if the recursion limit is reached.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: