Skip to content

Commit

Permalink
Don't mention violations of pointer provenance rules
Browse files Browse the repository at this point in the history
The pointer provenance rules are not yet properly defined for Rust.
  • Loading branch information
vks committed Jun 30, 2020
1 parent 4f61057 commit f4a382d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
15 changes: 0 additions & 15 deletions crates/rand/RUSTSEC-0000-0000.toml

This file was deleted.

7 changes: 3 additions & 4 deletions crates/rand_core/RUSTSEC-0000-0000.toml
Expand Up @@ -3,12 +3,11 @@ id = "RUSTSEC-0000-0000"
package = "rand_core"
date = "2019-04-19"
informational = "unsound"
title = "Unaligned memory access and invalid pointer usage"
title = "Unaligned memory access"
description = """
Affected versions of this crate violated alignment when casting byte slices to
integer slices and violated pointer provenance rules, resulting in undefined
behavior.
integer slices, resulting in undefined behavior.
The flaws were corrected by Ralf Jung and Diggory Hardy.
"""
patched_versions = [">= 0.4.2"]
Expand Down

0 comments on commit f4a382d

Please sign in to comment.