Hugo-C

Results 6 issues of Hugo-C

Hello, I am a bit concerned by the [example](https://vladtoie.gitbook.io/secure-coding/server-side/authentication#2.1-error-messages) presented. Indeed the hash function is likely to take some time and therefore even if the email is not leaked by...

Hello, I spotted an issue when running `glow` on https://github.com/novuhq/novu/blob/next/SECURITY.md. It turns out emails/urls inside strong like in: ```markdown **[email protected]** ``` are not displayed at all. Strikethrough and italic are...

[DateOnly](https://learn.microsoft.com/en-us/dotnet/api/system.dateonly), introduced in .NET 6 is not supported as it raises: > System.NotSupportedException : Don't know about System.DateOnly I am interested in implementing it if I could get some pointers...

Hello, I noticed this easy to fix TODO using [reprlib](https://docs.python.org/3/library/reprlib.html). The package is in the standard library since at least 3.0, so it should not be a problem. `Response` was...

Hello, I am having trouble using this library with Django. Indeed using in a Django view a snippet like: ```python rates = [Rate(1, Duration.SECOND)] bucket_key = "some key" redis_client =...

Related to https://github.com/testcontainers/testcontainers-python/issues/874. Since those containers first need to be started to know their exposed ports, we cannot use `DockerContainer._wait_strategy`. We have to keep checking logs manually in their own...