We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882f78c commit 8b0ebbfCopy full SHA for 8b0ebbf
ruby/ql/lib/codeql/ruby/security/OpenSSL.qll
@@ -364,7 +364,7 @@ private class CipherMode extends TCipherMode {
364
}
365
366
private string getStringArgument(DataFlow::CallNode call, int i) {
367
- result = call.getArgument(i).asExpr().getConstantValue().getStringOrSymbol()
+ result = call.getArgument(i).asExpr().getConstantValue().getStringlikeValue()
368
369
370
private int getIntArgument(DataFlow::CallNode call, int i) {
0 commit comments