From bc2b54a2c071404d4eeab7a290422029c228d20e Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 30 Aug 2018 11:08:36 +0200 Subject: [PATCH] ignore sonar for eval of plugin bundles --- scm-ui/src/components/PluginLoader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scm-ui/src/components/PluginLoader.js b/scm-ui/src/components/PluginLoader.js index cdb48127fc..d1431ff5ca 100644 --- a/scm-ui/src/components/PluginLoader.js +++ b/scm-ui/src/components/PluginLoader.js @@ -74,6 +74,7 @@ class PluginLoader extends React.Component { }) .then(script => { // TODO is this safe??? + // NOSONAR eval(script); }); };