mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Java : add MongoDB injection sinks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.mongodb;
|
||||
|
||||
public class BasicDBObject implements com.mongodb.DBObject {
|
||||
public static com.mongodb.BasicDBObject parse(java.lang.String json) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user