Swift: Update swift/unsafe-js-eval to include local flow sources.

This commit is contained in:
Geoffrey White 2022-11-28 09:39:38 +00:00
Родитель 5a0cce2a18
Коммит a5a459fe0a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -20,9 +20,8 @@ import DataFlow::PathGraph
/**
* A source of untrusted, user-controlled data.
* TODO: Extend to more (non-remote) sources in the future.
*/
class Source = RemoteFlowSource;
class Source = FlowSource;
/**
* A sink that evaluates a string of JavaScript code.