mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Model dependency injection in Nest
This commit is contained in:
@@ -2,6 +2,6 @@ import { Foo } from "./foo.interface";
|
||||
|
||||
export class FooImpl extends Foo {
|
||||
fooMethod(x: string) {
|
||||
sink(x); // $ MISSING: hasValueFlow=x
|
||||
sink(x); // $ hasValueFlow=x
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user