Skip to content

Commit

Permalink
NVD please read this and stop harassing my users
Browse files Browse the repository at this point in the history
CVSS is fundamentally broken and irresponsible. Fixes CVE-2023-34411.
  • Loading branch information
kornelski committed Jun 13, 2023
1 parent 2776563 commit c4705dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml-rs"
version = "0.8.14"
version = "0.8.15-cvss-cries-wolf"
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
license = "MIT"
description = "An XML library in pure Rust"
Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#![allow(clippy::module_name_repetitions)]

//! This crate currently provides an almost XML 1.0/1.1-compliant pull parser.
//!
//! Please note that functions of this parser may panic.
//! If a panic could cause a Denial Of Service in your codebase, *you're* responsible for wrapping access to this library in `catch_unwind`.

#[cfg(doctest)]
doc_comment::doctest!("../README.md");
Expand Down

0 comments on commit c4705dd

Please sign in to comment.