rtritto

Results 310 comments of rtritto

My issue is related to _format_ of `@elastic/ecs-winston-format`. `winston` correctly woks with another _format_.

@mister-ben thanks for answer. I added the console output from Firefox Developer to original post. Error persists also without `next.js`. # Steps to reproduce 1. `yarn init -y` 2. `yarn...

Correctly rebased with _master_. FYI @shakaran

> > Correctly rebased with _master_. FYI @shakaran > > it seems that still fail for the pipelines I know, that fix works only with express v5. My base idea...

Some evaluations: [CSRF tokens in ExpressJS — Node.js web framework ](https://dearsikandarkhan.medium.com/csrf-tokens-in-expressjs-node-js-web-framework-cc331069de2d)

@BlackthornYugen maybe we can use some of: - [@fastify/csrf](https://www.npmjs.com/package/@fastify/csrf) (source: [Explaining the csurf vulnerability: CSRF attacks on all versions](https://snyk.io/blog/explaining-the-csurf-vulnerability-csrf-attacks-on-all-versions)) - [csrf-csrf](https://www.npmjs.com/package/csrf-csrf), [csrf-sync](https://www.npmjs.com/package/csrf-sync), [Next.js csrf](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/core/lib/csrf-token.ts) (source: [csurf express is out of...

Rebased and updated start comment PS: I created _deprecate_ label FYI @shakaran @BlackthornYugen

> A tag "deprecated" in the PR is not enough, I was refering to use to deprecated warning in code, for example this could be a idea to use >...

From [/.github/dependabot.yml](https://github.com/mongo-express/mongo-express/blob/master/.github/dependabot.yml) remove: ```diff ... - - dependency-name: commander - versions: - - 7.0.0 - - 7.1.0 ... ```

This fix also adds this new link button: ![image](https://user-images.githubusercontent.com/40242971/191089200-2f6aa49d-e08b-4a96-a465-15a85e9fd1f1.png) A document can be opened clicking on link button or clicking on the row. Due to redundant behavior, can the link...