Skip to content

Commit

Permalink
Disable mongoDB fuzzing in oss-fuzz (gravitational#30063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo authored Aug 4, 2023
1 parent dbf169f commit e07ab47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ build_teleport_fuzzers() {
compile_native_go_fuzzer $TELEPORT_PREFIX/lib/srv/db/sqlserver/protocol \
FuzzMSSQLRPCClientPartialLength fuzz_mssql_rpc_client_partial_length

compile_native_go_fuzzer $TELEPORT_PREFIX/lib/srv/db/mongodb/protocol \
FuzzMongoRead fuzz_mongo_read

compile_native_go_fuzzer $TELEPORT_PREFIX/lib/srv/db/opensearch \
FuzzPathToMatcher fuzz_opensearch_path_to_matcher

Expand Down

0 comments on commit e07ab47

Please sign in to comment.