rapid7/metasploit-framework

View on GitHub
external/source/SqlClrPayload/StoredProcedures.cs

Summary

Maintainability
A
45 mins
Test Coverage

Method CreateThread has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static extern IntPtr CreateThread(IntPtr lpThreadAttributes, UIntPtr dwStackSize, IntPtr lpStartAddress, IntPtr param, Int32 dwCreationFlags, ref IntPtr lpThreadId);
Severity: Minor
Found in external/source/SqlClrPayload/StoredProcedures.cs - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status