Ian
Ian
The process function used for sanitizing input does not process `"` and therefore in some cases (especially with custom tags) cause possibly XSS vulnerabilities. For example, if I created a...
Twitter provides a Tor hidden service now. See below. `https://twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion` This functions the same way the normal address does, but is over Tor. I imagine it also is exempt from...
Warnings (that will eventually turn into errors) are raised when unpacking to an object that has properties which are ranges. Here is my object and the type definition for its...
After receiving an image file (doesn't seem to happen for gifs), the server will hang with this error: ``` May 16 19:00:55 vps-c41f521a python3[306830]: Downloading file in chunks of 131072...
## Descrption Prologue applications SIGSEV when using ORC with threads enabled. ## Test program ```nim import prologue proc hello*(ctx: Context) {.async.} = resp "Hello, Prologue!" let app = newApp(settings =...
Hello. I've just started evaluating this library, and I have noticed that there is an issue with the code generated for `RowMappers.java` when dealing with table that have column(s) of...
I wanted to donate, but the link was broken. Replacing `.com` with `.io` fixes it.
Implements: - Async streaming I/O when httpxUseStreams is true - Exposes request ID - Exposes parsed request content length TODO In another PR: - Limit request header sizes to 8kib...
One thing that's been a consistent issue across almost all Nim webservers (besides Chronos's **slow** server) is that request bodies and responses can't be streamed. There's a module in the...
Since many people are having trouble getting it to build, here's the environment that I finally got it to build in: OS: Debian 11 64bit (virtual machine) Dependencies: make, g++,...