Martin
Martin
It seems it will be not fixed in dicer: https://github.com/mscdex/dicer/pull/22 If like me the vulnerability come from `multer`, a fix is on going: https://github.com/expressjs/multer/pull/1097
This PR should fix NestJS: https://github.com/nestjs/nest/pull/9686
This following example is working for me ```js const router = require('koa-router')(); const websockify = require('koa-websocket'); const Koa = require('koa'); const app = websockify(new Koa()); router.get('/ping', async (ctx) => {...
Just add a `JSON.stringify` to [line 36](https://github.com/fproulx/shc-covid19-decoder/blob/main/dump_shc.js#L36), like that: ```js verifyJWS(scannedJWS).then( function (result) { return decodeJWS(scannedJWS).then((decoded) => console.log(JSON.stringify(decoded, null, 2))); }, function (e) { console.log("Ooooh crap - this looks like...
Hello Have you time schedule to do that ? Or news ? Thanks
Hello, I use `set_security_string` method as you can see in my following example: ``` client = opcua.Client("opc.tcp://opcuaserver.com:48010", timeout=60) client.application_uri = "urn:example.org:FreeOpcUa:python-opcua" # Should match in your certificate client.set_security_string("Basic256Sha256,SignAndEncrypt,/home/ii40asset/klabeak/my_cert.pem,/home/ii40asset/klabeak/my_private_key.pem") client.connect() ......
I'm not an expert in OPC but according to your error, `client.user_certificate` and `client.user_private_key` **don't** except a `path` but an `object` You need to use `client.load_client_certificate`and `client.load_private_key` instead
Some PR exists but nobody can merge it for the moment - https://github.com/mxarc/nestjs-redoc/pull/63 - https://github.com/mxarc/nestjs-redoc/pull/65 Someone created an alternative repo: https://www.npmjs.com/package/@nicholas.braun/nestjs-redoc
I started work here: https://github.com/jitbasemartin/terraform-provider-elasticstack/tree/feature/issue-70 but I think it's too much for me :/ I will try to continue later but if someone wants to start something else I won't...
Is it possible to update this package to last versions of Otel ? I tried to run test without changes of this package and I got Jest timeout (even if...