diff --git a/crates/xml-rs/RUSTSEC-0000-0000.md b/crates/xml-rs/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..ee810c2 --- /dev/null +++ b/crates/xml-rs/RUSTSEC-0000-0000.md @@ -0,0 +1,23 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "xml-rs" +date = "2022-01-26" +url = "https://github.com/netvl/xml-rs/issues" +references = ["https://github.com/netvl/xml-rs/issues/219", "https://github.com/netvl/xml-rs/issues/210", "https://github.com/netvl/xml-rs/issues/204"] +informational = "unmaintained" + +[versions] +patched = [] +``` +# xml-rs is Unmaintained + +xml-rs is a XML parser has open issues around parsing including integer +overflows / panics that may or may not be an issue with untrusted data. + +Together with these open issues with Unmaintained status xml-rs +may or may not be suited to parse untrusted data. + +## Alternatives + +- [quick-xml](https://crates.io/crates/quick-xml) \ No newline at end of file