Reconmap/web-client

View on GitHub
src/components/vulnerabilities/Create.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function VulnerabilityCreate has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VulnerabilityCreate = () => {
    const navigate = useNavigate();
    const query = useQuery();
    const urlProjectId = useRef(query.get("projectId") || 0);
    const isTemplate = "true" === query.get("isTemplate");
Severity: Minor
Found in src/components/vulnerabilities/Create.jsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status