anti
19271f9319
fix(types): P3 — annotate transport in all template protocol servers; 0 errors in templates/
- asyncio.Protocol (TCP): _transport: asyncio.Transport | None = None + cast() in
connection_made; assert guards in every method that directly accesses the field.
Files: pop3, smtp, mqtt, postgres, mssql, mongodb, imap, ldap, redis, mysql, sip, vnc.
- asyncio.DatagramProtocol (UDP): _transport: asyncio.DatagramTransport | None = None.
Files: snmp, tftp, SIPUDPProtocol.
- RDP: assert new_transport is not None after start_tls() to narrow Transport | None.
- FTP (Twisted): assert self.transport is not None + targeted type: ignore for imprecise
Twisted stubs (misc/override/arg-type/attr-defined), IReactorTCP cast for listenTCP.
- conpot: proc.stdout is None guard before iteration.
- Bonus fixes surfaced by annotation:
- smtp: get_payload(decode=True) bytes narrowing (arg-type on sha256)
- postgres: rename shadowed `msg` param to `err_msg` in _handle_startup
- mongodb: base64.binascii.Error → import binascii; binascii.Error
- imap: result: list[int] = [] (var-annotated)
2026-05-01 01:09:14 -04:00
..
2026-04-17 22:57:53 -04:00
2026-04-17 22:05:35 -04:00
2026-04-28 18:36:00 -04:00
2026-04-12 03:42:08 -04:00
2026-04-10 01:03:47 -04:00
2026-04-28 18:36:00 -04:00
2026-04-28 18:36:00 -04:00
2026-04-12 03:42:08 -04:00
2026-04-12 03:36:13 -04:00
2026-04-28 18:36:00 -04:00
2026-04-28 18:36:00 -04:00
2026-04-28 18:36:00 -04:00
2026-04-28 18:36:00 -04:00
2026-04-07 20:07:56 -04:00
2026-04-12 03:42:08 -04:00
2026-04-10 03:00:03 -04:00
2026-04-10 16:38:27 -04:00
2026-04-10 01:03:47 -04:00
2026-04-28 18:36:00 -04:00
2026-04-10 01:03:47 -04:00
2026-04-12 03:42:43 -04:00
2026-04-11 19:51:41 -04:00
2026-04-08 00:16:57 -04:00
2026-04-12 03:46:23 -04:00
2026-04-10 01:58:23 -04:00
2026-04-28 18:36:00 -04:00
2026-04-10 01:03:47 -04:00
2026-05-01 01:09:14 -04:00
2026-04-28 18:36:00 -04:00