We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1410d28 commit 469d7f5Copy full SHA for 469d7f5
javascript/ql/lib/semmle/javascript/frameworks/Restify.qll
@@ -265,7 +265,7 @@ module Restify {
265
/**
266
* Gets the formatter handler installed by this setup.
267
*/
268
- DataFlow::FunctionNode getAFormatterHandler() { formatters.hasPropertyWrite(_, result) }
+ DataFlow::FunctionNode getAFormatterHandler() { result = formatters.getAPropertyWrite().getRhs().getALocalSource() }
269
}
270
271
0 commit comments