mageni/mageni

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method details has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function details()
    {
        return $this->details = Results::where('results.nvt', '=', $this->nvt)
            ->select(
                'nvts.name',
Severity: Major
Found in src/frontend/app/Http/Livewire/Analytics/VulnerabilitiesDetail.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status