remove leftover comments

This commit is contained in:
Erik Krogh Kristensen
2022-03-12 19:48:33 +01:00
parent 3bf5e06d53
commit 2250ebc5e2
2 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
import javascript
import InsecureDownloadCustomizations::InsecureDownload
// Materialize flow labels
/**
* A taint tracking configuration for download of sensitive file through insecure connection.
*/

View File

@@ -189,8 +189,6 @@ module IO {
}
}
// "Direct" `IO` instances, i.e. cases where there is no more specific
// subtype such as `File`
/**
* A `DataFlow::CallNode` that reads data using the `IO` class. For example,
* the `read` and `readline` calls in: