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 display...