We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba8590 commit 8f21ef1Copy full SHA for 8f21ef1
library/sinks/MongoDB.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable prefer-rest-params */
2
-import type { Collection } from "mongodb";
+import type { Collection } from "mongodb-v6";
3
import { Hooks } from "../agent/hooks/Hooks";
4
import { InterceptorResult } from "../agent/hooks/InterceptorResult";
5
import { detectNoSQLInjection } from "../vulnerabilities/nosql-injection/detectNoSQLInjection";
0 commit comments