Ririsoft

Results 10 issues of Ririsoft

This issue is following discussion started in #21 code review. Infer has limited support for file extensions. Other crates address file extension conversion from/to mime type, but I feel frustrated...

Initially discussed in #21, stripping of data (such white spaces) at the beginning of input buffer can lead to a Denial Of Service for inputs with a very large amount...

Hello, I am using a "/dev/null" like handle when my application is in quiet mode to hide the progress bar. On unix, `tty::move_cursor_up` returns a string which is output to...

Hello, I would like to package modsecurity-apache for Archlinux but I am encountering the following issues : ```sh ./configure --prefix=/usr --with-libmodsecurity=/usr/lib checking for a BSD-compatible install... /usr/bin/install -c checking whether...

enhancement

Hello, `server::decode` panics on valid UTF-8 but none ASCII headers and return `500 Internal Server Error` on none valid UTF-8 headers. I believe a `400 Bad Request` should be returned...

This PR introduces new utilities to serve content with support for HTTP conditionals as defined in [RFC7232](https://tools.ietf.org/html/rfc7232). It will allow to return `304 Not Modified` (for instance) and handle HTTP...

Hello, My understanding is that cs-firewall-bouncer polls the local api for changes every 10s by default. This basically mean that the worth response time to an attack is 10s which...

needs/triage
needs/kind

Adding a "mode" option to overwrite the default logfile permissions. Default remains "0600" which is the one currently used by lumberjack. Fixes #6295 I am assuming that Mode = 0...

Hello, Would it be possible to add `run_iter_async` as the async version of `run_iter` ? Thank you very much ! Cheers.

enhancement
help wanted
good first issue

Document the work done in caddyserver/caddy@101d3e7. In particular document as a note that a server restart is required for log file options to be applied.