mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 15:56:07 +01:00
Fix all advisories to pass linter
Mostly related to the `affected_functions` field, which has changed a few times.
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2018-0011"
|
||||
|
||||
package = "arrayfire"
|
||||
|
||||
date = "2018-12-18"
|
||||
|
||||
title = "Enum repr causing potential memory corruption"
|
||||
|
||||
description = """
|
||||
The attribute repr() added to enums to be compatible with C-FFI caused
|
||||
memory corruption on MSVC toolchain.
|
||||
@@ -19,15 +15,12 @@ The issue seems to be interlinked with which version of Rust is being used.
|
||||
|
||||
The issue was fixed in crate 3.6.0.
|
||||
"""
|
||||
|
||||
patched_versions = [">= 3.6.0"]
|
||||
|
||||
unaffected_versions = ["<= 3.5.0"]
|
||||
|
||||
url = "https://github.com/arrayfire/arrayfire-rust/pull/177"
|
||||
categories = ["memory-corruption"]
|
||||
keywords = ["enum", "repr"]
|
||||
|
||||
keywords = ["enum", "repr", "memory-corruption"]
|
||||
|
||||
affected_arch = ["x86_64"]
|
||||
|
||||
affected_os = ["windows"]
|
||||
[affected]
|
||||
arch = ["x86_64"]
|
||||
os = ["windows"]
|
||||
|
||||
Reference in New Issue
Block a user