rapid7/metasploit-framework

View on GitHub
lib/msf/util/dot_net_deserialization/gadget_chains/type_confuse_delegate.rb

Summary

Maintainability
C
7 hrs
Test Coverage

Method generate has 185 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.generate(cmd)
      mscorlib = Assemblies::VERSIONS['4.0.0.0'].fetch('mscorlib')
      system = Assemblies::VERSIONS['4.0.0.0'].fetch('System')

      library = Types::RecordValues::BinaryLibrary.new(

    There are no issues that match your filters.

    Category
    Status