mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
fix FP
This commit is contained in:
@@ -765,7 +765,7 @@ module NodeJSLib {
|
||||
* The dynamic import expression input can be a `data:` URL which loads any module from that data
|
||||
*/
|
||||
class DynamicImport extends CodeInjection::Sink, DataFlow::ExprNode {
|
||||
DynamicImport() { this = any(DynamicImportExpr e).getAChildExpr().flow() }
|
||||
DynamicImport() { this = any(DynamicImportExpr e).getSource().flow() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user