failmap/admin

View on GitHub
websecmap/scanners/scanmanager.py

Summary

Maintainability
A
1 hr
Test Coverage

Function store_url_scan_result has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def store_url_scan_result(scan_type: str, url_id: int, rating: str, message: str, evidence: str = ""):
Severity: Minor
Found in websecmap/scanners/scanmanager.py - About 35 mins to fix

    Function store_endpoint_scan_result has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def store_endpoint_scan_result(scan_type: str, endpoint_id: int, rating: str, message: str, evidence: str = ""):
    Severity: Minor
    Found in websecmap/scanners/scanmanager.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status