I was wondering if the Console executes are safe. What is the security structure there as opposed to authentication thru the web?
Are we safe to assume that the server root or web server user can execute the Yii code safely? In our console controllers, what kind of security measures are we supposed to take?
to add to what @samdark said your console controllers are not available publicly, your first security measure is your server protect it well make sure no has access to the server.