Results 16 comments of Sam Sanoop

Hey, the GraphQL API will ask for an admin token, but any user token can be provided to run this query. So you can 1) create a new user through...

Hey, thanks for reporting this issue, i think there was a typo in `[docker-compose.yml](https://github.com/snoopysecurity/dvws-node/blob/master/docker-compose.yml)` Its been fixed now. Can you clone the latest version of dvws-node and try again? thanks

Your curl commands looks correct, it might be that the dockerfile had an issue. Can you clone the latest version of dvws-node, run the docker image (docker-compose up) and paste...

awesome, good to hear, i ll close this issue. thanks

Hi, I've contacted the CVE database to revoke this CVE with the evidence provided. I will also get this removed from the Snyk Security Database. https://snyk.io/vuln/SNYK-JS-QUILL-1245047. Hopefully that will reduce...

I did the same thing but couldn't get it working. i ended up using highlightjs and added the below to `_includes/head.html` which works ``` hljs.initHighlightingOnLoad(); ```

Hey @Garbee, thanks for raising this issue, yep i agree, anything going into `evaluate` should not be trusted and is not the responsibility of the maintainer sanitise user input. This...

Hey, after contacting MITRE through multiple channels, CVE-2021-23334 has been marked as rejected/revoked. Hope this helps. This issue can be closed

Hmmm i cant seem to reproduce this @darshandkd . What OS are you running docker on? maybe some permissions with the way you install docker perhaps. Try deleting all dvws...