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
Parser should be in the forbidden list, because it is still possible to bypass the protection by monkey-patching it:
class ::Parser::AST::Processor
def on_const(node)
node = [:String]
end
end
conn = PG::Connection.open(:dbname => 'rails_edge_development')
conn.exec "delete from console1984_sessions"
The text was updated successfully, but these errors were encountered:
Parser
should be in the forbidden list, because it is still possible to bypass the protection by monkey-patching it:The text was updated successfully, but these errors were encountered: