rastating/wordpress-exploit-framework

View on GitHub
lib/wpxf/modules/auxiliary/priv_esc/user_meta_manager_privilege_escalation.rb

Summary

Maintainability
A
0 mins
Test Coverage

Assignment Branch Condition size for run is too high. [16.31/15]
Open

  def run
    return false unless super

    res = execute_post_request(
      url: wordpress_url_admin_ajax,

This cop checks that the ABC size of methods is not higher than the configured maximum. The ABC size is based on assignments, branches (method calls), and conditions. See http://c2.com/cgi/wiki?AbcMetric

There are no issues that match your filters.

Category
Status