Questão - segurança PHP

1 resposta
php
phpezao

Qual é o jeito mais indicado para que se faça segurança nesta situação?

1 Resposta

darlan_machado

The most effective solution for removing file inclusion vulnerabilities is to prevent users from passing input into the file systems and framework API. If this is not possible, the application can maintain a whitelist of files. These files must contain only characters (a-z) and numbers for file names. Special characters – for example, the colon and slashes found in a URL, like http:// – must not be included.

Tirado daqui

Criado 8 de fevereiro de 2019
Ultima resposta 8 de fev. de 2019
Respostas 1
Participantes 2