mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: Add QLDoc improve query message
This commit is contained in:
@@ -115,5 +115,5 @@ where
|
||||
not isNodeGuardedByFlag(sink.getNode()) and
|
||||
verifier = source.getNode().asExpr().(ClassInstanceExpr).getConstructedType()
|
||||
select sink, source, sink,
|
||||
"$@ that is defined $@ and accepts any certificate as valid, is used $@.", source,
|
||||
"This hostname verifier", verifier, "here", sink, "here"
|
||||
"$@ that is defined $@ and accepts any certificate as valid, is used here.", source,
|
||||
"This hostname verifier", verifier, "here"
|
||||
|
||||
Reference in New Issue
Block a user