Summary: | Add a warning pop up if a opened file's name ends in multiple extensions in order to expose suspicious files | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Fernando M. Muniz <fernandommuniz> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | kde, kdelibs-bugs-null, nate |
Priority: | NOR | ||
Version First Reported In: | 6.9.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fernando M. Muniz
2024-12-21 01:06:44 UTC
This *can* be a source of suspicion, but it isn't necessarily problematic. For example in the FOSS world, it's very common for archive files to have the .tar.gz extension, which definitely shouldn't trip this. What matters here is really whether an *executable* file is masquerading as a normal file. And we already have a popup for such files when you try to open them. |