mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-09 13:09:27 +01:00
Cargo uses "package" in Cargo.lock, so there is wisdom to using "package" instead of "crate_name" This reverts commit986c090c06, reversing changes made to9556f0fdee.
17 lines
567 B
TOML
17 lines
567 B
TOML
[[advisory]]
|
|
id = "RUSTSEC-2017-0001"
|
|
package = "sodiumoxide"
|
|
patched_versions = [">= 0.0.14"]
|
|
dwf = []
|
|
date = "2017-01-26"
|
|
url = "https://github.com/dnaq/sodiumoxide/issues/154"
|
|
title = "scalarmult() vulnerable to degenerate public keys"
|
|
description = """
|
|
The `scalarmult()` function included in previous versions of this crate
|
|
accepted all-zero public keys, for which the resulting Diffie-Hellman shared
|
|
secret will always be zero regardless of the private key used.
|
|
|
|
This issue was fixed by checking for this class of keys and rejecting them
|
|
if they are used.
|
|
"""
|