-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathmypy-baseline.txt
More file actions
70 lines (70 loc) · 6.06 KB
/
Copy pathmypy-baseline.txt
File metadata and controls
70 lines (70 loc) · 6.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc]
pwnlib/filesystem/path.py:0: error: "classmethod" used with a non-method [misc]
pwnlib/util/packing.py:0: error: Name "_p8lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p8lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p8ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p8bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p8bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p16lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p16ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p16bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p16bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p32lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p32ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p32bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p32bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p64lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p64ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p64bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p64bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Argument 1 to "get" of "dict" has incompatible type "tuple[Literal[8, 16, 32, 64] | Any, int, Any | None]"; expected "tuple[int, int, int]" [arg-type]
pwnlib/util/packing.py:0: error: Name "_u8lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u8ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u8bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u8bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u16lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u16ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u16bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u16bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u32lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u32ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u32bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u32bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u64lu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u64ls" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u64bu" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_u64bs" is not defined [name-defined]
pwnlib/util/packing.py:0: error: Name "_p8lu" is not defined [name-defined]
pwnlib/util/fiddling.py:0: error: Incompatible return value type (got "list[_OneT | int | _ZeroT]", expected "list[_ZeroT | _OneT] | list[int]") [return-value]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: No overload variant of "__add__" of "list" matches argument type "tuple[Any, ...]" [operator]
pwnlib/util/fiddling.py:0: note: Possible overload variants:
pwnlib/util/fiddling.py:0: note: def __add__(self, list[Any], /) -> list[Any]
pwnlib/util/fiddling.py:0: note: def [_S] __add__(self, list[_S], /) -> list[_S | Any]
pwnlib/util/fiddling.py:0: error: No overload variant of "__add__" of "tuple" matches argument type "list[Any]" [operator]
pwnlib/util/fiddling.py:0: note: def __add__(self, tuple[Any, ...], /) -> tuple[Any, ...]
pwnlib/util/fiddling.py:0: note: def [_T] __add__(self, tuple[_T, ...], /) -> tuple[Any | _T, ...]
pwnlib/util/fiddling.py:0: note: Both left and right operands are unions
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/fiddling.py:0: error: Module has no attribute "_p8lu" [attr-defined]
pwnlib/util/sh_string.py:0: error: Argument 1 has incompatible type "*list[str | bytes | bytearray]"; expected "str | bytes" [arg-type]
pwnlib/util/proc.py:0: error: "sock" has no attribute "family" [attr-defined]
pwnlib/util/proc.py:0: error: "sock" has no attribute "type" [attr-defined]
pwnlib/util/proc.py:0: error: Argument 1 to "sock_match" has incompatible type "tuple[str, int]"; expected "addr" [arg-type]
pwnlib/util/proc.py:0: error: "None" has no attribute "pid" [attr-defined]
pwnlib/util/proc.py:0: error: Item "None" of "Process | None" has no attribute "pid" [union-attr]
pwnlib/util/proc.py:0: error: Module has no attribute "WinError" [attr-defined]
pwnlib/util/proc.py:0: error: Module has no attribute "get_last_error" [attr-defined]
pwnlib/util/proc.py:0: error: Module has no attribute "WinDLL" [attr-defined]
pwnlib/elf/elf.py:0: error: Need type annotation for "symbols" (hint: "symbols: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "got" (hint: "got: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "plt" (hint: "plt: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Need type annotation for "functions" (hint: "functions: dict[<type>, <type>] = ...") [var-annotated]
pwnlib/elf/elf.py:0: error: Name "address" already defined on line 0 [no-redef]
pwnlib/encoders/encoder.py:0: error: Need type annotation for "blacklist" (hint: "blacklist: set[<type>] = ...") [var-annotated]
pwnlib/rop/call.py:0: error: Need type annotation for "args" (hint: "args: list[<type>] = ...") [var-annotated]