mageni/mageni

View on GitHub
src/frontend/app/Http/Livewire/Analytics/Vulnerabilities.php

Summary

Maintainability
A
0 mins
Test Coverage

Method getRowsCSVProperty has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    public function getRowsCSVProperty()
    {
        $query = Results::query()
            ->where('results.type', '!=', 'Error Message')
            ->select(
Severity: Minor
Found in src/frontend/app/Http/Livewire/Analytics/Vulnerabilities.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status