Skip to content

Commit 2250ebc

Browse files
committed
remove leftover comments
1 parent 3bf5e06 commit 2250ebc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/InsecureDownloadQuery.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import javascript
1010
import InsecureDownloadCustomizations::InsecureDownload
1111

12-
// Materialize flow labels
1312
/**
1413
* A taint tracking configuration for download of sensitive file through insecure connection.
1514
*/

ruby/ql/lib/codeql/ruby/frameworks/Files.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ module IO {
189189
}
190190
}
191191

192-
// "Direct" `IO` instances, i.e. cases where there is no more specific
193-
// subtype such as `File`
194192
/**
195193
* A `DataFlow::CallNode` that reads data using the `IO` class. For example,
196194
* the `read` and `readline` calls in:

0 commit comments

Comments
 (0)