kitty/kittens/ssh
Kovid Goyal e414483264
Sanitize ssh kitten shm open error message when sending over tty
This prevents sending attacker controlled data over the tty where it
might end up getting evaled by the shell if the user is doing something
like cat of unsanitized data into the terminal (something that should
never be done).
2026-04-24 17:25:00 +05:30
..
__init__.py
askpass.go Switch to external shm package 2025-11-10 12:01:05 +05:30
config.go ssh kitten: Fix a bug where automatic login was not working 2025-11-05 19:35:36 +05:30
config_test.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
main.go Use SIMD base64 everywhere 2026-04-21 11:56:55 +05:30
main.py Cleanup previous PR 2025-09-30 20:38:44 +05:30
main_test.go Switch to external shm package 2025-11-10 12:01:05 +05:30
utils.go ssh kitten: Fix -o RemoteCommand handling 2026-04-15 05:19:22 +05:30
utils.py Sanitize ssh kitten shm open error message when sending over tty 2026-04-24 17:25:00 +05:30
utils_test.go Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30