sergejmueller/wpscan

View on GitHub
lib/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function wpcheck has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.wpcheck = ( data ) => {
 
// App version
if ( data.v ) {
return require( './version' )
Severity: Minor
Found in lib/app.js - About 1 hr to fix
    Category
    Status