Fabian Becker
Fabian Becker
Any progress on this one? :)
The problem also exists in the encrypt method. You can for example prove `$(echo hello > file)` as a password and it will be executed.
The only real problem I am aware off is that - if you adhere to the standard - [the client can prevent/tamper with the encryption of tokens](https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid). That would indeed...
Thanks to @spiltcoffee's repo and analysis I created that PR with a fix. There is also a way older PR that fixes the bug in an older version of the...
Getting the code from the name property seems to be quite simple: (just a prototype) ```js // somewhere in the slotHandler: const bindProp = templateAst.props.find(b => b.name === 'bind' &&...
No problem, I added a PR. This will probably require some documentation update in the end, would it not? I went with @J3m5 's suggestion for the format of the...
I am receiving the exact same error. Would be nice if someone from cypress could at least respond.
I was able to nail it down to this line: https://github.com/istanbuljs-archived-repos/istanbul-lib-report/blob/master/lib/file-writer.js#L156 and hot-fix it with `this.baseDir = this.baseDir.replace("\x00", "")`. Our setup is cypress + vite + vue3 and our project...
You are right of course :) I'll update the issue.
> I presume you might have other charts on the site other than the map, that is the reason why you load the `stock` module right? Yep exactly. The reason...