mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Reformat doc and move change note
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The Forge module in `CryptoLibraries.qll` now correctly classifies SHA-512/224,
|
||||
SHA-512/256, and SHA-512/384 hashes used in message digests as NonKeyCiphers.
|
||||
@@ -630,7 +630,12 @@ private module Forge {
|
||||
or
|
||||
// require("forge").sha512.sha256.create().update('The quick brown fox jumps over the lazy dog');
|
||||
this =
|
||||
getAnImportNode().getMember("md").getMember(algorithmName).getAMember().getMember("create").getACall()
|
||||
getAnImportNode()
|
||||
.getMember("md")
|
||||
.getMember(algorithmName)
|
||||
.getAMember()
|
||||
.getMember("create")
|
||||
.getACall()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user