mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Crypto: Adjust output of bad mac order queries, update associated bad mac order expected results, fix erroneous change to ID for a slicing query, update model to specify elliptic curve type as a property, update associated graph test expected files, update the not_included_in_qls.expected to reflect all queries now under quantum.
This commit is contained in:
@@ -2393,6 +2393,10 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
|
||||
key = "ParsedName" and
|
||||
value = instance.asAlg().getParsedEllipticCurveName() and
|
||||
location = this.getLocation()
|
||||
or
|
||||
key = "CurveType" and
|
||||
value = this.getEllipticCurveType().toString() and
|
||||
location = this.getLocation()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user