Phormio
Phormio
According to the [Ajv documentation](https://github.com/ajv-validator/ajv/blob/bd8d86579386cb58854e9db74a5dc7b2d1894806/docs/security.md#redos-attack): > some formats that ajv-formats package implements use regular expressions that can be vulnerable to ReDoS attack Having you considered using the [`re2`](https://www.npmjs.com/package/re2) package to...
I ran this program: ```go package main import ( "encoding/json" "fmt" "github.com/jmespath/go-jmespath" ) func main() { jsonBytes := []byte(` { "author": "Mark Twain", "title": "The Adventures of Tom Sawyer", "words":...
https://lbry.tech/contribute links to a repository at https://github.com/lbryio/lighthouse — but there is no repository at that URL.
The [blog post](https://opentofu.org/blog/help-us-test-opentofu-1-7-0-alpha1/) about version 1.7.0-alpha1 mentions a number of [new functions](https://opentofu.org/blog/help-us-test-opentofu-1-7-0-alpha1/#built-in-function-changes). [`cidrcontains`](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/cidrcontains/) doesn't seem to be in Terraform, nor does [`templatestring`](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatestring/), but this is not stated in their documentation....
## How to reproduce 1. In the sidebar, click on "Active Relays". 1. Select a relay that you know has high traffic, e.g. relay.primal.net. Click on this relay. 1. Click...
This is a very minor bug but I thought I would report it anyway. As you know, Gossip has a screen for every Nostr user that it knows about. I...
This is a minor bug, but I thought I would report it anyway. As you probably recall, in December you published a kind-30023 event about China: `nostr:naddr1qq8ryvpjxscnyv35943ks6twvyqsuamnwvaz7tmwdaejumr0dshszgrhwden5te0dehhxarj9ejkjmn4dej85ampdeaxjeewwdcxzcm99uq3zamnwvaz7tmwdaehgu3wwa5kuef0qvzqqqr4gupzpms35h0lgrqe542lg8ly9dy0qrnp3jgjy43z4cmmds4mv7mkcnjfhvlgtm` If I look...
In a time such as 10:13:02, Pandoc considers `:13:` to be a symbol. See terminal transcript: ``` bash$ podman run --rm pandoc/core --version pandoc 3.8 Features: +server +lua Scripting engine:...