-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I confirmed from the 038e457 commit that there are other attack methods.
# call `send` from `public_send`
ImageProcessing::Vips.apply({ send: ["system", "echo CALL_SEND" ]})
# call `method_missing`
ImageProcessing::Vips.apply({ system!: "echo CALL_SYSTEM!" })It seems that other unexpected behavior is possible, so I think it is better to make allow list and deal with it.
Metadata
Metadata
Assignees
Labels
No labels