Skip to content

Instantly share code, notes, and snippets.

View peter-gribanov's full-sized avatar
🏃
let's do it

Peter Gribanov peter-gribanov

🏃
let's do it
View GitHub Profile
@DavidGarciaCat
DavidGarciaCat / .sensiolabs.yml
Last active July 31, 2017 12:21
SensioLabs Insight - What We Analyze: "Based on the experience of the SensioLabs Audit team, we established a list of 108 control points to make sure an application is safe, reliable, maintainable, that it follows standards and good practices."
rules:
# CRITICAL - SECURITY
# Projects must not depend on dependencies with known security issues
composer.security_issue_in_composer:
enabled: true
# Database queries should use parameter binding
doctrine.database_query_contains_string_and_variable_concatenation:
enabled: true
# PHP debug statements found
php.debug_statements: