Skip to content

Add advisory for bigint #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions crates/bigint/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[advisory]
id = "RUSTSEC-0000-0000"

package = "bigint"

date = "2020-05-07"

title = "Undefined Behavior"

categories = ["memory-corruption"]

keywords = ["ub", "undefined", "uninit"]

description = """
Affected versions of this crate contained multiple Undefined Behaviours
Triggering Undefined Behavior can produce unknown results and thus isn't safe to use
Comment on lines +15 to +16
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These sentences should end in periods.

It'd also probably be good to be a little more specific about what the problems are.

"""

[versions]
patched = []