DEV Community

Cover image for I Created a VSCode Extension to Warn Against Vulnerable MongoDB Queries
Duoc95
Duoc95

Posted on • Edited on

I Created a VSCode Extension to Warn Against Vulnerable MongoDB Queries

Hi devs,

Recently, I noticed that some of my queries could be vulnerable to attacks, so I decided to create a small VSCode extension safemongo to warn me.

Here's how it works:

This extension only displays warnings. If you're not using schema validation, it might be helpful.
and it open source top, let's checkout my repo

Thank you, and happy coding!

Top comments (0)