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 2f505c5 commit 3949e04Copy full SHA for 3949e04
ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
@@ -34,7 +34,7 @@ class DecompressionApiUse extends DataFlow::Node {
34
class Configuration extends TaintTracking::Configuration {
35
Configuration() { this = "DecompressionApiUse" }
36
37
- // this predicate will be used to contstrain our query to find instances where only remote user-controlled data flows to the sink
+ // this predicate will be used to constrain our query to find instances where only remote user-controlled data flows to the sink
38
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
39
40
// our Decompression APIs defined above will the the sinks we use for this query
0 commit comments