Vulnerable functions
CoreShop\Bundle\CoreBundle\Report\AbandonedCartsReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/AbandonedCartsReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\CarriersReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/CarriersReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\CartsReport::getDatasrc/CoreShop/Bundle/CoreBundle/Report/CartsReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\CategoriesReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/CategoriesReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\CustomersReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/CustomersReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection. The fix applies parameter binding to prevent this.
CoreShop\Bundle\CoreBundle\Report\ManufacturerReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/ManufacturerReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\PaymentProvidersReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/PaymentProvidersReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\ProductsReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/ProductsReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\SalesReport::getDatasrc/CoreShop/Bundle/CoreBundle/Report/SalesReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.
CoreShop\Bundle\CoreBundle\Report\VouchersReport::getReportDatasrc/CoreShop/Bundle/CoreBundle/Report/VouchersReport.php
The 'store' parameter from the request is directly concatenated into the SQL query, allowing for SQL injection.