Merge pull request #195 from RustSec/RUSTSEC-2019-0027

Assign RUSTSEC-2019-0027 to libsecp256k1
This commit is contained in:
Tony Arcieri
2019-10-14 09:00:23 -07:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
[advisory]
id = "RUSTSEC-0000-0000"
id = "RUSTSEC-2019-0027"
package = "libsecp256k1"
date = "2019-10-14"
title = "Flaw in Scalar::check_overflow allows side-channel timing attack"
@@ -15,4 +15,6 @@ constant time.
patched_versions = [">= 0.3.1"]
categories = ["crypto-failure"]
keywords = ["crypto", "sidechannel"]
functions = { "libsecp256k1::Scalar::check_overflow" = ["< 0.3.1"] }
[affected.functions]
"libsecp256k1::Scalar::check_overflow" = ["< 0.3.1"]