Implement wildcard support for path filtering#117
Conversation
|
Hi! This is such a frequently requested feature, you're going to be a star among TinyWall users! As I said just recently (here) I'm just about to leave for two weeks but I should be able to merge contributions when I get back in May. So I kindly ask for your patience until then. I've skimmed through your changes though, and I'd suggest a couple of improvements. Could you take a look at them? (see below) |
|
Linking relevant issue #4 . |
|
I am not sure which improvements you are referring to, though I noticed a few points myself. |
I am referring to the three review items I wrote after that. To sum them up briefly, 1) using directory watchers instead of polling, 2) checking regex security, and 3) validating executable signatures. Are these not showing to you for some reason? I think you need to be logged in to see them.
It's okay, a popup or notification is optional. Would gladly pull even without it, given other things are alright.
If you cannot continue that's unfortunate, but your work is still important and will serve as a good starting point. I'm looking forward to having some kind of 'path wildcard' feature in TinyWall in the future. Maybe somebody else will handle the review items, or if not, I will (though that'll be slow as things stand right now). |
|
Thank you for your contribution, @devprjgithub . When does your quota reset? |
|
I am interested in this update. 10x |
Overview
Introduces a new mechanism to handle firewall exceptions for applications with dynamic paths (e.g., installers or versioned folders) using wildcard patterns.
Feature Workflow
Background Logic
AI Disclosure