Merge pull request #8431 from erik-krogh/deadCode

Delete dead code
This commit is contained in:
Erik Krogh Kristensen
2022-03-15 20:09:06 +01:00
committed by GitHub
37 changed files with 326 additions and 304 deletions

View File

@@ -9,15 +9,6 @@
import javascript
import InsecureDownloadCustomizations::InsecureDownload
// Materialize flow labels
private class ConcreteSensitiveInsecureUrl extends Label::SensitiveInsecureUrl {
ConcreteSensitiveInsecureUrl() { this = this }
}
private class ConcreteInsecureUrl extends Label::InsecureUrl {
ConcreteInsecureUrl() { this = this }
}
/**
* A taint tracking configuration for download of sensitive file through insecure connection.
*/