microsoft / vscode-node-sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

fix: add flags for sqlite3 dep #40

Closed rzhao271 closed 1 year ago

rzhao271 commented 1 year ago

I'm not sure whether this is necessary, but we still have a Binskim alert for the sqlite3 object itself due to the sqlite3 dep not having the warnings explicitly enabled.

@deepak1556 Let me know if this should be a wontfix.

rzhao271 commented 1 year ago

I did not notice any code changes that needed to occur.