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 a9e1e72 commit 7895a58Copy full SHA for 7895a58
ruby/ql/lib/codeql/ruby/frameworks/http_clients/Faraday.qll
@@ -88,7 +88,9 @@ private class FaradayDisablesCertificateValidationConfiguration extends DataFlow
88
this = "FaradayDisablesCertificateValidationConfiguration"
89
}
90
91
- override predicate isSource(DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state) {
+ override predicate isSource(
92
+ DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state
93
+ ) {
94
source.asExpr().getExpr().(BooleanLiteral).isFalse() and
95
state = "verify"
96
or
0 commit comments