Skip to content

Commit 6196000

Browse files
committed
fixed taint in Mongo handling
1 parent ce6d7d5 commit 6196000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/kotlin/org/evomaster/core/mongo/MongoInsertBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package org.evomaster.core.mongo
22

33
class MongoInsertBuilder {
44
fun createMongoInsertionAction(database: String, collection: String, documentsType: String): MongoDbAction{
5-
return MongoDbAction(database, collection, documentsType)
5+
return MongoDbAction(database, collection, documentsType).apply { forceNewTaints() }
66
}
77
}

0 commit comments

Comments
 (0)