Update ruby/ql/src/experimental/decompression-api/DecompressionApi.ql

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
thiggy1342
2022-06-20 09:49:11 -04:00
committed by GitHub
parent 2f505c527b
commit 3949e04797

View File

@@ -34,7 +34,7 @@ class DecompressionApiUse extends DataFlow::Node {
class Configuration extends TaintTracking::Configuration {
Configuration() { this = "DecompressionApiUse" }
// 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
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
// our Decompression APIs defined above will the the sinks we use for this query