kitty +open: Ask for permission before executing script files that are not marked as executable

This prevents accidental execution of script files via MIME type
association from programs that unconditionally "open"
attachments/downloaded files via MIME type associations.
This commit is contained in:
Kovid Goyal
2023-05-07 08:11:39 +05:30
parent 79c19562b5
commit 537cabca71
6 changed files with 64 additions and 3 deletions

View File

@@ -54,6 +54,9 @@ Detailed list of changes
- Fix re-using an image id for an animated image for a still image causing a crash (:iss:`6244`)
- kitty +open: Ask for permission before executing script files that are not marked as executable. This prevents accidental execution
of script files via MIME type association from programs that unconditionally "open" attachments/downloaded files via MIME type associations.
0.28.1 [2023-04-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~