Steven Johnstone

Results 9 comments of Steven Johnstone

It appears that the rock uploaded to https://luarocks.org/dev predates https://github.com/antirez/lua-cmsgpack/commit/7b989b5b1c2523ae636c41a48c46a8516a0bb1e1#diff-5775114da613405f773d31b7d96775b6 so doesn't install correctly.

I can have a stab at fixing this. Broad strokes... Luasec can be made to do the right thing on Debian without much fuss e.g. something along these lines (with...

> Wildcard certs are also a thing. Absolutely: making no claims at completeness, this is just a quick exploration of what can be done already with luasec without changing it....

> > Yep, in a perfect world, it'd expose the interface X509_check_host(). I > > That function hasn't been recommended in several years. > Since OpenSSL 1.0.2 (released 2015; and...

Maybe worth adding a [security advisory](https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/about-github-security-advisories) for this issue?

As a workaround, you can add a newline manually after the insertion point: ![image](https://github.com/federicodotta/Java-Deserialization-Scanner/assets/6546704/b12f523c-822b-4628-9ecb-06eee2d3da3f)

> Do you want to try a PR for this? @Earlopain I gave it a spin with ```diff diff --git a/src/prism.c b/src/prism.c index a87932f1..0f7da79e 100644 --- a/src/prism.c +++ b/src/prism.c @@...

```diff diff --git a/src/prism.c b/src/prism.c index 186cdd35..3d6cd3e2 100644 --- a/src/prism.c +++ b/src/prism.c @@ -8443,7 +8443,7 @@ parser_lex_magic_comment(pm_parser_t *parser, bool semantic_token_seen) { if (*cursor == '\\' && (cursor + 1 <...