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 5a0cce2 commit a5a459fCopy full SHA for a5a459f
swift/ql/src/queries/Security/CWE-094/UnsafeJsEval.ql
@@ -20,9 +20,8 @@ import DataFlow::PathGraph
20
21
/**
22
* A source of untrusted, user-controlled data.
23
- * TODO: Extend to more (non-remote) sources in the future.
24
*/
25
-class Source = RemoteFlowSource;
+class Source = FlowSource;
26
27
28
* A sink that evaluates a string of JavaScript code.
0 commit comments