mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
16 lines
454 B
TOML
16 lines
454 B
TOML
[advisory]
|
|
id = "RUSTSEC-2020-0011"
|
|
package = "plutonium"
|
|
date = "2020-04-23"
|
|
obsolete = true
|
|
informational = "notice"
|
|
title = "Library exclusively intended to obfuscate code."
|
|
url = "https://docs.rs/plutonium/0.2.2/plutonium/"
|
|
description = """
|
|
This crate allows you to write safe functions with unsafe bodies without the `unsafe` keyword.
|
|
|
|
The value this adds is questionable, and hides `unsafe` usages from naive analysis.
|
|
"""
|
|
[versions]
|
|
patched = []
|