mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 15:56:07 +01:00
Merge pull request #270 from eduardosm/fake-static
Add advisory for fake-static
This commit is contained in:
17
crates/fake-static/RUSTSEC-0000-0000.toml
Normal file
17
crates/fake-static/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "fake-static"
|
||||
date = "2020-04-24"
|
||||
title = "fake-static allows converting any reference into a `'static` reference"
|
||||
description = """
|
||||
fake-static allows converting a refernce with any lifetime into
|
||||
a reference with `'static` lifetime without the `unsafe` keyword.
|
||||
|
||||
Internally, this crate does not use unsafe code, it instead
|
||||
exploits a soundness bug in rustc:
|
||||
|
||||
https://github.com/rust-lang/rust/issues/25860
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user