Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Segurança com PHP: Indo Além do Código

Segurança com PHP: Indo Além do Código

Palestra do @hernandev.com na bhack.com.br / sala do PHPMG

Diego Hernandes

November 23, 2016
Tweet

More Decks by Diego Hernandes

Other Decks in Programming

Transcript

  1. $ ./security_check_list.sh • Exception Handling • Input Handling • Routing

    • 3rd Party Audit • DB Related Vulnerabilities • Injections • Forgeries • ... https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet
  2. $ ./07_double_test_acl.sh All security is not enough when your application

    has flaws In other words: NEVER Keep any Backdoor
  3. $ ./09_add_ci_and_code_review.sh Drop Team privileges by implementing a CI/CD No

    obscure code should go live without at least 1 other person review! Trust No One