Wiki

Articles tagged with "security", sorted by date (updated)X
Displaying 11-18 of 18 result(s).

Yii Security-extended guide

Updated about a year ago by bingjie2680Tips11 comments – viewed 9,816 times – ( +6 / -6 )
This article is called extended guide is because there is already a security guide in the Yii tutorial security section. but that guide is not complete in the sense that it does not rise the developers' attention to some other commonly happening attacks: SQL injection and magic URL, which can be major vulnerabilities in your application without much caring.

Force a User to Change Their Password (ChangePasswordFilter)

Updated about a year ago by waterloomattTutorials1 comment – viewed 8,660 times – ( +14 )
Sometimes you need to force a user to change their password after x number of days. This article describes how to implement this using a filter, ChangePasswordFilter.

Configuring controller access rules to default-deny

Updated about a year ago by samdarkHow-tos1 comment – viewed 29,462 times – ( +10 )
Starting with the blog tutorial, Yii developers are familiar with the notion of access rules defined in the controller, where the actions are allowed or denied depending on the user's name or role.

Moving project code outside of webroot (plus multiple project support)

Updated about a year ago by Steve FriedlHow-tos5 comments – viewed 24,275 times – ( +22 / -1 )
Yii's by-default directory organization works well enough, but there are several steps one can take that improve the security and serviceability of the system, especially in the context of multiple Yii projects on the same machine (including multiple versions of the same project).
tags: config, security

[PT-BR] Proteção Contra Logout CSRF

Updated 2 years ago by Rodrigo CoelhoTutorials0 comments – viewed 4,326 times – ( +2 / -1 )
CSRF é o acrônimo para Cross-site request forgery. CSRF é um ataque que forca o usuário a executar ações não desejadas numa aplicação Web na qual ele está autenticado.

Logout CSRF Protection

Updated 2 years ago by Rodrigo CoelhoTutorials1 comment – viewed 9,281 times – ( +10 )
CSRF is the acronymn for Cross-site request forgery. It is an attack which forces an end user to execute unwanted actions on a web application in which he/she is currently authenticated.

More security in your applications with Yii and PHPIDS

Updated 2 years ago by GustavoHow-tos1 comment – viewed 8,672 times – ( +7 )
PHPIDS is a well known project that can be found in php-ids.org.
tags: phpids, security

Mais segurança em suas aplicações com Yii e PHPIDS

Updated 2 years ago by Rafael GarciaHow-tos0 comments – viewed 4,728 times – ( +2 / -1 )
PHPIDS é conhecido projeto que pode ser visto em php-ids.org.
tags: phpids, security