Skip to content

Commit

Permalink
Make Rand advisories informational
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Jun 24, 2020
1 parent b865b92 commit 4de9445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/rand/RUSTSEC-0000-0000.toml
Expand Up @@ -2,6 +2,7 @@
id = "RUSTSEC-0000-0000"
package = "rand"
date = "2019-04-19"
informational = "unsound"
title = "Invalid pointer usage"
description = """
Affected versions of this crate violated pointer provenance rules, resulting in
Expand Down
1 change: 1 addition & 0 deletions crates/rand_core/RUSTSEC-0000-0000.toml
Expand Up @@ -2,6 +2,7 @@
id = "RUSTSEC-0000-0000"
package = "rand_core"
date = "2019-04-19"
informational = "unsound"
title = "Unaligned memory access and invalid pointer usage"
description = """
Affected versions of this crate violated alignment when casting byte slices to
Expand Down

0 comments on commit 4de9445

Please sign in to comment.