mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Follow naming convention in InsecureModuleFlow module
This commit is contained in:
@@ -29,7 +29,7 @@ module InsecureDownloadConfig implements DataFlow::StateConfigSig {
|
||||
/**
|
||||
* Taint tracking for download of sensitive file through insecure connection.
|
||||
*/
|
||||
module InsecureDownload = DataFlow::GlobalWithState<InsecureDownloadConfig>;
|
||||
module InsecureDownloadFlow = DataFlow::GlobalWithState<InsecureDownloadConfig>;
|
||||
|
||||
/**
|
||||
* DEPRECATED. Use the `InsecureDownload` module instead.
|
||||
|
||||
Reference in New Issue
Block a user