From 4e5153b8547057050817b2c9b365875efa0a860e Mon Sep 17 00:00:00 2001 From: "pinkforest(she/her)" <36498018+pinkforest@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:12:16 +1000 Subject: [PATCH] Add unmaintained xml-rs (#1356) --- crates/xml-rs/RUSTSEC-0000-0000.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 crates/xml-rs/RUSTSEC-0000-0000.md 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