appsignal / mongo-rust-driver

Mongo Rust driver built on top of the Mongo C driver
Apache License 2.0
89 stars 22 forks source link

Question on accepting a PR with a breaking API change #55

Closed stusmall closed 3 years ago

stusmall commented 5 years ago

I was doing some fuzzing and ran into an issue. https://docs.rs/mongo_driver/0.12.1/mongo_driver/client/struct.Client.html#method.get_collection will panic if given a collection or database containing a null byte.

I'd like to get a PR clearing this up and other issues I find on the way but before I put out the effort I'd like to make sure you are open to breaking changes.