You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed you request /robots.txt using open-uri. Since open-uri overrides Kernel#open, it also allows for possible command injection (ex: open("| ls")). I think using Net::HTTP.get would be Good Enough (tm).
The text was updated successfully, but these errors were encountered:
I noticed you request
/robots.txt
using open-uri. Since open-uri overridesKernel#open
, it also allows for possible command injection (ex:open("| ls")
). I think usingNet::HTTP.get
would be Good Enough (tm).The text was updated successfully, but these errors were encountered: