Skip to content

Commit 3949e04

Browse files
thiggy1342aibaars
andauthored
Update ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
Co-authored-by: Arthur Baars <[email protected]>
1 parent 2f505c5 commit 3949e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DecompressionApiUse extends DataFlow::Node {
3434
class Configuration extends TaintTracking::Configuration {
3535
Configuration() { this = "DecompressionApiUse" }
3636

37-
// this predicate will be used to contstrain our query to find instances where only remote user-controlled data flows to the sink
37+
// this predicate will be used to constrain our query to find instances where only remote user-controlled data flows to the sink
3838
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
3939

4040
// our Decompression APIs defined above will the the sinks we use for this query

0 commit comments

Comments
 (0)