|
| 1 | +pwn/__init__.py:0: error: Incompatible types in assignment (expression has type "PwnlibArgs", variable has type Module) [assignment] |
| 2 | +pwn/__init__.py:0: error: Module has no attribute "update" [attr-defined] |
| 3 | +pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "Callable[[Any, Any, Any], Any]", local name has type "str") [assignment] |
| 4 | +pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "Callable[[Any, Any, Any], Any]", local name has type "str") [assignment] |
| 5 | +pwn/toplevel.py:0: error: Incompatible import of "size" (imported name has type "int", local name has type "str") [assignment] |
| 6 | +pwnlib/abi.py:0: error: Need type annotation for "register_arguments" (hint: "register_arguments: list[<type>] = ...") [var-annotated] |
| 7 | +pwnlib/asm.py:0: error: Module "pwnlib.util.hashes" has no attribute "sha1sumhex" [attr-defined] |
| 8 | +pwnlib/asm.py:0: error: Need type annotation for "util_versions" [var-annotated] |
| 9 | +pwnlib/atexception.py:0: error: Function "_run_handlers" could always be true in boolean context [truthy-function] |
| 10 | +pwnlib/commandline/cyclic.py:0: error: "Callable[[Any, Any, Any, Any], Any]" has no attribute "add_argument" [attr-defined] |
| 11 | +pwnlib/commandline/cyclic.py:0: error: "Callable[[Any, Any, Any, Any], Any]" has no attribute "add_argument" [attr-defined] |
| 12 | +pwnlib/commandline/cyclic.py:0: error: Incompatible types in assignment (expression has type "_MutuallyExclusiveGroup", variable has type "Callable[[Any, Any, Any, Any], Any]") [assignment] |
| 13 | +pwnlib/commandline/template.py:0: error: Module has no attribute "data" [attr-defined] |
| 14 | +pwnlib/context/__init__.py:0: error: Argument 1 to "int" has incompatible type "str | None"; expected "str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc" [arg-type] |
| 15 | +pwnlib/context/__init__.py:0: error: Need type annotation for "defaults" [var-annotated] |
| 16 | +pwnlib/elf/__init__.py:0: error: Name "datatypes" is not defined [name-defined] |
| 17 | +pwnlib/elf/datatypes.py:0: error: "type[constants]" has no attribute "DT_GNU_HASH" [attr-defined] |
| 18 | +pwnlib/elf/datatypes.py:0: error: "type[constants]" has no attribute "STN_UNDEF" [attr-defined] |
| 19 | +pwnlib/elf/datatypes.py:0: error: Unsupported dynamic base class "generate_siginfo" [misc] |
| 20 | +pwnlib/elf/datatypes.py:0: error: Unsupported dynamic base class "generate_siginfo" [misc] |
| 21 | +pwnlib/elf/elf.py:0: error: Name "address" already defined on line 0 [no-redef] |
| 22 | +pwnlib/elf/elf.py:0: error: Need type annotation for "functions" (hint: "functions: dict[<type>, <type>] = ...") [var-annotated] |
| 23 | +pwnlib/elf/elf.py:0: error: Need type annotation for "got" (hint: "got: dict[<type>, <type>] = ...") [var-annotated] |
| 24 | +pwnlib/elf/elf.py:0: error: Need type annotation for "plt" (hint: "plt: dict[<type>, <type>] = ...") [var-annotated] |
| 25 | +pwnlib/elf/elf.py:0: error: Need type annotation for "symbols" (hint: "symbols: dict[<type>, <type>] = ...") [var-annotated] |
| 26 | +pwnlib/encoders/arm/alphanumeric/__init__.py:0: error: Incompatible types in assignment (expression has type "str", base class "Encoder" defined the type as "None") [assignment] |
| 27 | +pwnlib/encoders/arm/xor.py:0: error: Incompatible types in assignment (expression has type "str", base class "Encoder" defined the type as "None") [assignment] |
| 28 | +pwnlib/encoders/encoder.py:0: error: Need type annotation for "_encoders" [var-annotated] |
| 29 | +pwnlib/encoders/encoder.py:0: error: Need type annotation for "blacklist" (hint: "blacklist: set[<type>] = ...") [var-annotated] |
| 30 | +pwnlib/encoders/i386/delta.py:0: error: Incompatible types in assignment (expression has type "str", base class "Encoder" defined the type as "None") [assignment] |
| 31 | +pwnlib/encoders/i386/xor.py:0: error: Incompatible types in assignment (expression has type "str", base class "Encoder" defined the type as "None") [assignment] |
| 32 | +pwnlib/encoders/mips/xor.py:0: error: Incompatible types in assignment (expression has type "str", base class "Encoder" defined the type as "None") [assignment] |
| 33 | +pwnlib/filepointer.py:0: error: Need type annotation for "length" (hint: "length: dict[<type>, <type>] = ...") [var-annotated] |
| 34 | +pwnlib/filepointer.py:0: error: Need type annotation for "vars_" (hint: "vars_: list[<type>] = ...") [var-annotated] |
| 35 | +pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc] |
| 36 | +pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc] |
| 37 | +pwnlib/filesystem/path.py:0: error: "type[Path]" has no attribute "mkdtemp" [attr-defined] |
| 38 | +pwnlib/filesystem/path.py:0: error: "type[Path]" has no attribute "mktemp" [attr-defined] |
| 39 | +pwnlib/gdb_api_bridge.py:0: error: Name "socket_path" is not defined [name-defined] |
| 40 | +pwnlib/libcdb.py:0: error: Module "pwnlib.util.hashes" has no attribute "md5filehex" [attr-defined] |
| 41 | +pwnlib/libcdb.py:0: error: Module "pwnlib.util.hashes" has no attribute "sha1filehex" [attr-defined] |
| 42 | +pwnlib/libcdb.py:0: error: Module "pwnlib.util.hashes" has no attribute "sha256filehex" [attr-defined] |
| 43 | +pwnlib/log.py:0: error: Module has no attribute "bold_blue" [attr-defined] |
| 44 | +pwnlib/log.py:0: error: Module has no attribute "bold_blue" [attr-defined] |
| 45 | +pwnlib/log.py:0: error: Module has no attribute "bold_blue" [attr-defined] |
| 46 | +pwnlib/log.py:0: error: Module has no attribute "bold_green" [attr-defined] |
| 47 | +pwnlib/log.py:0: error: Module has no attribute "bold_red" [attr-defined] |
| 48 | +pwnlib/log.py:0: error: Module has no attribute "bold_red" [attr-defined] |
| 49 | +pwnlib/log.py:0: error: Module has no attribute "bold_yellow" [attr-defined] |
| 50 | +pwnlib/log.py:0: error: Module has no attribute "bold_yellow" [attr-defined] |
| 51 | +pwnlib/log.py:0: error: Module has no attribute "magenta" [attr-defined] |
| 52 | +pwnlib/log.py:0: error: Module has no attribute "on_red" [attr-defined] |
| 53 | +pwnlib/log.py:0: error: Module has no attribute "on_red" [attr-defined] |
| 54 | +pwnlib/log.py:0: error: Module has no attribute "on_red" [attr-defined] |
| 55 | +pwnlib/log.py:0: error: Need type annotation for "_one_time_infos" (hint: "_one_time_infos: set[<type>] = ...") [var-annotated] |
| 56 | +pwnlib/log.py:0: error: Need type annotation for "_one_time_warnings" (hint: "_one_time_warnings: set[<type>] = ...") [var-annotated] |
| 57 | +pwnlib/memleak.py:0: error: Module "pwnlib.util.packing" has no attribute "_p8lu" [attr-defined] |
| 58 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "Callable[[AdbClient, Any], Any]"; expected "AdbClient" [arg-type] |
| 59 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "Callable[[AdbClient, Any], Any]"; expected "AdbClient" [arg-type] |
| 60 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 61 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 62 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 63 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_autoclose" has incompatible type "def __exit__(AdbClient, /, *Any, **Any) -> Any"; expected "AdbClient" [arg-type] |
| 64 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_sync" has incompatible type "Callable[[AdbClient, Any, Any, Any, Any, Any], Any]"; expected "AdbClient" [arg-type] |
| 65 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_sync" has incompatible type "Callable[[AdbClient, Any, Any, Any], Any]"; expected "AdbClient" [arg-type] |
| 66 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_sync" has incompatible type "Callable[[AdbClient, Any], Any]"; expected "AdbClient" [arg-type] |
| 67 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_sync" has incompatible type "Callable[[AdbClient, Any], Any]"; expected "AdbClient" [arg-type] |
| 68 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient, Any, Any, Any, Any, Any], Any]"; expected "AdbClient" [arg-type] |
| 69 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient, Any], Any]"; expected "AdbClient" [arg-type] |
| 70 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 71 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 72 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 73 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 74 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 75 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 76 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 77 | +pwnlib/protocols/adb/__init__.py:0: error: Argument 1 to "_with_transport" has incompatible type "Callable[[AdbClient], Any]"; expected "AdbClient" [arg-type] |
| 78 | +pwnlib/rop/call.py:0: error: Name "address" already defined on line 0 [no-redef] |
| 79 | +pwnlib/rop/call.py:0: error: Need type annotation for "args" (hint: "args: list[<type>] = ...") [var-annotated] |
| 80 | +pwnlib/rop/call.py:0: error: Need type annotation for "values" (hint: "values: list[<type>] = ...") [var-annotated] |
| 81 | +pwnlib/rop/gadgets.py:0: error: Need type annotation for "insns" (hint: "insns: list[<type>] = ...") [var-annotated] |
| 82 | +pwnlib/rop/gadgets.py:0: error: Need type annotation for "regs" (hint: "regs: dict[<type>, <type>] = ...") [var-annotated] |
| 83 | +pwnlib/rop/rop.py:0: error: Need type annotation for "descriptions" (hint: "descriptions: dict[<type>, <type>] = ...") [var-annotated] |
| 84 | +pwnlib/rop/srop.py:0: error: Need type annotation for "_regs" (hint: "_regs: list[<type>] = ...") [var-annotated] |
| 85 | +pwnlib/shellcraft/__init__.py:0: error: Argument 1 to "append" of "list" has incompatible type "LazyImporter"; expected "MetaPathFinderProtocol" [arg-type] |
| 86 | +pwnlib/shellcraft/__init__.py:0: error: Need type annotation for "_templates" (hint: "_templates: list[<type>] = ...") [var-annotated] |
| 87 | +pwnlib/term/__init__.py:0: error: Module has no attribute "height" [attr-defined] |
| 88 | +pwnlib/term/__init__.py:0: error: Module has no attribute "width" [attr-defined] |
| 89 | +pwnlib/term/key.py:0: error: Need type annotation for "_kbuf" (hint: "_kbuf: list[<type>] = ...") [var-annotated] |
| 90 | +pwnlib/term/readline.py:0: error: Module has no attribute "reverse" [attr-defined] |
| 91 | +pwnlib/term/readline.py:0: error: Need type annotation for "history" (hint: "history: list[<type>] = ...") [var-annotated] |
| 92 | +pwnlib/term/readline.py:0: error: Need type annotation for "search_results" (hint: "search_results: list[<type>] = ...") [var-annotated] |
| 93 | +pwnlib/term/term.py:0: error: Need type annotation for "on_winch" (hint: "on_winch: list[<type>] = ...") [var-annotated] |
| 94 | +pwnlib/tubes/process.py:0: error: Cannot assign to a type [misc] |
| 95 | +pwnlib/tubes/process.py:0: error: Incompatible types in assignment (expression has type "PTY", variable has type "type[PTY]") [assignment] |
| 96 | +pwnlib/tubes/process.py:0: error: Module "pwnlib.util.hashes" has no attribute "sha256file" [attr-defined] |
| 97 | +pwnlib/tubes/tube.py:0: error: Argument 1 to "make_wrapper" has incompatible type "function"; expected "tube" [arg-type] |
| 98 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "blue" [attr-defined] |
| 99 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "blue" [attr-defined] |
| 100 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "gray" [attr-defined] |
| 101 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "gray" [attr-defined] |
| 102 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "green" [attr-defined] |
| 103 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "has_gray" [attr-defined] |
| 104 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "has_gray" [attr-defined] |
| 105 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "red" [attr-defined] |
| 106 | +pwnlib/util/fiddling.py:0: error: Module has no attribute "red" [attr-defined] |
| 107 | +pwnlib/util/iters.py:0: error: Name "pairwise" already defined (possibly by an import) [no-redef] |
0 commit comments