Stefan Schlesinger

Results 21 issues of Stefan Schlesinger

Just found your web interface for user management, which looks great. Would there be interest in a feature which allows users to self-onboard to a Samba fileserver via their Google...

mpssh doesn't detect the ssh and scp client correctly. Installing mpssh once `homebrew/dupes/openssh` should result in mpssh calling `/usr/local/bin/ssh` instead of `/usr/bin/ssh`. ``` $ brew install mpssh $ strings /usr/local/bin/mpssh|grep...

I really like the idea of pasteboard, but I'm missing a feature. I would like to be able to name and collect multiple images in a board, as its possible...

When adding a LUA function to protect our server from CEO fraud, I'm performing a map lookup, which returns allowed sender addresses. Since characters could easily be be replaced with...

enhancement

## Summary Allow to include match details when using the multimap module to eg. filter headers by regex regex. Eg. sample map: ``` /Neighbou?r/i BAD_SUBJECT:6 # rule:001, regex:neighbour ``` Expected...

enhancement

It would be cool to get the possibility for wildcard plugins. Eg.: have a single plugin file call `app_` where the following blocks are defined. Now in case I'd symlink...

Currently the SPOA needs to restart to reload the rule set and update log file handles (log rotation currently doesn't work). Implement a reload mechanism, which doesn't disturb request processing...

enhancement

To make it easier to configure all settings when running coraza-spoa in a docker container, all configuration settings should be exposed as CLI parameter. Required Paramerters & Default configuration: ```...

enhancement

Currently the variable returned by `coraza-spoa` to inform HAProxy to perform a waf block, is called `fail`. The term fail is confusing and should be replaced. - Additionally [types.Interruption](https://github.com/corazawaf/coraza/blob/ddbce89245135ea7243ff1b5399ec2ac786479e9/types/waf.go#L185) exposes...

Currently the audit log producer fields are not populated, a binary version should be added so the fields provide accurate information which coraza-spoa version is in use: ``` tx =...