You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike sources, sinks tend to be highly query-specific, rarely affecting more than one or two queries. Not every query supports customizable sinks. If the following sinks are not suitable for your use case, you should add a new query.
464
464
465
465
- **code-injection**: A sink that can be used to inject code, such as in calls to **eval**.
466
-
- **command-line-injection**: A sink that can be used to inject shell commands, such as in calls to **child_process.spawn**.
466
+
- **command-injection**: A sink that can be used to inject shell commands, such as in calls to **child_process.spawn**.
467
467
- **path-injection**: A sink that can be used for path injection in a file system access, such as in calls to **fs.readFile**.
468
468
- **sql-injection**: A sink that can be used for SQL injection, such as in a MySQL **query** call.
469
469
- **nosql-injection**: A sink that can be used for NoSQL injection, such as in a MongoDB **findOne** call.
0 commit comments