mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Weak Hashing query wording
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Weak Hashing Property
|
||||
* @name Weak hashing algorithm specified in properties file
|
||||
* @description Using weak cryptographic algorithms can allow an attacker to compromise security.
|
||||
* @id java/weak-hashing-property
|
||||
* @kind path-problem
|
||||
@@ -16,5 +16,5 @@ import InsecureAlgorithmPropertyFlow::PathGraph
|
||||
|
||||
from InsecureAlgorithmPropertyFlow::PathNode source, InsecureAlgorithmPropertyFlow::PathNode sink
|
||||
where InsecureAlgorithmPropertyFlow::flowPath(source, sink)
|
||||
select sink.getNode(), sink, source, "The $@ algorithm is insecure.", source,
|
||||
select sink.getNode(), sink, source, "The $@ hashing algorithm is insecure.", source,
|
||||
getWeakHashingAlgorithmName(source.getNode())
|
||||
|
||||
Reference in New Issue
Block a user